Skip to content

Commit

Permalink
UOL's DiRAC apps minor update2... (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
asifsamiarain authored Nov 27, 2023
1 parent fa2510e commit 8b99928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/apps/ramses/ramses.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def validate_successful_run(self):

@performance_function('seconds', perf_key='elapsed_time')
def extract_elapsed_time(self):
return sn.extractsingle(r'elapsed_time:\s+(\S+)\s', self.stdout, 1, float)
return sn.extractsingle(r'Total elapsed time:\s+(\S+)\s', self.stdout, 1, float)


@rfm.simple_test
Expand Down

0 comments on commit 8b99928

Please sign in to comment.