Sha256: 01d5486b965829236d781962215935bd89130f16e0fc4919dcc21813130ec78e
Contents?: true
Size: 307 Bytes
Versions: 83
Compression:
Stored size: 307 Bytes
Contents
desc 'Run benchmarks and compare them to memcached and dalli gems' task :benchmark => [:clean, :compile] do cd File.expand_path(File.join(__FILE__, '..', '..', 'test', 'profile')) do sh "bundle install && bundle exec ruby benchmark.rb | tee benchmark-#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}.log" end end
Version data entries
83 entries across 83 versions & 3 rubygems