Skip to content

Commit c2a0117

Browse files
authored
Update verify_performance.py (#2071)
1 parent 54cc04d commit c2a0117

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compliance/nvidia/TEST01/verify_performance.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ def main():
8989
if re.match("Scenario", line):
9090
test_mode = line.split(": ", 1)[1].strip()
9191
continue
92-
9392
if test_mode == "SingleStream":
94-
if re.match(".*Early stopping 90th percentile estimate", line):
93+
if re.match(".*Early stopping (90th|99.9th) percentile estimate", line):
9594
test_score = line.split(": ", 1)[1].strip()
9695
continue
9796

0 commit comments

Comments
 (0)