ruby-changes:37306
From: normal <ko1@a...>
Date: Fri, 23 Jan 2015 17:14:14 +0900 (JST)
Subject: [ruby-changes:37306] normal:r49387 (trunk): benchmark/bm_marshal_dump_flo.rb: new benchmark for [Bug #10761]
normal 2015-01-23 17:13:59 +0900 (Fri, 23 Jan 2015) New Revision: 49387 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49387 Log: benchmark/bm_marshal_dump_flo.rb: new benchmark for [Bug #10761] Added files: trunk/benchmark/bm_marshal_dump_flo.rb Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 49386) +++ ChangeLog (revision 49387) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Jan 23 17:12:33 2015 Eric Wong <e@8...> + + * benchmark/bm_marshal_dump_flo.rb: new benchmark for [Bug #10761] + Thu Jan 22 18:03:19 2015 NAKAMURA Usaku <usa@r...> * tool/redmine-backporter.rb (find_svn_log): use double quotes instead Index: benchmark/bm_marshal_dump_flo.rb =================================================================== --- benchmark/bm_marshal_dump_flo.rb (revision 0) +++ benchmark/bm_marshal_dump_flo.rb (revision 49387) @@ -0,0 +1,2 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/bm_marshal_dump_flo.rb#L1 +bug10761 = 10000.times.map { |x| x.to_f } +100.times { Marshal.dump(bug10761) } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/