Skip to content

Commit

Permalink
fix: move rust benchmark profile
Browse files Browse the repository at this point in the history
  • Loading branch information
owobred committed Apr 9, 2024
1 parent 03502a9 commit c306fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Laboratory/Rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ members = [
"functionality-testing",
"benchmarking"
]

[profile.bench]
lto = true
codegen-units = 1
4 changes: 0 additions & 4 deletions Laboratory/Rust/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ harness = false
name = "flamegraph"
required-features = ["pprof"]

[profile.bench]
lto = true
codegen-units = 1

# Use exact versions for all things being tested
[dependencies]
bebop = { path = "../../../Runtime/Rust" }
Expand Down

0 comments on commit c306fea

Please sign in to comment.