Skip to content

Commit

Permalink
make the benchmarks flamegraph friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Mar 22, 2024
1 parent 32be9e4 commit 9020ced
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ tokio = "1.35"
name = "banks_client_comparison"
harness = false

[[bench]]
name = "simple_bench"
harness = false

[profile.bench]
debug = true

[profile.release]
lto = "fat"
codegen-units = 1
Expand Down

0 comments on commit 9020ced

Please sign in to comment.