Specify latency bucket size & correct calculation 64/69564/1
authorLuc Provoost <luc.provoost@intel.com>
Fri, 17 Jan 2020 18:28:37 +0000 (13:28 -0500)
committerLuc Provoost <luc.provoost@intel.com>
Fri, 17 Jan 2020 18:28:37 +0000 (13:28 -0500)
commit1eb070d16476285b3dff087cff03cf352a0aadbc
tree54a97c52599b98220a9d5cc6a8005087dcdb680a
parent0bfbba8d05de385535db9c376f69023206bad9bd
Specify latency bucket size & correct calculation

A new parameter bucket_size_exp in the *.test file specifies the bucket
size for latency measurement. The default is 11 which corresponds to a
bucket size of 1 usec for a 2GHz processor. This fix is also calculating
the bucket size based on the reported frequency. Before it was assuming
a 2GHz processor.

Change-Id: I70d15e90e151a7e474cd05c9ac91b71a11fd5c78
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
VNFs/DPPD-PROX/helper-scripts/rapid/TST009_Throughput.test
VNFs/DPPD-PROX/helper-scripts/rapid/gen.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/gen_gw.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/runrapid.py