Skip to content

Commit d332b91

Browse files
fix(cargo-codspeed): add harness to workspace integration test example
1 parent 1bd1b2e commit d332b91

File tree

1 file changed

+4
-0
lines changed
  • crates/cargo-codspeed/tests/workspace.in/b

1 file changed

+4
-0
lines changed

crates/cargo-codspeed/tests/workspace.in/b/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ codspeed-bencher-compat = { path = "../../../../bencher_compat" }
1212
[[bench]]
1313
name = "bencher_example"
1414
harness = false
15+
16+
[[bench]]
17+
name = "another_bencher_example"
18+
harness = false

0 commit comments

Comments
 (0)