Skip to content

Commit af6b0c6

Browse files
committed
spelling: unknown
Signed-off-by: Josh Soref <[email protected]>
1 parent 95d9a25 commit af6b0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/test_compare_perf_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def assert_report_contains(self, texts, report):
517517

518518
class TestLogParser(unittest.TestCase):
519519
def test_parse_results_csv(self):
520-
"""Ignores uknown lines, extracts data from supported formats."""
520+
"""Ignores unknown lines, extracts data from supported formats."""
521521
log = """#,TEST,SAMPLES,MIN(us),MAX(us),MEAN(us),SD(us),MEDIAN(us)
522522
7,Array.append.Array.Int?,20,10,10,10,0,10
523523
21,Bridging.NSArray.as!.Array.NSString,20,11,11,11,0,11

0 commit comments

Comments
 (0)