Skip to content

Commit

Permalink
Turned on warmups
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Nov 19, 2024
1 parent d34dbcd commit 3027b6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/resources/adhoc-scale-benchmark.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ record.compression=LZO
# Row count to scale tests (Tests can override but typically do not)
scale.row.count=${baseRowCount}

# Row count to scale warmups before tests
warmup.row.count=100000

# True: Use a timestamp for the parent directory of each test run
# False: Overwrite previous test results for each test run
# Blank: Overwrite if JUnit launch, timestamp if Benchmark main launch
Expand Down

0 comments on commit 3027b6a

Please sign in to comment.