Skip to content

Commit dba7c9f

Browse files
add 32 bit ruleset to Overlapping benchmark
1 parent 6602eab commit dba7c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/jmh/java/io/github/richardstartin/multimatcher/benchmarks/OverlappingRulesBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private static Schema<Integer, TestDomainObject> schema() {
3636
}
3737

3838

39-
@Param({"63", "1500", "15000", "20000"})
39+
@Param({"32", "63", "1500", "15000", "20000"})
4040
int count;
4141

4242
private List<TestDomainObject> inputs;

0 commit comments

Comments
 (0)