class GroongaQueryLog::PerformanceVerifier::Options
Public Instance Methods
available_choose_strategies()
click to toggle source
# File lib/groonga-query-log/performance-verifier.rb, line 24 def available_choose_strategies [:fastest, :median] end
choose_strategy()
click to toggle source
Calls superclass method
# File lib/groonga-query-log/performance-verifier.rb, line 20 def choose_strategy super || :fastest end