summaryrefslogtreecommitdiffstats
path: root/helperscripts/simplebench.py
blob: c98fcb133b1eb3300204912d262e6e63ef6a1d07 (plain)
1
2
3
4
#!/usr/bin/env python3
import timeit
while True:
	print(timeit.timeit('"-".join(str(n) for n in range(1000))', number=10000))
bues.ch cgit interface