Skip to content

Commit 47bb049

Browse files
authored
Merge pull request #14 from mattip/speed.pypy.org
set default project to pypy3.7
2 parents 89e5b46 + 22d3b72 commit 47bb049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

speed_pypy/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
SHOW_REPORTS = False
8989
SHOW_HISTORICAL = True
9090
DEF_BASELINE = {'executable': 'cpython', 'revision': '3.6.7'}
91-
DEF_EXECUTABLE = {'name': 'pypy3-jit-64', 'project': 'PyPy3.6'}
91+
DEF_EXECUTABLE = {'name': 'pypy3-jit-64', 'project': 'PyPy3.7'}
9292
DEF_ENVIRONMENT = 'benchmarker'
9393

9494

0 commit comments

Comments
 (0)