diff options
Diffstat (limited to 'Tools/performance_tests/run_automated.py')
-rw-r--r-- | Tools/performance_tests/run_automated.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/performance_tests/run_automated.py b/Tools/performance_tests/run_automated.py index bec3f28d8..1597b9f05 100644 --- a/Tools/performance_tests/run_automated.py +++ b/Tools/performance_tests/run_automated.py @@ -260,7 +260,7 @@ for n_node in n_node_list: # Extract sub-set of pandas data frame, write it to # csv file and copy this file to perf_logs repo # ------------------------------------------------- -if update_perf_log_repo: +if args.mode=='read' and update_perf_log_repo: # get perf_logs repo git_repo = git.Repo( perf_logs_repo ) if push_on_perf_log_repo: |