Update direct report_file/help_request test callers for the cooldown-key argument
All checks were successful
CI / check (push) Successful in 4m32s
All checks were successful
CI / check (push) Successful in 4m32s
This commit is contained in:
parent
c2db3bad7e
commit
fef4590f48
2 changed files with 3 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue