Skip to content

Commit

Permalink
* benchmark/bm_app_aobench.rb: fix typos.
Browse files Browse the repository at this point in the history
  [ci skip][fix rubyGH-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
  • Loading branch information
hsbt committed Dec 14, 2015
1 parent d2e19fd commit 30280ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
Mon Dec 14 11:25:57 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>

* 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@ruby-lang.org>

* parse.y (trace_lex_state): trace lex_state changes if yydebug is
Expand Down
2 changes: 1 addition & 1 deletion benchmark/bm_app_aobench.rb
Expand Up @@ -229,7 +229,7 @@ def render(w, h, nsubsamples)
w.times do |x|
rad = Vec.new(0.0, 0.0, 0.0)

# Subsmpling
# Subsampling
nsubsamples.times do |v|
nsubsamples.times do |u|

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 30280ef

Please sign in to comment.