Skip to content

Commit

Permalink
benchmark at million level docCount
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <[email protected]>
  • Loading branch information
bowenlan-amzn committed Sep 17, 2024
1 parent a64aea1 commit 22f6f8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
@State(Scope.Benchmark)
public class RangeQueryBenchmark {

@Param({ "10000", "100000", "1000000", "10000000", "100000000", "1000000000"})
long docCount = 100_000;
@Param({ "1000000", "2000000", "3000000", "4000000", "5000000", "6000000", "7000000", "8000000", "9000000", "10000000"})
long docCount;

private static Path dirPath;
private static IndexReader reader;
Expand Down

0 comments on commit 22f6f8d

Please sign in to comment.