Skip to content

Commit a79f1e9

Browse files
committed
benchmarks: Add perfnorm profiler
Only works on Linux, but benchmarks only make sense there this is where most, if not all, bots run
1 parent 0eaecfc commit a79f1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ dependencies {
1212
}
1313

1414
jmh {
15-
profilers = listOf("gc")
15+
profilers = listOf("gc", "perfnorm")
1616
resultFormat = "JSON"
1717
}

0 commit comments

Comments
 (0)