@@ -187,8 +187,8 @@ public void tearDown() throws InterruptedException {
187187 }
188188
189189 @ Benchmark
190- @ Warmup (time = 5 , timeUnit = TimeUnit .MINUTES , iterations = 1 )
191- @ Measurement (time = 15 , timeUnit = TimeUnit .MINUTES , iterations = 1 )
190+ @ Warmup (time = 5 , timeUnit = TimeUnit .SECONDS , iterations = 1 )
191+ @ Measurement (time = 15 , timeUnit = TimeUnit .SECONDS , iterations = 1 )
192192 @ Timeout (time = 30 , timeUnit = TimeUnit .MINUTES )
193193 public void readBenchmark (BenchmarkState benchmarkState , Blackhole blackhole ) {
194194 try (ReadContext readContext = benchmarkState .databaseClient .singleUse ()) {
@@ -202,8 +202,8 @@ public void readBenchmark(BenchmarkState benchmarkState, Blackhole blackhole) {
202202 }
203203
204204 @ Benchmark
205- @ Warmup (time = 5 , timeUnit = TimeUnit .MINUTES , iterations = 1 )
206- @ Measurement (time = 15 , timeUnit = TimeUnit .MINUTES , iterations = 1 )
205+ @ Warmup (time = 5 , timeUnit = TimeUnit .SECONDS , iterations = 1 )
206+ @ Measurement (time = 15 , timeUnit = TimeUnit .SECONDS , iterations = 1 )
207207 @ Timeout (time = 30 , timeUnit = TimeUnit .MINUTES )
208208 public void queryBenchmark (BenchmarkState benchmarkState , Blackhole blackhole ) {
209209 try (ReadContext readContext = benchmarkState .databaseClient .singleUse ()) {
0 commit comments