Merge "Add --hwlb options as a command line argument for SampleVNF"
[yardstick.git] / yardstick / network_services / traffic_profile / prox_binsearch.py
index c3277fb..7a84f13 100644 (file)
@@ -116,7 +116,6 @@ class ProxBinSearchProfile(ProxProfile):
                 self.current_lower = test_value
                 successful_pkt_loss = result.pkt_loss
                 samples = result.get_samples(pkt_size, successful_pkt_loss, port_samples)
-                samples["TxThroughput"] = samples["TxThroughput"] * 1000 * 1000
 
                 # store results with success tag in influxdb
                 success_samples = {'Success_' + key: value for key, value in samples.items()}