Benchmarking Django on PyPy with unittest?

Dan Stromberg drsalists at gmail.com
Wed Feb 7 19:10:21 EST 2018


You could probably use the "requests" module to time how long various
operations take in your Django website.

On Wed, Feb 7, 2018 at 2:26 AM, Etienne Robillard <tkadm30 at yandex.com> wrote:
> Also, i need to isolate and measure the speed of gevent loop engine
> (gevent.monkey), epoll, and python-specific asyncio coroutines. :-)
>
> Etienne
>
>
>
> Le 2018-02-07 à 04:39, Etienne Robillard a écrit :
>>
>> Hi,
>>
>> is it possible to benchmark a django application  with unittest module in
>> order to compare and measure the speed/latency of the django orm with
>> sqlite3 against ZODB databases?
>> i'm interested in comparing raw sqlite3 performance versus ZODB (schevo).
>> i would like to make specific testsuite(s) for benchmarking django 1.11.7,
>> django 2.0, pypy, etc.
>>
>> What do you think?
>>
>> Etienne
>>
>
> --
> Etienne Robillard
> tkadm30 at yandex.com
> https://www.isotopesoftware.ca/
>
> --
> https://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list