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