diff options
author | 2019-11-17 11:40:14 -0700 | |
---|---|---|
committer | 2019-11-17 11:40:14 -0700 | |
commit | 4df45762fff515acc6cb33c24a344c508b68a75f (patch) | |
tree | 9590a5d81bd6bf63ddb842a1c3a13d919eaa3998 /Tools/performance_tests/run_automated.py | |
parent | 89c8309bc7e61524233685b00637e1082f914d06 (diff) | |
download | WarpX-4df45762fff515acc6cb33c24a344c508b68a75f.tar.gz WarpX-4df45762fff515acc6cb33c24a344c508b68a75f.tar.zst WarpX-4df45762fff515acc6cb33c24a344c508b68a75f.zip |
automated tests must not modify html file, as it results in conflicts between Cori and Summit performance tests. The user should do it themselves
Diffstat (limited to 'Tools/performance_tests/run_automated.py')
-rw-r--r-- | Tools/performance_tests/run_automated.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/performance_tests/run_automated.py b/Tools/performance_tests/run_automated.py index 19e401a1e..a874542b6 100644 --- a/Tools/performance_tests/run_automated.py +++ b/Tools/performance_tests/run_automated.py @@ -290,8 +290,7 @@ if args.mode=='read' and update_perf_log_repo: git_repo.git.pull() os.chdir( perf_logs_repo ) sys.path.append('./') - import generate_index_html - git_repo.git.add('./index.html') + import write_csv git_repo.git.add('./logs_csv/' + csv_file[machine]) git_repo.git.add('./logs_hdf5/' + perf_database_file) index = git_repo.index |