Skip to content

Commit

Permalink
Support for criterion-compare-prs gh action
Browse files Browse the repository at this point in the history
The extra config in Cargo.toml is because of this issue: bheisler/criterion.rs#275

Once merged, this PR should be working: #5546
  • Loading branch information
sdankel authored Feb 2, 2024
1 parent 71e9ea9 commit d51931a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sway-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ tower = { version = "0.4.12", default-features = false, features = ["util"] }
[[bench]]
name = "bench_main"
harness = false

[lib]
bench = false

0 comments on commit d51931a

Please sign in to comment.