Skip to content

Commit e72b594

Browse files
committed
MAINT: change default environment
1 parent da0b957 commit e72b594

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)