Skip to content

Commit

Permalink
Additional JMH params
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Oct 11, 2024
1 parent 3f2d3f6 commit 54e722c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class ParallelSearcherBenchmarks {
@State(Scope.Benchmark)
public static class SearchState {

@Param({"1", "2", "5", "10", "20", "50", "100"})
@Param({"1", "2", "5", "10", "20", "50", "100", "200", "500", "1000", "2000", "5000"})
int numThreads;

BufferAllocator allocator;
Expand Down

0 comments on commit 54e722c

Please sign in to comment.