Skip to content

Commit 533f385

Browse files
eregonbjfish
authored andcommitted
Add rubykon to warmup benchmarks
1 parent 61aa1e7 commit 533f385

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mx.truffleruby/mx_truffleruby_benchmark.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,15 +684,17 @@ def time(self):
684684
warmup_benchmarks = [
685685
'asciidoctor/asciidoctor-convert',
686686
'asciidoctor/asciidoctor-load-file',
687-
'asciidoctor/asciidoctor-load-string'
687+
'asciidoctor/asciidoctor-load-string',
688+
'rubykon/rubykon',
688689
]
689690

690691
class WarmupBenchmarkSuite(AllBenchmarksBenchmarkSuite):
691692
def config(self):
692693
iterations = {
693694
'asciidoctor-convert': {10:'startup', 100:'early-warmup', 500:'late-warmup'},
694695
'asciidoctor-load-file': {10:'startup', 100:'early-warmup', 500:'late-warmup'},
695-
'asciidoctor-load-string': {10:'startup', 100:'early-warmup', 500:'late-warmup'}
696+
'asciidoctor-load-string': {10:'startup', 100:'early-warmup', 500:'late-warmup'},
697+
'rubykon': {1:'startup', 10:'early-warmup', 30:'late-warmup'},
696698
}
697699
return {'kind': 'fixed-iterations', 'iterations': iterations}
698700

0 commit comments

Comments
 (0)