1 unstable release

0.1.0 Nov 11, 2024

#153 in Profiling

35 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