T
Tom Olson
I have written several tests for a unit and they run fine, but I do notice
extreme differences in performance when I only run one test versus running
every test in the unit.
The class that is being tested has several static methods. When I run all
the tests in this unit the timing (captured through QueryPerformanceCount)
returns in 130-140 ticks. However if I just run this test by itself the
same process takes 8800-8900 ticks.
Has anyone else encountered this?
Tom
extreme differences in performance when I only run one test versus running
every test in the unit.
The class that is being tested has several static methods. When I run all
the tests in this unit the timing (captured through QueryPerformanceCount)
returns in 130-140 ticks. However if I just run this test by itself the
same process takes 8800-8900 ticks.
Has anyone else encountered this?
Tom