diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-06-12 10:35:43 +0100 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2017-06-12 10:36:06 +0100 |
commit | a96c5e8bc383302ff700e1f757a6626e529db44c (patch) | |
tree | 24e5fa15aec823f7c86a4345c301d9b8148fd078 /ci/plot-results.sh | |
parent | 5fe9089057bf23fd7ff312779d928cc9932fd38b (diff) |
ci: Configure graphical output
Modify configuration of graphs generated from CI results.
Change-Id: Id1a30e0c61419ff131fb4f41138af2e62f822b9c
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Diffstat (limited to 'ci/plot-results.sh')
-rwxr-xr-x | ci/plot-results.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/plot-results.sh b/ci/plot-results.sh index 78855537..1beb0827 100755 --- a/ci/plot-results.sh +++ b/ci/plot-results.sh @@ -38,7 +38,7 @@ TESTS="phy2phy_tput" # default set of TCs to be plotted FILTER=",OvsDpdkVhost," # default filter to be applied on matching CSV files -NUMBER_OF_RESULTS=5 # max number of recent results to be compared in graph +NUMBER_OF_RESULTS=50 # max number of recent results to be compared in graph CSV_RESULT_COL=2 # column number with result to be plotted, e.g. 2 for rx_throughput_fps B2B_CSV_RESULT_COL=1 # column number with result to be plotted for back2back TCs CSV_PKT_SIZE_COL=12 # column number with frame/packet size |