diff --git a/handlers/ThroughputProfileHandler.py b/handlers/ThroughputProfileHandler.py index c360ae7f9fbe621d62dacfbfaff6354668c5908c..0d69e33860e7a3431e24f1dc7d7708aac24ed07a 100644 --- a/handlers/ThroughputProfileHandler.py +++ b/handlers/ThroughputProfileHandler.py @@ -323,7 +323,7 @@ class ThroughputProfileHandler(BaseHandler): ref[0], ref[1], options) if measure_bandwidth: ref_bandwidth = get_couchdb_bandwidth( - ref[0], ref[1], options) + ref[0], ref[1], options) / 1e3 else: ref_bandwidth = 0.0 elif ref == (slot, build_id): @@ -335,7 +335,7 @@ class ThroughputProfileHandler(BaseHandler): test[0], test[1], options) if measure_bandwidth: new_bandwidth = get_couchdb_bandwidth( - test[0], test[1], options) + test[0], test[1], options) / 1e3 else: new_bandwidth = 0.0 else: