[#74190] [Ruby trunk Feature#12134] Comparison between `true` and `false` — duerst@...
Issue #12134 has been updated by Martin D端rst.
3 messages
2016/03/07
[#74269] Type systems for Ruby — Rob Blanco <ml@...>
Dear ruby-core,
5 messages
2016/03/10
[#74395] [Ruby trunk Feature#12142] Hash tables with open addressing — shyouhei@...
Issue #12142 has been updated by Shyouhei Urabe.
3 messages
2016/03/17
[ruby-core:74194] Re: [Ruby trunk Feature#12142] Hash tables with open addressing
From:
SASADA Koichi <ko1@...>
Date:
2016-03-07 05:59:15 UTC
List:
ruby-core #74194
On 2016/03/07 14:42, funny.falcon@gmail.com wrote: > `make benchmark-each ITEM=bm_hash OPTS='-r 3 -v' COMPARE_RUBY='<trunk ruby>'` is broken :-( That is true. Current rule (benchmark) lead to misunderstanding. I recommend you to use benchmark/driver.rb script with -e options. ruby benchmark/driver.rb -e trunk::[installed trunk bin] -e modified::[installed modified version of ruby] (and you can add more binaries) You can also specify miniruby for both versons. make benchmark rule is wrote to check YARV performance easily. -- // SASADA Koichi at atdot dot net Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>