Skip to content

Commit 39383a3

Browse files
committed
Use BatchSize::SmallInput
1 parent 6fbeacb commit 39383a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-sdk/benches/metrics_counter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fn counter_add_sorted(c: &mut Criterion) {
8585
],
8686
);
8787
},
88-
BatchSize::LargeInput,
88+
BatchSize::SmallInput,
8989
);
9090
});
9191
}
@@ -121,7 +121,7 @@ fn counter_add_unsorted(c: &mut Criterion) {
121121
],
122122
);
123123
},
124-
BatchSize::LargeInput,
124+
BatchSize::SmallInput,
125125
);
126126
});
127127
}

0 commit comments

Comments
 (0)