lib/benchmark_driver/config.rb in benchmark_driver-0.14.5 vs lib/benchmark_driver/config.rb in benchmark_driver-0.14.6

- old
+ new

@@ -9,10 +9,11 @@ :executables, # @param [Array<BenchmarkDriver::Config::Executable>] :filters, # @param [Array<Regexp>] :repeat_count, # @param [Integer] :repeat_result, # @param [String] :run_duration, # @param [Float] + :timeout, # @param [Float,nil] :verbose, # @param [Integer] defaults: { runner_type: 'ips', output_type: 'compare', filters: [], @@ -26,9 +27,10 @@ # Subset of FullConfig passed to JobRunner Config::RunnerConfig = ::BenchmarkDriver::Struct.new( :repeat_count, # @param [Integer] :repeat_result, # @param [String] :run_duration, # @param [Float] + :timeout, # @param [Float,nil] :verbose, # @param [Integer] ) Config::Executable = ::BenchmarkDriver::Struct.new( :name, # @param [String]