Skip to content

Commit efec429

Browse files
committed
[GR-76221] Increase benchmark prewarm.
PullRequest: graalpython/4612
2 parents f69e9bb + 8a7e354 commit efec429

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
'virtualize-in-try-catch-oom': ITER_10,
123123
'phase_shift_warmup_baseline': ITER_5 + ['--self-measurement'] + ['500'],
124124
'phase_shift_warmup': ITER_3 + ['--self-measurement'] + ['1600', '500'],
125-
'jsonrpc-pipe': ITER_10 + ['500', 'text', 'text', 'mask', '64'],
125+
'jsonrpc-pipe': ITER_15 + ['500', 'text', 'text', 'mask', '64'],
126126
'startup': ITER_5 + ['50'],
127127
'startup-imports': ITER_5 + ['20'],
128128
}
@@ -278,12 +278,12 @@ def _pickling_benchmarks(module='pickle'):
278278
'image-magix-sized2': ITER_10 + ['30000'],
279279
'parrot-b2': ITER_10 + ['200'],
280280
'threadring': ITER_25 + ['100_000_000'],
281-
'regexdna-sized2': ITER_25 + ['4'],
281+
'regexdna-sized2': ITER_50 + ['4'],
282282
'knucleotide': ITER_25 + [],
283283
'chaos-sized2': ITER_10 + ['500'],
284284
'chaos-traced': ITER_5 + ['500'],
285285
'go-sized2': ITER_15 + ['50'],
286-
'raytrace-simple': ITER_10 + [],
286+
'raytrace-simple': ITER_20 + [],
287287
'lud-sized2': ITER_10 + ['1536'],
288288
'mm-sized2': ITER_15 + ['350'],
289289
# Rodinia

0 commit comments

Comments
 (0)