mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
d2e19fdc42
commit
30280ef6cd
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
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
|
* parse.y (trace_lex_state): trace lex_state changes if yydebug is
|
||||||
|
|
|
@ -229,7 +229,7 @@ class Scene
|
||||||
w.times do |x|
|
w.times do |x|
|
||||||
rad = Vec.new(0.0, 0.0, 0.0)
|
rad = Vec.new(0.0, 0.0, 0.0)
|
||||||
|
|
||||||
# Subsmpling
|
# Subsampling
|
||||||
nsubsamples.times do |v|
|
nsubsamples.times do |v|
|
||||||
nsubsamples.times do |u|
|
nsubsamples.times do |u|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
# A performance may depend on GVL implementation.
|
||||||
|
|
||||||
lmax = 100_000
|
lmax = 100_000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue