diff --git a/benchmark/bench-throttle.js b/benchmark/bench-throttle.js index 05c81bf..2e89a5e 100644 --- a/benchmark/bench-throttle.js +++ b/benchmark/bench-throttle.js @@ -92,6 +92,7 @@ async function benchmarkThrottle() { // Simulate rate limit check const count = key.length % 10; // Under limit const allowed = count < 1000; + if (allowed) {} }, 50000 );