Rune - Further Object abstraction work
[rune.git] / tests / python_loop100m
1 #!/usr/local/bin/python
2 #
3 # timing test python interpreter
4
5 for num in xrange(0,1000000000):
6     pass