aboutsummaryrefslogtreecommitdiff
path: root/Tools/performance_tests/run_automated.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/performance_tests/run_automated.py')
-rw-r--r--Tools/performance_tests/run_automated.py3
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