ruby-changes:51719
From: k0kubun <ko1@a...>
Date: Tue, 10 Jul 2018 22:41:20 +0900 (JST)
Subject: [ruby-changes:51719] k0kubun:r63931 (trunk): benchmark/README.md: add help output [ci skip]
k0kubun 2018-07-10 22:41:13 +0900 (Tue, 10 Jul 2018) New Revision: 63931 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63931 Log: benchmark/README.md: add help output [ci skip] Modified files: trunk/benchmark/README.md Index: benchmark/README.md =================================================================== --- benchmark/README.md (revision 63930) +++ benchmark/README.md (revision 63931) @@ -18,6 +18,23 @@ benchmark-driver benchmark/*.yml -e /pat https://github.com/ruby/ruby/blob/trunk/benchmark/README.md#L18 benchmark-driver benchmark/*.yml --rbenv '2.5.1;2.6.0-preview2 --jit' ``` +See also: + +```console +$ benchmark-driver --help +Usage: benchmark-driver [options] [YAML|RUBY] + -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 visilibity (max: 2) +``` + ## make benchmark Using `make benchmark`, `make update-benchmark-driver` automatically downloads -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/