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