Update benchmarks authored by drebs's avatar drebs
......@@ -19,6 +19,8 @@ Configurations:
* for pytest-benchmar, the precision of `time.time` is `9.5367431640625e-07 s`, that is $`10^{-6}`$ seconds.
* `pytest-benchmark` will try to run the function to until it takes at least around $`10^{-5}`$ seconds (0.01 ms).
The following table was taken from a run of benchmarks by the CI on top of (effectivelly) the current master branch: https://0xacab.org/drebs/soledad/-/jobs/13422
| **module** | **name** | **mean time (ms)** | **rounds** | **function** |
| ---------------- | ---------------------------- | -----------------: | ---------: | ------------------------ |
| `test_resources` | `test_memory_intensive` | 3843.1 | 5 | `monitored_benchmark` |
......
......