Skip to content

Commit

Permalink
Merge pull request #328 from owobred/fix/move-rust-bench-profiles
Browse files Browse the repository at this point in the history
Move rust benchmark profile
  • Loading branch information
andrewmd5 committed Apr 15, 2024
2 parents 03502a9 + c306fea commit c470b25
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
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
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 c470b25

Please sign in to comment.