JIRA: BOTTLENECKS-41 define the documents of vstf in B release
[bottlenecks.git] / vstf / vstf / agent / perf / qperf.py
index f84f9c2..afdf44d 100755 (executable)
@@ -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,