Something like the following: ``` py.test --bench --bench-metric=calls ``` Now the benchmark summary would report calls per second instead of the average elapsed time.
Something like the following:
Now the benchmark summary would report calls per second instead of the average elapsed time.