Skip to content

Commit 28eaf38

Browse files
committed
Update overlay
1 parent 02c6ae5 commit 28eaf38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "9d5fa2f3ec83f9c612024c9a21ce3f08e8d6cfa1" }
1+
{ "overlay": "106ff9956a291d98428a19ec769ba281dd67afd5" }

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ def _pickling_benchmarks(module='pickle'):
330330

331331
WARMUP_BENCHMARKS = {
332332
"python-warmup": [PATH_WARMUP, WARMUP_BENCHMARKS],
333-
}
333+
}

mx.graalpython/mx_graalpython_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,4 +1030,4 @@ def filter_distribution(self, dist):
10301030
# Note: for some reason the GRAALPYTHON_BENCH is filtered out by the base class,
10311031
# but by overriding this method we fix that and also get the nice property
10321032
# that one cannot accidentally run some other JMH benchmarks via this class
1033-
return dist.name == 'GRAALPYTHON_BENCH'
1033+
return dist.name == 'GRAALPYTHON_BENCH'

0 commit comments

Comments
 (0)