aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-11 22:49:48 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-11 22:49:48 +0000
commit7b84dc823dc042f85644e75c219a364a99be6eec (patch)
tree444276ca1568f761e675aa5cf0194ad9e1b89fe7 /benchmark
parent09275b8799e7242623077f1edcddb61ae239f309 (diff)
downloadruby-7b84dc823dc042f85644e75c219a364a99be6eec.tar.gz
benchmark/README.md: skip showing --timeout option [ci skip]
because it's only available for limited platforms for now. I'll make it portable and show it later. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index a9c4eef850..24a2669143 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -37,7 +37,6 @@ Usage: benchmark-driver [options] RUBY|YAML...
--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)
- --timeout SECONDS Timeout ruby command execution with timeout(1)
-v, --verbose Verbose mode. Multiple -v options increase visilibity (max: 2)
```