aboutsummaryrefslogtreecommitdiff
path: root/Tools/performance_tests/run_automated.py
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-24 10:36:21 -0700
committerGravatar GitHub <noreply@github.com> 2019-10-24 10:36:21 -0700
commit8bfdd217a9622f2eaf78d2aa51d4a4790b5bd3a3 (patch)
tree6bd76959909941509b1145ce7f69c49d709bfafa /Tools/performance_tests/run_automated.py
parentb8c1485437ca923ecf93af2782230f488d4c7377 (diff)
parente41e0deccf0099b018ee6bd91f40eb0ce582c5d6 (diff)
downloadWarpX-8bfdd217a9622f2eaf78d2aa51d4a4790b5bd3a3.tar.gz
WarpX-8bfdd217a9622f2eaf78d2aa51d4a4790b5bd3a3.tar.zst
WarpX-8bfdd217a9622f2eaf78d2aa51d4a4790b5bd3a3.zip
Merge pull request #489 from MaxThevenet/perftest3
run analysis only in read mode
Diffstat (limited to 'Tools/performance_tests/run_automated.py')
-rw-r--r--Tools/performance_tests/run_automated.py2
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: