summaryrefslogtreecommitdiff
path: root/jni/ruby/benchmark/other-lang/loop.pl
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/benchmark/other-lang/loop.pl')
-rw-r--r--jni/ruby/benchmark/other-lang/loop.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/jni/ruby/benchmark/other-lang/loop.pl b/jni/ruby/benchmark/other-lang/loop.pl
new file mode 100644
index 0000000..2777490
--- /dev/null
+++ b/jni/ruby/benchmark/other-lang/loop.pl
@@ -0,0 +1,3 @@
+for($i=0; $i<30000000; $i++){
+}
+