Sha256: d8ca9823c3b5848863e941a36a3af4f16b00376fa646550b4fd675b85affc3f9

Contents?: true

Size: 357 Bytes

Versions: 127

Compression:

Stored size: 357 Bytes

Contents

# frozen_string_literal: true

require 'yardstick/rake/measurement'
require 'yardstick/rake/verify'
require 'yaml'

options = YAML.load_file('config/yardstick.yml')

Yardstick::Rake::Measurement.new(:yardstick_measure, options) do |measurement|
  measurement.output = 'measurement/report.txt'
end

Yardstick::Rake::Verify.new(:verify_measurements, options)

Version data entries

127 entries across 127 versions & 13 rubygems

Version Path
azeroth-0.0.4 config/yardstick.rb
arstotzka-1.2.2 config/yardstick.rb
arstotzka-1.2.1 config/yardstick.rb
arstotzka-1.2.0 config/yardstick.rb
arstotzka-1.1.0 config/yardstick.rb
arstotzka-1.0.4 config/yardstick.rb
darthjee-core_ext-1.7.4 config/yardstick.rb