From cc70af6c0413fe44088cf75ff34f2b3920916762 Mon Sep 17 00:00:00 2001 From: Maxence Thevenet Date: Wed, 23 Oct 2019 17:54:27 -0400 Subject: fix performance tests on Summit --- Tools/performance_tests/functions_perftest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Tools/performance_tests/functions_perftest.py') 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 -- cgit v1.2.3