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.
2 parents 3d685b5 + c48f6e0 commit 32a967fCopy full SHA for 32a967f
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