<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, Jun 2, 2015 at 3:08 PM Maciej Fijalkowski <<a href="mailto:fijall@gmail.com">fijall@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
There was a PSF-sponsored effort to improve the situation with the<br>
<a href="https://bitbucket.org/pypy/codespeed2/src" target="_blank">https://bitbucket.org/pypy/codespeed2/src</a> being written (thank you<br>
PSF). It's not better enough than codespeed that I would like, but<br>
gives some opportunities.<br>
<br>
That said, we have a benchmark machine for benchmarking cpython and I<br>
never deployed nightly benchmarks of cpython for a variety of reasons.<br>
<br>
* would be cool to get a small VM to set up the web front<br>
<br>
* people told me that py3k is only interesting, so I did not set it up<br>
for py3k because benchmarks are mostly missing<br></blockquote><div><br></div><div>Missing how? <a href="http://hg.python.org/benchmarks">hg.python.org/benchmarks</a> has plenty of Python 3-compatible benchmarks to have interesting results.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I'm willing to set up a nightly <a href="http://speed.python.org" target="_blank">speed.python.org</a> using nightly build<br>
on python 2 and possible python 3 if there is an interest. I need<br>
support from someone maintaining python buildbot to setup builds and a<br>
VM to set up stuff, otherwise I'm good to go<br></blockquote><div><br></div><div>I suspect there is interest.</div><div><br></div><div>-Brett</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
DISCLAIMER: I did facilitate in codespeed rewrite that was not as<br>
successful as I would have hoped. I did not receive any money from the<br>
PSF on that though.<br>
<br>
Cheers,<br>
fijal<br>
<br>
<br>
On Mon, Jun 1, 2015 at 1:14 PM, M.-A. Lemburg <<a href="mailto:mal@egenix.com" target="_blank">mal@egenix.com</a>> wrote:<br>
> On 01.06.2015 12:44, Armin Rigo wrote:<br>
>> Hi Larry,<br>
>><br>
>> On 31 May 2015 at 01:20, Larry Hastings <<a href="mailto:larry@hastings.org" target="_blank">larry@hastings.org</a>> wrote:<br>
>>> p.s. Supporting this patch also helps cut into PyPy's reported performance<br>
>>> lead--that is, if they ever upgrade <a href="http://speed.pypy.org" target="_blank">speed.pypy.org</a> from comparing against<br>
>>> Python *2.7.2*.<br>
>><br>
>> Right, we should do this upgrade when 2.7.11 is out.<br>
>><br>
>> There is some irony in your comment which seems to imply "PyPy is<br>
>> cheating by comparing with an old Python 2.7.2": it is inside a thread<br>
>> which started because "we didn't backport performance improvements to<br>
>> 2.7.x so far".<br>
>><br>
>> Just to convince myself, I just ran a performance comparison.  I ran<br>
>> the same benchmark suite as <a href="http://speed.pypy.org" target="_blank">speed.pypy.org</a>, with 2.7.2 against 2.7.10,<br>
>> both freshly compiled with no "configure" options at all.  The<br>
>> differences are usually in the noise, but range from +5% to... -60%.<br>
>> If anything, this seems to show that CPython should take more care<br>
>> about performance regressions.  If someone is interested:<br>
>><br>
>> * "raytrace-simple" is 1.19 times slower<br>
>> * "bm_mako" is 1.29 times slower<br>
>> * "spitfire_cstringio" is 1.60 times slower<br>
>> * a number of other benchmarks are around 1.08.<br>
>><br>
>> The "7.0x faster" number on <a href="http://speed.pypy.org" target="_blank">speed.pypy.org</a> would be significantly<br>
>> *higher* if we upgraded the baseline to 2.7.10 now.<br>
><br>
> If someone were to volunteer to set up and run <a href="http://speed.python.org" target="_blank">speed.python.org</a>,<br>
> I think we could add some additional focus on performance<br>
> regressions. Right now, we don't have any way of reliably<br>
> and reproducibly testing Python performance.<br>
><br>
> Hint: The PSF would most likely fund such adventures :-)<br>
><br>
> --<br>
> Marc-Andre Lemburg<br>
> eGenix.com<br>
><br>
> Professional Python Services directly from the Source  (#1, Jun 01 2015)<br>
>>>> Python Projects, Coaching and Consulting ...  <a href="http://www.egenix.com/" target="_blank">http://www.egenix.com/</a><br>
>>>> mxODBC Plone/Zope Database Adapter ...       <a href="http://zope.egenix.com/" target="_blank">http://zope.egenix.com/</a><br>
>>>> mxODBC, mxDateTime, mxTextTools ...        <a href="http://python.egenix.com/" target="_blank">http://python.egenix.com/</a><br>
> ________________________________________________________________________<br>
><br>
> ::::: Try our mxODBC.Connect Python Database Interface for free ! ::::::<br>
><br>
>    eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48<br>
>     D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg<br>
>            Registered at Amtsgericht Duesseldorf: HRB 46611<br>
>                <a href="http://www.egenix.com/company/contact/" target="_blank">http://www.egenix.com/company/contact/</a><br>
> _______________________________________________<br>
> Python-Dev mailing list<br>
> <a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
> Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/fijall%40gmail.com" target="_blank">https://mail.python.org/mailman/options/python-dev/fijall%40gmail.com</a><br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div></div>