unit-profiling, similar to unit-testing
Ulrich Eckhardt
ulrich.eckhardt at dominolaser.com
Wed Nov 16 04:08:24 EST 2011
More information about the Python-list mailing list
Wed Nov 16 04:08:24 EST 2011
- Previous message (by thread): Got some problems when using logging Filter
- Next message (by thread): unit-profiling, similar to unit-testing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi! I'm currently trying to establish a few tests here that evaluate certain performance characteristics of our systems. As part of this, I found that these tests are rather similar to unit-tests, only that they are much more fuzzy and obviously dependent on the systems involved, CPU load, network load, day of the week (Tuesday is virus scan day) etc. What I'd just like to ask is how you do such things. Are there tools available that help? I was considering using the unit testing framework, but the problem with that is that the results are too hard to interpret programmatically and too easy to misinterpret manually. Any suggestions? Cheers! Uli
- Previous message (by thread): Got some problems when using logging Filter
- Next message (by thread): unit-profiling, similar to unit-testing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list