perforamnce test for printing one and two strings in C,C++,C<<1,Perl and Python
[svn/Cll1h/.git] / demos / performance / print2.py
1 #!/usr/bin/python
2
3 for i in range(1,10000000):
4 print "stuff1","stuff2"
5
This page took 0.267698 seconds and 4 git commands to generate.