Zachary Ware schrieb am 18.08.2016 um 06:47:
> On Wed, Aug 17, 2016 at 7:37 PM, Victor Stinner wrote:
>> PyPy, Pyston, Pyjion, Numba, etc. : Hey! it's now time to start to
>> take a look at my project and test it ;-) Tell me what is broken, what
>> is missing, and I will try to help you to move your project to this
>> new benchmark suite!
> 
> Also, if you're interested in having your interpreter benchmarked on
> speed.python.org, contact me with clear instructions (preferably in
> the form of a shell or Python script) on how to build, test, install,
> and invoke your interpreter from a fresh Ubuntu 16.04 installation.
> As an example, here's an untested version for CPython 3.x:
> 
> #!/bin/sh
> # set up dependencies
> sudo apt-get build-dep -y python3
> sudo apt-get install -y --no-install-recommends mercurial
> # get the code
> hg clone https://hg.python.org/cpython
> cd cpython
> # build
> ./configure --prefix=/opt/python/default
> make -j12
> # test
> make buildbottest TESTOPTS=-j12
> # install
> make install
> # invoke
> /opt/python/default/bin/python3
> 
> 
> I don't know when I'll have a chance to work on it, but I'd like to
> get as many projects as possible benchmarked on speed.python.org.

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.

> Victor: Thanks for getting the new repository set up and for all your
> work on the new runner!  I'm looking forward to trying it out.

+1

Stefan

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

Reply via email to