2018-01-09 16:17 GMT+01:00 Antoine Pitrou <[email protected]>: > 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. In this case, I would prefer simply to ignore the benchmark on Python 2. The benchmark has nothing interesting. It's just another templating library, we already have other benchmarks testing strings and templates. Victor _______________________________________________ Speed mailing list [email protected] https://mail.python.org/mailman/listinfo/speed
