[Speed] http://speed.python.org/ updated manually

2018-06-28 Thread Victor Stinner
Hi, FYI I'm still running *manually* "./run_benchmark.sh" in a screen on the benchmark runner to sometimes upload new results to speed.python.org. Since Python 3.7.0 is going to be released, I ran benchmarks. Results: https://speed.python.org/ Is there anyone interested to write a cron task to

Re: [Speed] http://speed.python.org/ updated manually

2018-06-28 Thread Andrii Soldatenko
Hi Viktor, If you can point me to repo and docs, I can automate it. > On Jun 28, 2018, at 2:13 AM, Victor Stinner wrote: > > Hi, > > FYI I'm still running *manually* "./run_benchmark.sh" in a screen on > the benchmark runner to sometimes upload new results to > speed.python.org. > > Since Py

Re: [Speed] http://speed.python.org/ updated manually

2018-06-28 Thread Victor Stinner
I'm not aware of any existing doc... Let me see: * There are two servers: the runner and the web servers. Here I only care about the runner who I run benchmarks. * I automated all steps to run a benchmark in the "performance" project. At the end, the command is just "python3 -m performance compile

Re: [Speed] http://speed.python.org/ updated manually

2018-06-28 Thread Matti Picus
I would be interested in getting this going as well The runner machine is managed through the python chef repo https://github.com/python/psf-chef repo under the role "python-speed". I can think of two ways to have this run, one as a cron job added to  a recipe a