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.
1 parent 9fe2dff commit d836c7bCopy full SHA for d836c7b
collector/benchmarks/token-stream-stress/Cargo.toml
@@ -9,7 +9,7 @@ path = "src/lib.rs"
9
proc-macro = true
10
11
[[bin]]
12
-name = "token-stream-stress"
+name = "token-stream-stress-bin"
13
path = "src/main.rs"
14
15
-[workspace]
+[workspace]
collector/benchmarks/token-stream-stress/perf-config.json
@@ -1,4 +1,4 @@
1
{
2
- "cargo_opts": "--bin token-stream-stress",
+ "cargo_opts": "--bin token-stream-stress-bin",
3
"touch_file": "src/main.rs"
4
}
0 commit comments