[pypy-dev] Idea for speed.pypy.org

Miquel Torres tobami at googlemail.com
Mon Dec 13 16:08:42 CET 2010


sorry, I meant the opposite. To recap, according to
http://code.google.com/p/unladen-swallow/wiki/Benchmarks,
spitfire: psyco
slowspitfire: pure python

in addition we have spitfire_cstringio, which uses a c module (so it
is even faster).

what is vanilla spitfire in our case?


2010/12/13 Miquel Torres <tobami at googlemail.com>:
> @Carl Friedrich & exarkun: thanks, I've added those.
>
> only spectral-norm, slowspitfire and ai to go.
>
> slowspitfire is described at the Unladen page as using psyco, but it
> doesn't make sense in our case?
>
>
>
> 2010/12/13  <exarkun at twistedmatrix.com>:
>> On 08:20 am, tobami at googlemail.com wrote:
>>>
>>> Thanks all for the input.
>>> I've compiled a list based on your mails, the Unladen benchmarks page
>>> (http://code.google.com/p/unladen-swallow/wiki/Benchmarks), and the
>>> alioth descriptions. Here is an extract of the current speed.pypy.org
>>> admin:
>>>
>>> [snip]
>>> twisted_iteration
>>
>> Iterates a Twisted reactor as quickly as possible without doing any work.
>>>
>>> twisted_names
>>
>> Runs a DNS server with Twisted Names and then issues requests to it over
>> loopback UDP.
>>>
>>> twisted_pb
>>
>> Runs a Perspective Broker server with a no-op method and invokes that method
>> over loopback TCP with some strings, dictionaries, and tuples as arguments.
>>
>



More information about the Pypy-dev mailing list