Skip to content

Moved run ckjm to run.py and aggregate results into the same report

Leandro Watanabe requested to merge refactor into master

@jbeyler01 @mcao01 @rrose01 all the commands to run ckjm used to live under static_analysis.py but I moved them to run.py. I also changed report.py so all the runs save results in the same object. Report also changed to save per benchmark.

The main reason I changed this is so that the user can do a bunch of runs (dynamic and static) and keep all the results in a single place. This will facilitate PCA.

Merge request reports