ionelmc / pytest-benchmark

py.test fixture for benchmarking code
BSD 2-Clause "Simplified" License
1.23k stars 118 forks source link

Show relative differences in the results table #6

Open ionelmc opened 9 years ago

ionelmc commented 9 years ago

Something like 25% (± 5%) faster.

I'd use these as the basis for implementation:

However the formulas are designed for fixed number of rounds, so all tests need to be run same number of rounds. This is a bit of a problem because I have the --max-time limiting.

Other things to read:

ltratt commented 9 years ago

FYI, libkalibera has moved to github. The main page at http://soft-dev.org/src/libkalibera/ will always contain an up-to date link, so that's probably the best link.