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