Files @ 231b6d9b9561
Branch filter:

Location: OneEye/src/benchmark.py

Laman
engine: slightly enhanced handling movelist
import cProfile

from tests.testEngine import TestTransitions


t=TestTransitions()

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