On 7 oct, 17:54, "K*K" <[EMAIL PROTECTED]> wrote: Just a couple more (slightly OT) notes:
> I'm writing a program to test django's mysql performance, "django's mysql performance" doesn't really makes sense. What you're testing with your code is the combined perfs of - Django's orm - Python's MySQLdb connector - your version of MySQL (not to talk about your system etc...) Ok, the distinction is a bit pedantic, but it might be better to make things clear. If what you want to test is django's ORM itself, you should also code doing the same operation using only the MySQLdb connector, timeit *under similar conditions* (system load etc), and compare both results to know what comes from the ORM itself. > use timeit > to profile. Pedantic again, but what you're doing is benchmarking - "profiling" is something quite different. (snip) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---