Skip to content

Commit e8cea51

Browse files
committed
Move the java-register benchmark to interop suite
1 parent 68d7101 commit e8cea51

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
'generator-notaligned-sized': ITER_10 + ['30_000'],
7676
'generator-sized': ITER_10 + ['30_000'],
7777
'genexp-builtin-call-sized': ITER_10 + ['50_000'],
78-
'java-register': ITER_10 + ['2_000'],
7978
'list-comp': ITER_10 + ['5000'],
8079
'list-indexing': ITER_10 + ['1000000'],
8180
'list-indexing-from-constructor': ITER_10 + ['10000000'],
@@ -274,6 +273,7 @@ def _pickling_benchmarks(module='pickle'):
274273
'euler_java': ITER_10 + ['200'],
275274
'image-magix': ITER_10 + ['10000'],
276275
'image-magix-java': ITER_10 + ['10000'],
276+
'java-register': ITER_10 + ['2_000'],
277277
}
278278

279279

0 commit comments

Comments
 (0)