This module compares the results of tests stores as pickle files in the ../data_archive
directory.
- Make sure that you have ran your test(s) with Synthetic Workload Invoker and analyzed them with Workload Analyzer with
-a
option to store archive(s). - Then run the Comparative Analyzer:
python ComparativeAnalyzer.py
- Certain features can be controlled by input arguments:
-s
or--since
: you can specify a timestamp that only archives after that should be included.-p
or--plot
: plotting default comparative results.-c
or--customized_plot=FILE
: use a customized plotting script. This customized script should include the functionComparativePlotting
. Look at the scriptCustomPlotting.py
as an example.
- Logs can be found in
../logs/CA.log
.