Fix the evaluator benchmark for the new FilteredPushRules argument

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Uk8aPxHn3BHCe52L226jdG
This commit is contained in:
Matthew Hodgson
2026-07-14 14:03:58 +01:00
co-authored by Claude Fable 5
parent 3ad7748e82
commit 8f1482389d
+1
View File
@@ -215,6 +215,7 @@ fn bench_eval_message(b: &mut Bencher) {
false,
false,
false,
false,
);
b.iter(|| eval.run(&rules, Some("bob"), Some("person"), None));