We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d7101 commit e8cea51Copy full SHA for e8cea51
graalpython/com.oracle.graal.python.benchmarks/python/micro/java-register.py renamed to graalpython/com.oracle.graal.python.benchmarks/python/host_interop/java-register.py
mx.graalpython/mx_graalpython_bench_param.py
@@ -75,7 +75,6 @@
75
'generator-notaligned-sized': ITER_10 + ['30_000'],
76
'generator-sized': ITER_10 + ['30_000'],
77
'genexp-builtin-call-sized': ITER_10 + ['50_000'],
78
- 'java-register': ITER_10 + ['2_000'],
79
'list-comp': ITER_10 + ['5000'],
80
'list-indexing': ITER_10 + ['1000000'],
81
'list-indexing-from-constructor': ITER_10 + ['10000000'],
@@ -274,6 +273,7 @@ def _pickling_benchmarks(module='pickle'):
274
273
'euler_java': ITER_10 + ['200'],
275
'image-magix': ITER_10 + ['10000'],
276
'image-magix-java': ITER_10 + ['10000'],
+ 'java-register': ITER_10 + ['2_000'],
277
}
278
279
0 commit comments