Skip to content

Commit 61aa1e7

Browse files
committed
Use the same number of warmup iterations for asciidoctor-convert
1 parent 85791c4 commit 61aa1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.truffleruby/mx_truffleruby_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def time(self):
690690
class WarmupBenchmarkSuite(AllBenchmarksBenchmarkSuite):
691691
def config(self):
692692
iterations = {
693-
'asciidoctor-convert': {10:'startup', 20:'early-warmup', 100:'late-warmup'},
693+
'asciidoctor-convert': {10:'startup', 100:'early-warmup', 500:'late-warmup'},
694694
'asciidoctor-load-file': {10:'startup', 100:'early-warmup', 500:'late-warmup'},
695695
'asciidoctor-load-string': {10:'startup', 100:'early-warmup', 500:'late-warmup'}
696696
}

0 commit comments

Comments
 (0)