ruby-changes:41022
From: hsbt <ko1@a...>
Date: Mon, 14 Dec 2015 11:50:15 +0900 (JST)
Subject: [ruby-changes:41022] hsbt:r53101 (trunk): * benchmark/bm_app_aobench.rb: fix typos.
hsbt 2015-12-14 11:50:01 +0900 (Mon, 14 Dec 2015) New Revision: 53101 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53101 Log: * benchmark/bm_app_aobench.rb: fix typos. [ci skip][fix GH-1140] Patch by @jutaz * benchmark/bm_vm_thread_pipe.rb: ditto. Modified files: trunk/ChangeLog trunk/benchmark/bm_app_aobench.rb trunk/benchmark/bm_vm_thread_pipe.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 53100) +++ ChangeLog (revision 53101) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Dec 14 11:25:57 2015 SHIBATA Hiroshi <hsbt@r...> + + * benchmark/bm_app_aobench.rb: fix typos. + [ci skip][fix GH-1140] Patch by @jutaz + * benchmark/bm_vm_thread_pipe.rb: ditto. + Sun Dec 13 23:46:10 2015 Nobuyoshi Nakada <nobu@r...> * parse.y (trace_lex_state): trace lex_state changes if yydebug is Index: benchmark/bm_app_aobench.rb =================================================================== --- benchmark/bm_app_aobench.rb (revision 53100) +++ benchmark/bm_app_aobench.rb (revision 53101) @@ -229,7 +229,7 @@ class Scene https://github.com/ruby/ruby/blob/trunk/benchmark/bm_app_aobench.rb#L229 w.times do |x| rad = Vec.new(0.0, 0.0, 0.0) - # Subsmpling + # Subsampling nsubsamples.times do |v| nsubsamples.times do |u| Index: benchmark/bm_vm_thread_pipe.rb =================================================================== --- benchmark/bm_vm_thread_pipe.rb (revision 53100) +++ benchmark/bm_vm_thread_pipe.rb (revision 53101) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/bm_vm_thread_pipe.rb#L1 -# Mesure small and plenty pipe read/write. +# Measure small and plenty pipe read/write. # A performance may depend on GVL implementation. lmax = 100_000 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/