summaryrefslogtreecommitdiff
path: root/trunk/benchmark/other-lang/loop.py
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/benchmark/other-lang/loop.py')
-rw-r--r--trunk/benchmark/other-lang/loop.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/trunk/benchmark/other-lang/loop.py b/trunk/benchmark/other-lang/loop.py
new file mode 100644
index 0000000000..003749bf3a
--- /dev/null
+++ b/trunk/benchmark/other-lang/loop.py
@@ -0,0 +1,2 @@
+for i in xrange(30000000):
+ pass