Added a printout for the overall test execution time
[integration/test.git] / test / tools / odl-mdsal-clustering-tests / clustering-performance-test / flow_config_blaster.py
index 94e1be00f260a8de1eb038b197227e49054e1134..b4cf5fb103dad88aac002985f0fd8a87b5215123 100755 (executable)
@@ -262,6 +262,7 @@ class FlowConfigBlaster(object):
                 measured_rate = (self.nthreads * self.nflows) / t.secs
                 print '    Measured rate:      %.2f (%.2f%% of Total success rate)' % \
                       (measured_rate, measured_rate / self.total_rate.value * 100)
+                print '    Measured time:      %.2fs' % t.secs
                 self.threads_done = 0
 
             self.ok_rate.value = 0