Add micro benchmarks for manual policy (#15991)
This commit is contained in:
@@ -174,6 +174,11 @@ name = "tree_benchmark"
|
||||
harness = false
|
||||
path = "benches/tree_benchmark.rs"
|
||||
|
||||
[[bench]]
|
||||
name = "manual_policy_benchmark"
|
||||
harness = false
|
||||
path = "benches/manual_policy_benchmark.rs"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z" # Optimize for size
|
||||
lto = "fat" # Full LTO for smaller binaries
|
||||
|
||||
Reference in New Issue
Block a user