summaryrefslogtreecommitdiff
path: root/trunk/benchmark/other-lang/loop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/benchmark/other-lang/loop.rb')
-rw-r--r--trunk/benchmark/other-lang/loop.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/trunk/benchmark/other-lang/loop.rb b/trunk/benchmark/other-lang/loop.rb
deleted file mode 100644
index d43cef61f3..0000000000
--- a/trunk/benchmark/other-lang/loop.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-i=0
-while i<30000000
- i+=1
-end