performance/aur.rb in aurb-1.2.2 vs performance/aur.rb in aurb-1.2.3
- old
+ new
@@ -3,10 +3,10 @@
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
require 'aurb'
-Benchmark.bm 5 do |x|
+Benchmark.bm 7 do |x|
x.report 'search' do
Aurb.aur.search *:quake
end
x.report 'upgrade' do