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