The following series refactor analysis module, and add unpaired /paired t-test to check if regression exists. Generate HTML result files with better format, and add version infomation and testcase description in the result file.
--- Amos Kong (7): perf: refactor regression.py and add t-test use paired t-test to compute significance of all averages add the raw data that the averages are based on in another file display perf result by HTML file netperf: write version/description in result ntttcp: write version/description in result file add version info and case description in result client/tools/analyzer.py | 166 ------------------- client/tools/perf.conf | 6 + client/tools/regression.py | 368 +++++++++++++++++++++++++++++++++++++++++- client/virt/tests/netperf.py | 24 ++- client/virt/tests/ntttcp.py | 9 + 5 files changed, 393 insertions(+), 180 deletions(-) delete mode 100644 client/tools/analyzer.py -- Amos Kong _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest