Sha256: 431887b263732fbe87bf388fe0610dff7a4a1fea092407b0720492a7a2d99db6
Contents?: true
Size: 259 Bytes
Versions: 12
Compression:
Stored size: 259 Bytes
Contents
# encoding: utf-8 # http://github.com/somebee/rbench/tree/master desc "Run all benchmarks" task :bm do abort "Benchmarks doesn't work at the moment" require "rbench" Dir["#{Dir.pwd}/benchmarks/bm/*.rb"].each do |benchmark| load benchmark end end
Version data entries
12 entries across 12 versions & 4 rubygems