PyPy speed center not updating any more
Hi all, The PyPy speed center does not display any update more recent than July 29. The buildbot infrastructure correctly puts them into files codespeak.net:~buildmaster/bench_results/REV.json, but the web site at http://speed.pypy.org/ does not get updated. Help please! A bientot, Armin.
Hi all, On Sat, Aug 14, 2010 at 03:50:02PM +0200, Armin Rigo wrote:
The PyPy speed center does not display any update more recent than July 29.
Wrong (thanks Antonio). It's only the twisted_web benchmark that stops at July 29; it was certainly removed at that date. For the others it works as expected. The most recent results of today (76624) have been run on the kill-caninline branch. Armin.
Hi Armin, are all results going to be run on a branch now?. If you run results on a branch, but don't change the config on codespeed, the commit logs won't work because it will try to pull them from trunk 2010/8/14 Armin Rigo <arigo@tunes.org>:
Hi all,
On Sat, Aug 14, 2010 at 03:50:02PM +0200, Armin Rigo wrote:
The PyPy speed center does not display any update more recent than July 29.
Wrong (thanks Antonio). It's only the twisted_web benchmark that stops at July 29; it was certainly remov ed at that date. For the others it works as expected.
The most recent results of today (76624) have been run on the kill-caninline branch.
Armin. _______________________________________________ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev
I disabled twisted_web because of run out of TCP connection problem. Regarding branches - how can we have branches visible with trunk side-by-side, submit that as a different interpreter? On Mon, Aug 16, 2010 at 8:19 AM, Miquel Torres <tobami@googlemail.com> wrote:
Hi Armin,
are all results going to be run on a branch now?.
If you run results on a branch, but don't change the config on codespeed, the commit logs won't work because it will try to pull them from trunk
2010/8/14 Armin Rigo <arigo@tunes.org>:
Hi all,
On Sat, Aug 14, 2010 at 03:50:02PM +0200, Armin Rigo wrote:
The PyPy speed center does not display any update more recent than July 29.
Wrong (thanks Antonio). It's only the twisted_web benchmark that stops at July 29; it was certainly remov ed at that date. For the others it works as expected.
The most recent results of today (76624) have been run on the kill-caninline branch.
Armin. _______________________________________________ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev
_______________________________________________ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev
Maciej: sorry, we had this issue pending for a long time already. The best way would be to add a new project per branch. So instead of project = 'PyPy' save as project = 'experimental_branchX' then in the admin (the project entry will be created when the first results are saved), choose whether to "track" the project (show or hide in the changes view), and customize the commit log info (pull logs from the corresponding subdir in svn instead of trunk). Note: to avoid confusion, executables names are unique, so exe (interpreter) names will need to be different as well (it could be changed if needed) Cheers, Miquel 2010/8/16 Armin Rigo <arigo@tunes.org>:
Hi Miquel,
On Mon, Aug 16, 2010 at 08:19:33AM +0200, Miquel Torres wrote:
are all results going to be run on a branch now?.
No no, I just ran manually twice on a branch.
A bientot,
Armin.
participants (3)
-
Armin Rigo -
Maciej Fijalkowski -
Miquel Torres