Method: CI::Queue::BuildRecord#fetch_stats
- Defined in:
- lib/ci/queue/build_record.rb
#fetch_stats(stat_names) ⇒ Object
31 32 33 |
# File 'lib/ci/queue/build_record.rb', line 31 def fetch_stats(stat_names) stat_names.zip(stats.values_at(*stat_names).map(&:to_f)) end |