[pypy-dev] speed.pypy.org

2017-12-28 Thread Gerald Jansen
On the main page, all the links to http://speed.pypy.org/ give 502 Bad Gateway nginx/1.1.19 Not pretty. ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] speed.pypy.org and old versions

2016-11-11 Thread Carl Friedrich Bolz
Hi Matti, Sounds good to me! Maybe we can keep the tag info around somewhere else (a file in extradoc?) in case we ever need it again. Thanks for doing this! Carl Friedrich On November 11, 2016 10:56:24 AM GMT+01:00, Matti Picus wrote: >The landing page for speed.pypy.org, and the pull-dow

[pypy-dev] speed.pypy.org and old versions

2016-11-11 Thread Matti Picus
The landing page for speed.pypy.org, and the pull-downs on the other pages, are clogged with old results from previous versions. It seems the comparison page http://speed.pypy.org/comparison cannot even pull up the database info, and times out, making it useless. A quick fix could be to remove ta

Re: [pypy-dev] speed.pypy.org

2015-09-16 Thread Matti Picus
About the time that happened, the tannit-32 benchmark run started to time out, coincidence? http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-32/builds/2399/steps/shell_6/logs/stdio Matti On 16/09/15 11:16, Armin Rigo wrote: Hi all, Summarizing a

Re: [pypy-dev] speed.pypy.org

2015-09-16 Thread Костя Лопухин
Looks like the problem is on the server, not in JS: http://speed.pypy.org/json/ returns empty array for "benchmarks" field. 2015-09-16 11:16 GMT+03:00 Armin Rigo : > Hi all, > > Summarizing a few comments on irc: the main page of speed.pypy.org is > broken right now. (The rest seems to work.) > >

[pypy-dev] speed.pypy.org

2015-09-16 Thread Armin Rigo
Hi all, Summarizing a few comments on irc: the main page of speed.pypy.org is broken right now. (The rest seems to work.) A bientôt, Armin. ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] speed.pypy.org and pypy3

2013-08-05 Thread Maciej Fijalkowski
On Fri, Aug 2, 2013 at 11:40 PM, Philip Jenvey wrote: > > On Aug 2, 2013, at 1:04 AM, Maciej Fijalkowski wrote: > >> On Fri, Aug 2, 2013 at 6:37 AM, Vito De Tullio >> wrote: >>> Hi. >>> >>> with the release of pypy3, I was hoping to see also this version on the >>> speed center (running against

Re: [pypy-dev] speed.pypy.org and pypy3

2013-08-02 Thread Philip Jenvey
On Aug 2, 2013, at 1:04 AM, Maciej Fijalkowski wrote: > On Fri, Aug 2, 2013 at 6:37 AM, Vito De Tullio > wrote: >> Hi. >> >> with the release of pypy3, I was hoping to see also this version on the >> speed center (running against cpython3 or, if it makes sense, versus >> pypy/cpython2) but I c

Re: [pypy-dev] speed.pypy.org and pypy3

2013-08-02 Thread Maciej Fijalkowski
On Fri, Aug 2, 2013 at 6:37 AM, Vito De Tullio wrote: > Hi. > > with the release of pypy3, I was hoping to see also this version on the > speed center (running against cpython3 or, if it makes sense, versus > pypy/cpython2) but I cannot find it. > > Are there some plan to integrate pypy3 on the sp

[pypy-dev] speed.pypy.org and pypy3

2013-08-01 Thread Vito De Tullio
Hi. with the release of pypy3, I was hoping to see also this version on the speed center (running against cpython3 or, if it makes sense, versus pypy/cpython2) but I cannot find it. Are there some plan to integrate pypy3 on the speed center? -- ZeD ___