mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
merge revision(s) 44772: [Backport #9430]
benchmark/driver: avoid large alloc in driver process * benchmark/driver: avoid large alloc in driver process [ruby-core:59869] [Bug #9430] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@45007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b8cab3fc3b
commit
89424b13b0
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Feb 17 01:09:52 2014 Eric Wong <e@80x24.org>
|
||||
|
||||
* benchmark/driver: avoid large alloc in driver process
|
||||
[ruby-core:59869] [Bug #9430]
|
||||
|
||||
Mon Feb 17 00:59:40 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* thread_pthread.c (rb_thread_create_timer_thread): fix for platforms
|
||||
|
|
|
@ -242,7 +242,7 @@ class BenchmarkDriver
|
|||
cmd = "#{executable} #{@ruby_arg} #{file}"
|
||||
|
||||
m = Benchmark.measure{
|
||||
`#{cmd}`
|
||||
system(cmd, out: File::NULL)
|
||||
}
|
||||
|
||||
if $? != 0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.0.0"
|
||||
#define RUBY_RELEASE_DATE "2014-02-17"
|
||||
#define RUBY_PATCHLEVEL 425
|
||||
#define RUBY_PATCHLEVEL 426
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2014
|
||||
#define RUBY_RELEASE_MONTH 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue