1 unstable release

new 0.1.0 Nov 11, 2024

#115 in Profiling

Download history 109/week @ 2024-11-09

109 downloads per month
Used in sapling-indexedlog

MIT license

15KB
327 lines

Run function repetitively and prints out aggregated result.

Differences from other benchmark library:

  • Do not enforce measuring "wall time". It could be changed to "CPU time", "memory usage", etc.
  • Do not run only the benchmark part repetitively. For example, a benchmark needs some complex setup that cannot be reused across runs. That setup cost needs to be excluded from benchmark result cleanly.
  • Minimalism. Without fancy features.

No runtime deps