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 da0b957 commit e72b594Copy full SHA for e72b594
1 file changed
speed_pypy/settings.py
@@ -86,9 +86,9 @@
86
87
SHOW_REPORTS = False
88
SHOW_HISTORICAL = True
89
-DEF_BASELINE = {'executable': 'cpython', 'revision': '2.6.2'}
90
-DEF_EXECUTABLE = 'pypy-c-jit'
91
-DEF_ENVIRONMENT = 'tannit'
+DEF_BASELINE = {'executable': 'cpython', 'revision': '2.7.11'}
+DEF_EXECUTABLE = 'pypy-c-jit-64'
+DEF_ENVIRONMENT = 'benchmarker'
92
93
94
from .local_settings import *
0 commit comments