Update benchmarks authored by drebs's avatar drebs
...@@ -15,6 +15,8 @@ Configurations: ...@@ -15,6 +15,8 @@ Configurations:
* `warmup_rounds=0` for all tests. * `warmup_rounds=0` for all tests.
* `iterations=1` for all tests. * `iterations=1` for all tests.
* 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).
| **module** | **name** | **mean time (ms)** | **rounds** | **function** | | **module** | **name** | **mean time (ms)** | **rounds** | **function** |
| ---------------- | ---------------------------- | -----------------: | ---------: | ------------------------ | | ---------------- | ---------------------------- | -----------------: | ---------: | ------------------------ |
... ...
......