We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa2111 commit 9c0b12cCopy full SHA for 9c0b12c
benchmark/scripts/compare_perf_tests.py
@@ -48,7 +48,7 @@ class Sample(namedtuple("Sample", "i num_iters runtime")):
48
"""
49
50
def __repr__(self):
51
- """Shorter Sample formating for debugging purposes."""
+ """Shorter Sample formatting for debugging purposes."""
52
return "s({0.i!r}, {0.num_iters!r}, {0.runtime!r})".format(self)
53
54
0 commit comments