Sha256: 04788126d9fa903df64ae45d0e606265d7a224c2147c977673f199fb90058d68
Contents?: true
Size: 286 Bytes
Versions: 5
Compression:
Stored size: 286 Bytes
Contents
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__)) require 'yardstick/rake/measurement' require 'yardstick/rake/verify' # yardstick_measure task Yardstick::Rake::Measurement.new # verify_measurements task Yardstick::Rake::Verify.new do |verify| verify.threshold = 100 end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
yardstick-0.9.2 | tasks/yardstick.rake |
yardstick-0.9.1 | tasks/yardstick.rake |
yardstick-0.9.0 | tasks/yardstick.rake |
yardstick-0.8.0 | tasks/yardstick.rake |
yardstick-0.7.0 | tasks/yardstick.rake |