summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/agent/perf/qperf.py
diff options
context:
space:
mode:
Diffstat (limited to 'vstf/vstf/agent/perf/qperf.py')
-rwxr-xr-xvstf/vstf/agent/perf/qperf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vstf/vstf/agent/perf/qperf.py b/vstf/vstf/agent/perf/qperf.py
index f84f9c24..afdf44d7 100755
--- a/vstf/vstf/agent/perf/qperf.py
+++ b/vstf/vstf/agent/perf/qperf.py
@@ -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,