test/bm/ci.rb in ruote-2.2.0 vs test/bm/ci.rb in ruote-2.3.0
- old
+ new
@@ -10,11 +10,10 @@
require 'benchmark'
require 'rubygems'
require File.dirname(__FILE__) + '/../path_helper'
require File.dirname(__FILE__) + '/../functional/engine_helper'
-require 'ruote/log/test_logger'
ac = {
#:definition_in_launchitem_allowed => true
}
@@ -26,10 +25,9 @@
#N = 10_000
#N = 1_000
N = 300
-engine.add_service(:s_logger, Ruote::TestLogger)
#engine.context[:noisy] = true
Benchmark.benchmark(' ' * 20 + Benchmark::Tms::CAPTION, 20) do |bench|
bench.report('run') do