Kouhei Sutou
null+****@clear*****
Tue Jan 21 15:12:02 JST 2014
Kouhei Sutou 2014-01-21 15:12:02 +0900 (Tue, 21 Jan 2014) New Revision: 38e9c89d7887234698a8a09b10c2860845041fd6 https://github.com/droonga/fluent-plugin-droonga/commit/38e9c89d7887234698a8a09b10c2860845041fd6 Message: http streaming: reduce listeners on a connection Modified files: test/performance/run-test.rb Modified: test/performance/run-test.rb (+3 -3) =================================================================== --- test/performance/run-test.rb 2014-01-21 11:48:43 +0900 (265b3f9) +++ test/performance/run-test.rb 2014-01-21 15:12:02 +0900 (399155b) @@ -31,9 +31,9 @@ base_dir = File.dirname(__FILE__) lib_dir = File.expand_path(File.join(base_dir, "..", "..", "lib")) drnbench_options = [] -drnbench_options.concat(["--start-n-subscribers", 1000]) -drnbench_options.concat(["--n-publishings", 1000]) -drnbench_options.concat(["--n-steps", 10]) +drnbench_options.concat(["--start-n-subscribers", 10]) +drnbench_options.concat(["--n-publishings", 10]) +drnbench_options.concat(["--n-steps", 9]) drnbench_options.concat(["--timeout", 5]) drnbench_options.concat(["--subscribe-request-file", File.join(base_dir, "watch", "subscribe.json")]) -------------- next part -------------- HTML����������������������������...Download