summaryrefslogtreecommitdiff
path: root/benchmark/bm_marshal_dump_load_time.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_marshal_dump_load_time.rb')
-rw-r--r--benchmark/bm_marshal_dump_load_time.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/bm_marshal_dump_load_time.rb b/benchmark/bm_marshal_dump_load_time.rb
deleted file mode 100644
index e29743b791..0000000000
--- a/benchmark/bm_marshal_dump_load_time.rb
+++ /dev/null
@@ -1 +0,0 @@
-100000.times { Marshal.load(Marshal.dump(Time.now)) }