Skip to content

Commit cbe1a4e

Browse files
committed
Add comma grouping to max result so it's easier to read.
1 parent 448acd0 commit cbe1a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/importlib/test/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def main(import_):
110110
print(result, end=' ')
111111
sys.stdout.flush()
112112
assert not sys.dont_write_bytecode
113-
print("]", "best is", max(results))
113+
print("]", "best is", format(max(results), ',d'))
114114

115115

116116
if __name__ == '__main__':

0 commit comments

Comments
 (0)