Skip to content

Commit d453f75

Browse files
authored
Merge pull request #5 from mattip/speed.pypy.org
MAINT: update default environment to newer machine
2 parents 2aabac2 + e72b594 commit d453f75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

speed_pypy/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686

8787
SHOW_REPORTS = False
8888
SHOW_HISTORICAL = True
89-
DEF_BASELINE = {'executable': 'cpython', 'revision': '2.6.2'}
90-
DEF_EXECUTABLE = 'pypy-c-jit'
91-
DEF_ENVIRONMENT = 'tannit'
89+
DEF_BASELINE = {'executable': 'cpython', 'revision': '2.7.11'}
90+
DEF_EXECUTABLE = 'pypy-c-jit-64'
91+
DEF_ENVIRONMENT = 'benchmarker'
9292

9393

9494
from .local_settings import *

0 commit comments

Comments
 (0)