Files
deb-python-tempest-lib/tempest_lib
Matthew Treinish 5715fd6514 Switch to elapsed time in subunit-trace summary
This commit switches the time output to the elapsed time instead of
the total time in the results summary at the end of subunit-trace.
This is accomplished by just measuring the time delta right before
we begin processing the result stream until right after. While this
is not the most accurate method to measure the elapsed time, it
should be sufficient.

Previously just the total time was shown which could be misleading
since it is just the sum of the execute time for the individual test
methods (excluding the test fixtures). When running in parallel this
number would usually be a fair bit larger than the elapsed time of the
test run. By using the elapsed time instead it makes it easier to track
the performance of the run.

Change-Id: I7a1113c7f1333389b1b42249cafc4a45d630cb9f
2014-12-04 15:58:28 -05:00
..
2014-08-28 10:38:07 -04:00
2014-12-02 21:15:48 +00:00