On Thu, Aug 18, 2016 at 1:46 AM, Stefan Behnel <stefan...@behnel.de> wrote:
> Is there a repository somewhere with existing runner scripts that I could
> look at and send a pull request to? I saw the python/speed.python.org
> project on github, but that seems rather dead.

The whole speed.python.org project is a bit of a mess currently, my
goal when getting it set up was to just get it actually working
without much regard for keeping things tidy.
https://github.com/python/speed.python.org was a placeholder site,
speed.python.org is now serving https://github.com/zware/codespeed.
The benchmark runner is currently the standard perf.py in
hg.python.org/benchmarks, driven by a script very similar to the
'run_and_upload.py' in
http://bugs.python.org/file41202/benchmarks.diff which lives on the
benchmark runner and is not currently version-controlled.  Benchmark
runs are started by buildbot.python.org, see
http://buildbot.python.org/all/buildslaves/speed-python (the master
config is not public, that's also on my list of things to get to along
with rewriting the master config to handle the GitHub move and other
improvements.  The commands passed to the runner can be gleaned from
the buildbot logs, though).  There's not really any good way to send a
PR on anything but the speed.python.org site right now.

-- 
Zach
_______________________________________________
Speed mailing list
Speed@python.org
https://mail.python.org/mailman/listinfo/speed

Reply via email to