mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Fix typo (micro->nano) (GH-11759)
This commit is contained in:
parent
85e102a2b0
commit
9da3583e78
1 changed files with 1 additions and 1 deletions
|
@ -269,4 +269,4 @@ if __name__=='__main__':
|
|||
continue
|
||||
timing = min(Timer(f).repeat(7, 1000))
|
||||
timing *= 1000000 / (len(trials) * steps_per_trial)
|
||||
print(u'{:6.1f} \N{greek small letter mu}s\t{}'.format(timing, f.__name__))
|
||||
print('{:6.1f} ns\t{}'.format(timing, f.__name__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue