summaryrefslogtreecommitdiff
path: root/trunk/benchmark/bm_vm3_gc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/benchmark/bm_vm3_gc.rb')
-rwxr-xr-xtrunk/benchmark/bm_vm3_gc.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/trunk/benchmark/bm_vm3_gc.rb b/trunk/benchmark/bm_vm3_gc.rb
deleted file mode 100755
index 7db9829d44..0000000000
--- a/trunk/benchmark/bm_vm3_gc.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /usr/bin/ruby
-5000.times do
- 100.times do
- {"xxxx"=>"yyyy"}
- end
- GC.start
-end