Re: [Speed] Update Django from 1.11 to 2.0? What about Python 2.7 and PyPy2?
On Tue, 9 Jan 2018 17:42:34 +0100 Victor Stinner <victor.stinner@gmail.com> wrote:
2018-01-09 16:17 GMT+01:00 Antoine Pitrou <solipsis@pitrou.net>:
How do you plan to make numbers comparable if you change the Django version for a given benchmark? The only solution IMHO is to add a different benchmark.
I mostly use performance to compare Python versions, like compare Python 3.7 to Python 2.7. If the Django-1.11 benchmark becomes different, I'm not able anymore to compare django_template between Python 2 and Python 3.
Why would it become different?
I would prefer to not have to install Django 1.11 *and* Django 2.0 in the same virtual environment (I'm not sure that it's technically possible). It means that the Django 1.11 benchmark would be specific to Python 2, whereas the Django 2.0 benchmark would be specific to Python 3. So with an hypothetical future performance version, it would become impossible to compare django template benchmark between Python 2 and Python 3. I'm not sure that the Python 2 benchmark would be useful.
Victor
2018-01-09 17:47 GMT+01:00 Antoine Pitrou <solipsis@pitrou.net>:
On Tue, 9 Jan 2018 17:42:34 +0100 Victor Stinner <victor.stinner@gmail.com> wrote:
2018-01-09 16:17 GMT+01:00 Antoine Pitrou <solipsis@pitrou.net>:
How do you plan to make numbers comparable if you change the Django version for a given benchmark? The only solution IMHO is to add a different benchmark.
I mostly use performance to compare Python versions, like compare Python 3.7 to Python 2.7. If the Django-1.11 benchmark becomes different, I'm not able anymore to compare django_template between Python 2 and Python 3.
Why would it become different?
Speed mailing list Speed@python.org https://mail.python.org/mailman/listinfo/speed
participants (2)
-
Antoine Pitrou
-
Victor Stinner