[Groonga-commit] droonga/http-benchmark at 14997ca [master] Stop threads by Thread#exit

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 7 17:14:23 JST 2013


YUKI Hiroshi	2013-10-07 17:14:23 +0900 (Mon, 07 Oct 2013)

  New Revision: 14997ca7a02ebab77017fc53450a2c99c94d835c
  https://github.com/droonga/http-benchmark/commit/14997ca7a02ebab77017fc53450a2c99c94d835c

  Message:
    Stop threads by Thread#exit

  Modified files:
    lib/droonga/http-benchmark.rb

  Modified: lib/droonga/http-benchmark.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark.rb    2013-10-07 17:10:07 +0900 (0b9d4ba)
+++ lib/droonga/http-benchmark.rb    2013-10-07 17:14:23 +0900 (b3d8b53)
@@ -92,7 +92,7 @@ module Droonga
       end
 
       @client_threads.each do |client_thread|
-        client_thread.stop
+        client_thread.exit
       end
 
       @results = []
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index