JIRA: BOTTLENECKS-29
[bottlenecks.git] / vstf / vstf / agent / perf / qperf.py
old mode 100755 (executable)
new mode 100644 (file)
index f84f9c2..afdf44d
@@ -133,7 +133,7 @@ class Qperf(object):
                 if data[3] == "us":
                     latency = float(data[2]) / 1000
                 else:
-                    latency = float(data[2]) / 1000
+                    latency = float(data[2])
         result = {
             mark.minLatency: latency,
             mark.avgLatency: latency,