For loop
Setup:
x = TypeToTest(range(n))
Timed:
for i in x:
pass
About these graphs