зеркало из https://github.com/github/ruby.git
common.mk: upgrade benchmark_driver
benchmark/README.md: fix help output, which is changed on v0.14.6. Especially `e1::path1,arg1,...; e2::path2,arg2` part was wrong since `,` can't be used to split arguments anymore. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1053c3d4bf
Коммит
3e93bf3b46
|
@ -27,17 +27,17 @@ benchmark-driver benchmark/*.yml
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ benchmark-driver --help
|
Usage: benchmark-driver [options] RUBY|YAML...
|
||||||
Usage: benchmark-driver [options] [YAML|RUBY]
|
-r, --runner TYPE Specify runner type: ips, time, memory, once (default: ips)
|
||||||
-r, --runner [TYPE] Specify runner type: ips, time, memory, once (default: ips)
|
-o, --output TYPE Specify output type: compare, simple, markdown, record (default: compare)
|
||||||
-o, --output [TYPE] Specify output type: compare, simple, markdown, record (default: compare)
|
-e, --executables EXECS Ruby executables (e1::path1 arg1; e2::path2 arg2;...)
|
||||||
-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;...)
|
||||||
--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-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)
|
||||||
--repeat-result [TYPE] Yield "best", "average" or "worst" result with --repeat-count (default: best)
|
|
||||||
--bundler Install and use gems specified in Gemfile
|
--bundler Install and use gems specified in Gemfile
|
||||||
--filter [REGEXP] Filter out benchmarks with given regexp
|
--filter REGEXP Filter out benchmarks with given regexp
|
||||||
--run-duration [SECONDS] Warmup estimates loop_count to run for this duration (default: 3)
|
--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)
|
-v, --verbose Verbose mode. Multiple -v options increase visilibity (max: 2)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ GEM_PATH =
|
||||||
GEM_VENDOR =
|
GEM_VENDOR =
|
||||||
|
|
||||||
BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver
|
BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver
|
||||||
BENCHMARK_DRIVER_GIT_REF = v0.14.5
|
BENCHMARK_DRIVER_GIT_REF = v0.14.6
|
||||||
SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git
|
SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git
|
||||||
SIMPLECOV_GIT_REF = v0.15.0
|
SIMPLECOV_GIT_REF = v0.15.0
|
||||||
SIMPLECOV_HTML_GIT_URL = git://github.com/colszowka/simplecov-html.git
|
SIMPLECOV_HTML_GIT_URL = git://github.com/colszowka/simplecov-html.git
|
||||||
|
|
Загрузка…
Ссылка в новой задаче