Skip to content

Commit

Permalink
Clean up bench
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Aug 4, 2023
1 parent 5b0ff99 commit 41b0238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limitador/benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fn bench_in_mem(c: &mut Criterion) {
#[cfg(feature = "disk_storage")]
fn bench_disk(c: &mut Criterion) {
let mut group = c.benchmark_group("Disk");
for (index, scenario) in TEST_SCENARIOS.iter().enumerate() {
for scenario in TEST_SCENARIOS.iter() {
group.bench_with_input(
BenchmarkId::new("is_rate_limited", scenario),
scenario,
Expand Down

0 comments on commit 41b0238

Please sign in to comment.