Update benchmarks authored by drebs's avatar drebs
...@@ -15,6 +15,7 @@ Configurations: ...@@ -15,6 +15,7 @@ Configurations:
* `warmup_rounds=0` for all tests. * `warmup_rounds=0` for all tests.
* `iterations=1` for all tests. * `iterations=1` for all tests.
* `--min-rounds=5` for all tests (the default).
* precision of `time.time` is `9.5367431640625e-07`. * precision of `time.time` is `9.5367431640625e-07`.
* `pytest-benchmark` will try to run the function to until it takes at least around `1e-05` (0.01ms). * `pytest-benchmark` will try to run the function to until it takes at least around `1e-05` (0.01ms).
... ...
......