Skip to content

Commit 9c0b12c

Browse files
author
Ikko Ashimine
authored
[benchmark] Fix typo in compare_perf_tests.py
formating -> formatting
1 parent 9aa2111 commit 9c0b12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/compare_perf_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Sample(namedtuple("Sample", "i num_iters runtime")):
4848
"""
4949

5050
def __repr__(self):
51-
"""Shorter Sample formating for debugging purposes."""
51+
"""Shorter Sample formatting for debugging purposes."""
5252
return "s({0.i!r}, {0.num_iters!r}, {0.runtime!r})".format(self)
5353

5454

0 commit comments

Comments
 (0)