Skip to content

Commit

Permalink
fix(ci): inherit profiling in bench profile (#9072)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jun 24, 2024
1 parent 5585cb8 commit 568f2d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ inherits = "release"
debug = 1
strip = false

# Make sure debug symbols are in the bench profile
[profile.bench]
inherits = "profiling"

[profile.maxperf]
inherits = "release"
lto = "fat"
Expand Down

0 comments on commit 568f2d0

Please sign in to comment.