Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 528 Bytes

README.rst

File metadata and controls

23 lines (13 loc) · 528 Bytes

Schematics benchmark suite

Tests that measure and detect regressions in performance of the Schematics library.

Setup

The benchmarks are run with the asv utility and requires also `virtualenv`.

To install asv:

pip install virtualenv git+https://github.com/spacetelescope/asv

To run the suite:

sh run.sh

Refer to the asv documentation for more info.