parent
bf2cce1c13
commit
8136e0906e
@ -1,10 +1,12 @@
|
||||
import dotdot
|
||||
from pubs import color
|
||||
|
||||
|
||||
def perf_color():
|
||||
s = str(range(1000))
|
||||
s = str(list(range(1000)))
|
||||
for _ in range(5000000):
|
||||
color.dye(s, color.red)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
perf_color()
|
||||
|
Loading…
Reference in new issue