Skip to content

Commit c48f6e0

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

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)