From 30280ef6cd66356b03e86d90395b98d07b4e447a Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 14 Dec 2015 02:50:01 +0000 Subject: * benchmark/bm_app_aobench.rb: fix typos. [ci skip][fix GH-1140] Patch by @jutaz * benchmark/bm_vm_thread_pipe.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ benchmark/bm_app_aobench.rb | 2 +- benchmark/bm_vm_thread_pipe.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a153779156..5cdba6e408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 14 11:25:57 2015 SHIBATA Hiroshi + + * 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 * parse.y (trace_lex_state): trace lex_state changes if yydebug is diff --git a/benchmark/bm_app_aobench.rb b/benchmark/bm_app_aobench.rb index ffab116fcd..2bd6acfaf8 100644 --- a/benchmark/bm_app_aobench.rb +++ b/benchmark/bm_app_aobench.rb @@ -229,7 +229,7 @@ class Scene w.times do |x| rad = Vec.new(0.0, 0.0, 0.0) - # Subsmpling + # Subsampling nsubsamples.times do |v| nsubsamples.times do |u| diff --git a/benchmark/bm_vm_thread_pipe.rb b/benchmark/bm_vm_thread_pipe.rb index 272d231eba..112a621905 100644 --- a/benchmark/bm_vm_thread_pipe.rb +++ b/benchmark/bm_vm_thread_pipe.rb @@ -1,4 +1,4 @@ -# Mesure small and plenty pipe read/write. +# Measure small and plenty pipe read/write. # A performance may depend on GVL implementation. lmax = 100_000 -- cgit v1.2.3