We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3d708 commit ba00db0Copy full SHA for ba00db0
README.md
@@ -78,7 +78,7 @@ If you want to create a report for benchmarks showing a 10% or greater
78
improvement with Streamly over Lists, use:
79
80
```
81
-$ bin/bench-runner --package-name streaming-benchmarks --package-version 0.3.0 --compare --diff-cutoff-percent 10 --diff-style absolute --targets "StreamlyPure List"
+$ bin/bench-runner --package-name streaming-benchmarks --package-version 0.4.0 --compare --diff-cutoff-percent 10 --diff-style absolute --targets "StreamlyPure List"
82
83
84
After running once, you can add `--no-measure` option to use the same benchmark
0 commit comments