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