Skip to content

Commit 200b582

Browse files
author
normal
committed
benchmark/bm_marshal_dump_flo.rb: new benchmark for [Bug ruby#10761]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 059ea6e commit 200b582

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Fri Jan 23 17:12:33 2015 Eric Wong <e@80x24.org>
2+
3+
* benchmark/bm_marshal_dump_flo.rb: new benchmark for [Bug #10761]
4+
15
Thu Jan 22 18:03:19 2015 NAKAMURA Usaku <usa@ruby-lang.org>
26

37
* tool/redmine-backporter.rb (find_svn_log): use double quotes instead

benchmark/bm_marshal_dump_flo.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bug10761 = 10000.times.map { |x| x.to_f }
2+
100.times { Marshal.dump(bug10761) }

0 commit comments

Comments
 (0)