Skip to content

Commit ae7184b

Browse files
committed
use python3, pypy3 for front page
1 parent 9abbb6f commit ae7184b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

speed_pypy/settings.py

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

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

9393

speed_pypy/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ <h3>How has {{ default_exe.project }} performance evolved over time?</h3>
141141
xaxis: {
142142
renderer: $.jqplot.CategoryAxisRenderer,
143143
ticks: benchmarks,
144-
tickOptions: {angle: -40}
144+
tickOptions: {angle: -70}
145145
},
146146
yaxis:{
147-
ticks: [0, 0.25, 0.5, 0.75, 1, 1.25],
147+
ticks: [0, 0.5, 1, 1.5],
148148
tickOptions:{formatString: '%.2f'}
149149
}
150150
}

0 commit comments

Comments
 (0)