Add micro benchmarks for manual policy (#15991)

This commit is contained in:
fzyzcjy
2025-12-28 17:11:56 +08:00
committed by GitHub
parent c457aad54a
commit 7ccaec6467
2 changed files with 245 additions and 0 deletions
+5
View File
@@ -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