summaryrefslogtreecommitdiff
path: root/benchmark/bm_marshal_dump_flo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_marshal_dump_flo.rb')
-rw-r--r--benchmark/bm_marshal_dump_flo.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmark/bm_marshal_dump_flo.rb b/benchmark/bm_marshal_dump_flo.rb
deleted file mode 100644
index 9b8d0c6afb..0000000000
--- a/benchmark/bm_marshal_dump_flo.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-bug10761 = 10000.times.map { |x| x.to_f }
-100.times { Marshal.dump(bug10761) }