aboutsummaryrefslogtreecommitdiff
path: root/Tools/performance_tests/functions_perftest.py
diff options
context:
space:
mode:
authorGravatar Maxence Thevenet <mthevenet@lbl.gov> 2019-10-23 17:54:27 -0400
committerGravatar Maxence Thevenet <mthevenet@lbl.gov> 2019-10-23 17:54:27 -0400
commitcc70af6c0413fe44088cf75ff34f2b3920916762 (patch)
tree3d118fede6f0912827bd0dc5d4726ae3e8e61500 /Tools/performance_tests/functions_perftest.py
parentcb015e5aae22d6688583b8cd23ab72df10ac4b12 (diff)
downloadWarpX-cc70af6c0413fe44088cf75ff34f2b3920916762.tar.gz
WarpX-cc70af6c0413fe44088cf75ff34f2b3920916762.tar.zst
WarpX-cc70af6c0413fe44088cf75ff34f2b3920916762.zip
fix performance tests on Summit
Diffstat (limited to 'Tools/performance_tests/functions_perftest.py')
-rw-r--r--Tools/performance_tests/functions_perftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/performance_tests/functions_perftest.py b/Tools/performance_tests/functions_perftest.py
index 8bc1000d7..213ddb77d 100644
--- a/Tools/performance_tests/functions_perftest.py
+++ b/Tools/performance_tests/functions_perftest.py
@@ -174,6 +174,7 @@ def get_nsteps(run_name):
def extract_dataframe(filename, n_steps):
# Get init time and total time through Inclusive time
partition_limit_start = 'NCalls Incl. Min Incl. Avg Incl. Max Max %'
+ print(filename)
with open(filename) as file_handler:
output_text = file_handler.read()
# get total simulation time