Update direct report_file/help_request test callers for the cooldown-key argument
All checks were successful
CI / check (push) Successful in 4m32s

This commit is contained in:
Jean Chevronnet 2026-07-19 13:57:03 +00:00
parent c2db3bad7e
commit fef4590f48
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -5601,7 +5601,7 @@ fn bench_engine_throughput() {
// enough that ordinary lines never trip it, so we time the per-message CHECK
// cost (the realistic case), not the kick path.
let (mut e, _p) = kicker_fixture("bench_hot");
let mut bs = |e: &mut Engine, t: &str| {
let bs = |e: &mut Engine, t: &str| {
e.handle(NetEvent::Privmsg { from: "000AAAAAB".into(), to: "42SAAAAAD".into(), text: t.into() });
};
bs(&mut e, "KICK #c CAPS ON");