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 0f72f81 commit 8faf12fCopy full SHA for 8faf12f
graalpython/lib-graalpython/patches/asv/sdist/asv-0.5.1.patch
@@ -1,3 +1,16 @@
1
+diff --git a/asv/benchmark.py b/asv/benchmark.py
2
+index 6411894..05f0678 100644
3
+--- a/asv/benchmark.py
4
++++ b/asv/benchmark.py
5
+@@ -535,6 +535,8 @@ def run(self, *param):
6
+ if warmup_time < 0:
7
+ if '__pypy__' in sys.modules:
8
+ warmup_time = 1.0
9
++ elif '__graalpython__' in sys.modules:
10
++ warmup_time = 5.0
11
+ else:
12
+ # Transient effects exist also on CPython, e.g. from
13
+ # OS scheduling
14
diff --git a/asv/benchmarks.py b/asv/benchmarks.py
15
index 6411894..05f0678 100644
16
--- a/asv/benchmarks.py
0 commit comments