Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (19 loc) · 655 Bytes

Contributing

Reporting Issues

Report issues here

Submitting Changes

Branch and submit a pull request. Try to keep it PEP8.

Running the Tests

Unit tests are in the tests/ directory and can be run by nosetests -v

Running benchmark tests

To run analysis use the benchmark flag with a command:

python -m boxel.boxel --benchmark COMMAND

This will ouput benchmark file in benchmarks/ named as profileN.txt with N being the largest number in the directory. To view results:

cprofile -f benchmarks/<FILE>.txt

Then visit localhost:4000 in a browser.