class GroongaQueryLog::Command::CheckPerformanceRegression::OperationSet
Attributes
names[R]
statistics[R]
Public Class Methods
new(names, statistics)
click to toggle source
# File lib/groonga-query-log/command/check-performance-regression.rb, line 282 def initialize(names, statistics) @names = names @statistics = statistics end