We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 458afb5 + 4612fa5 commit ab8bab2Copy full SHA for ab8bab2
crates/cli/src/benchmark.rs
@@ -50,7 +50,11 @@ pub struct BenchmarkCommand {
50
51
/// Configure an engine using engine-specific flags. (For the Wasmtime
52
/// engine, these can be a subset of flags from `wasmtime run --help`).
53
- #[structopt(long("engine-flags"), value_name = "ENGINE_FLAGS")]
+ #[structopt(
54
+ long("engine-flags"),
55
+ value_name = "ENGINE_FLAGS",
56
+ allow_hyphen_values = true
57
+ )]
58
engine_flags: Option<String>,
59
60
/// How many processes should we use for each Wasm benchmark?
0 commit comments