@@ -87,6 +87,8 @@ def create_matrix(job_list) next unless stats
stats.each do |key, value|
next if key.include?('timestamp')
mostly we use include for a hash include a key, or array include a element. that would be fine use include here, but I think use match? better
Thanks, Luan Shengde
endmatrix[key] = [] unless matrix[key] matrix[key] << value
-- 2.23.0