mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-30 11:53:11 +03:00
--parameter-list also conflicts with --parameter-step-size
This commit is contained in:
parent
bd0a98d5b8
commit
1de39a325d
@ -136,7 +136,7 @@ fn build_app() -> App<'static, 'static> {
|
||||
.takes_value(true)
|
||||
.allow_hyphen_values(true)
|
||||
.value_names(&["VAR", "VALUES"])
|
||||
.conflicts_with("parameter-scan")
|
||||
.conflicts_with_all(&["parameter-scan", "parameter-step-size"])
|
||||
.help(
|
||||
"Perform benchmark runs for each value in the comma-seperated list VALUES. \
|
||||
Replaces the string '{VAR}' in each command by the current parameter value\
|
||||
|
Loading…
Reference in New Issue
Block a user