summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2022-06-07 21:30:22 -0700
committerTakashi Kokubun <[email protected]>2022-06-07 21:30:28 -0700
commit790825db446c304cb2887f17e0f2a3abda4351a2 ()
tree23d7236ddfc1991eb5f8f1080196a1e5e61e283f
parentccfbcc730230fddeab6d7f8820c9d232117a07fd (diff)
Update the help message on /benchmark
I wanted to point out there's --output=all.
-rw-r--r--benchmark/README.md8
-rw-r--r--common.mk2
2 files changed, 6 insertions, 4 deletions
@@ -28,16 +28,18 @@ See also:
```console
Usage: benchmark-driver [options] RUBY|YAML...
- -r, --runner TYPE Specify runner type: ips, time, memory, once (default: ips)
- -o, --output TYPE Specify output type: compare, simple, markdown, record (default: compare)
-e, --executables EXECS Ruby executables (e1::path1 arg1; e2::path2 arg2;...)
--rbenv VERSIONS Ruby executables in rbenv (x.x.x arg1;y.y.y arg2;...)
--repeat-count NUM Try benchmark NUM times and use the fastest result or the worst memory usage
--repeat-result TYPE Yield "best", "average" or "worst" result with --repeat-count (default: best)
--bundler Install and use gems specified in Gemfile
--filter REGEXP Filter out benchmarks with given regexp
--run-duration SECONDS Warmup estimates loop_count to run for this duration (default: 3)
- -v, --verbose Verbose mode. Multiple -v options increase visibility (max: 2)
```
## make benchmark
@@ -48,7 +48,7 @@ GEM_PATH =
GEM_VENDOR =
BENCHMARK_DRIVER_GIT_URL = https://.com/benchmark-driver/benchmark-driver
-BENCHMARK_DRIVER_GIT_REF = v0.15.17
SIMPLECOV_GIT_URL = https://.com/colszowka/simplecov.git
SIMPLECOV_GIT_REF = v0.17.0
SIMPLECOV_HTML_GIT_URL = https://.com/colszowka/simplecov-html.git