X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=a7b1500f29a14a44eb9b509081c5ec8794a1722b;hb=4c7d924468b1314f5ce0f2fe0194412a7bc4aea5;hp=c36159825bd42b56144cc831809494644adb8f4a;hpb=cc63395c056c520d4e43643a8c5c2a2b18ad6515;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index c36159825b..a7b1500f29 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -959,8 +959,8 @@ def table_perf_trending_dash(table, input_data): header = [ u"Test Case", u"Trend [Mpps]", - u"Number of runs [#]", - u"Trend Change [%]", + u"Runs [#]", + u"Long-Term Change [%]", u"Regressions [#]", u"Progressions [#]" ] @@ -1135,17 +1135,20 @@ def _generate_url(testbed, test_name): elif u"2t1c" in test_name or \ (u"-1c-" in test_name and testbed in - (u"2n-skx", u"3n-skx", u"2n-clx", u"2n-zn2", u"2n-aws", u"3n-aws")): + (u"2n-icx", u"3n-icx", u"2n-skx", u"3n-skx", u"2n-clx", u"2n-zn2", + u"2n-aws", u"3n-aws")): cores = u"2t1c" elif u"4t2c" in test_name or \ (u"-2c-" in test_name and testbed in - (u"2n-skx", u"3n-skx", u"2n-clx", u"2n-zn2", u"2n-aws", u"3n-aws")): + (u"2n-icx", u"3n-icx", u"2n-skx", u"3n-skx", u"2n-clx", u"2n-zn2", + u"2n-aws", u"3n-aws")): cores = u"4t2c" elif u"8t4c" in test_name or \ (u"-4c-" in test_name and testbed in - (u"2n-skx", u"3n-skx", u"2n-clx", u"2n-zn2", u"2n-aws", u"3n-aws")): + (u"2n-icx", u"3n-icx", u"2n-skx", u"3n-skx", u"2n-clx", u"2n-zn2", + u"2n-aws", u"3n-aws")): cores = u"8t4c" else: cores = u""