YUKI Hiroshi
null+****@clear*****
Tue Oct 29 18:39:13 JST 2013
YUKI Hiroshi 2013-10-29 18:39:13 +0900 (Tue, 29 Oct 2013) New Revision: 0f6d861b50620d736357ed9d2f0ef0fc2adacebc https://github.com/droonga/fluent-plugin-droonga/commit/0f6d861b50620d736357ed9d2f0ef0fc2adacebc Message: Remove needless description Modified files: benchmark/watch/benchmark-notify.rb Modified: benchmark/watch/benchmark-notify.rb (+5 -5) =================================================================== --- benchmark/watch/benchmark-notify.rb 2013-10-29 18:32:50 +0900 (ead9426) +++ benchmark/watch/benchmark-notify.rb 2013-10-29 18:39:13 +0900 (d9f6bf0) @@ -88,23 +88,23 @@ options = { } option_parser = OptionParser.new do |parser| parser.on("--subscribers=N", Integer, - "initial number of subscribers (optional)") do |n_subscribers| + "initial number of subscribers") do |n_subscribers| options[:n_subscribers] = n_subscribers end parser.on("--times=N", Integer, - "number of publish times (optional)") do |n_times| + "number of publish times") do |n_times| options[:n_times] = n_times end parser.on("--steps=N", Integer, - "number of benchmark steps (optional)") do |n_steps| + "number of benchmark steps") do |n_steps| options[:n_steps] = n_steps end parser.on("--timeout=N", Float, - "timeout for receiving (optional)") do |timeout| + "timeout for receiving") do |timeout| options[:timeout] = timeout end parser.on("--output-path=PATH", String, - "path to the output CSV file (optional)") do |output_path| + "path to the output CSV file") do |output_path| options[:output_path] = output_path end end -------------- next part -------------- HTML����������������������������...Download