Stop. Help is near
• GitHub: wesm/vbench
• Integrates with git: runs benchmarks for
each revision in your repo
• Persists results locally in SQLite
• Generates graphs using matplotlib
Sunday, March 11,
Use them in your
workflow
In [2]: stats_rank_average.run()
Out[2]:
{'loops': 10,
'repeat': 3,
'succeeded': True,
'timing': 33.135390281677246,
'units': 'ms'}
Same code as %timeit in IPython
Sunday, March 11,
Get involved
• A useful weekend hack
• git bisect integration
• More version control systems
• Upload results to codespeed instance
• More setup/teardown control
Sunday, March 11,