IPFS Log benchmark runner
May 29, 2019 ยท View on GitHub
Usage:
From the project root, run:
node --expose-gc benchmarks/runner/index.js [options]
Options
--help, -h[boolean] Show this help--baseline, -b[boolean] Run baseline benchmarks only--report, -r[boolean] Output report (Default: false)--list, -l[boolean] List all benchmarks--grep, -gRegular expression used to match benchmarks (Default: /.*/) --stressLimitseconds to run a stress benchmark (Default: 300) --baselineLimitbenchmark cycle limit for baseline benchmarks (Default: 1000) --logLimitmax log size used for baseline benchmarks (inclusive) (Default: 10000)
Examples:
index.js -r -g append-baseline Run a single benchmark (append-baseline)
index.js -r -g values-.*-baseline Run all of the values baseline benchmarks