Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2gedev committed Feb 3, 2015
1 parent 18834e9 commit a3c938f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/benchmark.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'rubygems'
require 'ruby-prof'
#require 'rubygems'
#require 'ruby-prof'

require 'bundler/setup'
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
Expand Down Expand Up @@ -42,7 +42,7 @@
bm.report('std_logger:') { COUNT.times {std_logger.info 'logged'} }
bm.report('with_cronolog:') { COUNT.times {with_cronolog.info 'logged'} }
bm.report('mono_logger:') { COUNT.times {mono_logger.info 'logged'} }
bm.report('mono_with_logger:') { COUNT.times {mono_logger.info 'logged'} }
bm.report('mono_with_logger:') { COUNT.times {mono_with_cronolog.info 'logged'} }
bm.report('chrono_logger:') { COUNT.times {chrono_logger.info 'logged'} }
end

Expand Down

0 comments on commit a3c938f

Please sign in to comment.