Skip to content

Commit

Permalink
Update ParallelQueryBenchmark.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Dec 12, 2024
1 parent d8524f3 commit 108ae4d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 5)
@BenchmarkMode({ Mode.AverageTime })
@Fork(value = 1, jvmArgs = { "-Xms1G", "-Xmx1G" })
//@Fork(value = 1, jvmArgs = { "-Xms1G", "-Xmx1G", "-XX:StartFlightRecording=delay=20s,duration=120s,filename=recording.jfr,settings=profile", "-XX:FlightRecorderOptions=samplethreads=true,stackdepth=1024", "-XX:+UnlockDiagnosticVMOptions", "-XX:+DebugNonSafepoints" })
@Fork(value = 1, jvmArgs = { "-Xms1G", "-Xmx50G", })
@Measurement(iterations = 5)
@OutputTimeUnit(TimeUnit.MILLISECONDS)
public class ParallelQueryBenchmark extends BaseConcurrentBenchmark {
Expand Down

0 comments on commit 108ae4d

Please sign in to comment.