Files @ b06733513452
Branch filter:

Location: OneEye/src/benchmark.py - annotation

Laman
StateBag: tests and fixes
import cProfile

from tests.testEngine import TestTransitions
from tests.testStatebag import TestStateBag


# t=TestTransitions()
#
# cProfile.run(r"""
# t.testReal()
# """)

t=TestStateBag()
cProfile.run(r"""t.testReal()""")