From c79ab68d378cd2ebde4013e2204e0d365fce0b3e Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 21 Nov 2007 09:06:06 +0000 Subject: * vm.c: fix to recycle thread data (VM stack). * thread.c: ditto. * benchmark/bm_vm3_thread_create_join.rb: add loop count. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/bm_vm3_thread_create_join.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') diff --git a/benchmark/bm_vm3_thread_create_join.rb b/benchmark/bm_vm3_thread_create_join.rb index c459242b0e..325a66d587 100644 --- a/benchmark/bm_vm3_thread_create_join.rb +++ b/benchmark/bm_vm3_thread_create_join.rb @@ -1,5 +1,5 @@ i=0 -while i<1000 # benchmark loop 3 +while i<100_000 # benchmark loop 3 i+=1 Thread.new{ }.join -- cgit v1.2.3