aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormortenhillbom <mortenhillbom@gmail.com>2018-02-15 18:06:55 -0800
committermortenhillbom <mortenhillbom@gmail.com>2018-02-15 18:06:55 -0800
commitd1db421698dd040d320f20c642010d3fa2627bf8 (patch)
treedc842592cb7d19d44530dace2212c21f72b6243a
parentc8e84a12843e2cab36ea4570095026b900345f1b (diff)
NFVBENCH-66 Fixed rate run with multiple frame sizes sends same tx/rx
results for all frame sizes Change-Id: I549c2504dfb95718ef60c82c4b20256fc5939c8c Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
-rw-r--r--nfvbench/summarizer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfvbench/summarizer.py b/nfvbench/summarizer.py
index 0ff9c48..d8c761d 100644
--- a/nfvbench/summarizer.py
+++ b/nfvbench/summarizer.py
@@ -312,7 +312,7 @@ class NFVBenchSummarizer(Summarizer):
if 'warning' in entry:
continue
self.__chain_analysis_summarize(*entry)
- self.__record_send()
+ self.__record_send()
def __chain_analysis_summarize(self, frame_size, analysis):
self._put()