Skip to content

Commit 2d48b13

Browse files
committed
cardinality 100 -> 128 for improved JIT modulo
1 parent 4da3e71 commit 2d48b13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/all/src/jmh/java/io/opentelemetry/sdk/MetricRecordBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static class BenchmarkState {
9696

9797
@Param AggregationTemporality aggregationTemporality;
9898

99-
@Param({"1", "100"})
99+
@Param({"1", "128"})
100100
int cardinality;
101101

102102
// The following parameters are excluded from the benchmark to reduce combinatorial explosion

0 commit comments

Comments
 (0)