Note
The benchmarking work has been merged into glass-dev/glass
Benchmarks for glass-dev/glass.
To run a benchmark, first install nox.
pip install noxThen run the benchmark via nox.
nox -s benchmark -- <revision-you-wish-to-benchmark>The benchmarks can be used to run a regression test of glass. To do this
a nox test is provided in noxfile.py. To run the test...
nox -s regression-tests -- <initial-state-revision> <revision-to-compare-to-initial-state>If you want to compare to the initial state of main you can simply run.
nox -s regression-tests -- <revision-to-compare-to-main>