I have django testing setup, and it runs a few tests.  I would like to
measure the time each test takes to run, and record that in a data
file I can access later.

How do I record the time each test takes?  If this is not (easily)
possible with unit tests, then is there another easy way to test view
times?

My goal is to be able to run a performance test for each revision of
the code, and be able to track performance improvements / regressions
as development happens.

Thanks!

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to