Skip to content

Commit c0296c5

Browse files
committed
Not a performance function
1 parent 20ccf7a commit c0296c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hpctestlib/sciapps/metalwalls/benchmarks.py

-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def extract_temperature(self):
228228
app = sn.extractall(rgx, 'run.out', 'flag', float)
229229
return app[-1]
230230

231-
@performance_function('s')
232231
def extract_time(
233232
self, name: str = None, parent: str = None, kind: str = None
234233
) -> float:

0 commit comments

Comments
 (0)