From 14997ca7a02ebab77017fc53450a2c99c94d835c Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Mon, 7 Oct 2013 17:14:23 +0900 Subject: [PATCH] Stop threads by Thread#exit --- lib/droonga/http-benchmark.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/droonga/http-benchmark.rb b/lib/droonga/http-benchmark.rb index 0b9d4ba..b3d8b53 100644 --- a/lib/droonga/http-benchmark.rb +++ b/lib/droonga/http-benchmark.rb @@ -92,7 +92,7 @@ def process_requests end @client_threads.each do |client_thread| - client_thread.stop + client_thread.exit end @results = []