Skip to content

Commit

Permalink
Fixed benchmarks [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 3, 2020
1 parent 04a5cd8 commit dd11961
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -14,6 +14,7 @@ namespace :benchmark do
require "bundler/setup"
Bundler.require
require "benchmark/ips"
require "stringio"

str = StringIO.new
logger = ::Logger.new(str)
Expand All @@ -37,6 +38,7 @@ namespace :benchmark do
require "bundler/setup"
Bundler.require
require "memory_profiler"
require "stringio"

str = StringIO.new
logger = ::Logger.new(str)
Expand Down Expand Up @@ -72,6 +74,7 @@ namespace :benchmark do
require "bundler/setup"
Bundler.require
require "benchmark/ips"
require "stringio"

msg = "I, [2018-12-10T14:49:12.209047 #56045] INFO -- : This is a string"

Expand Down

0 comments on commit dd11961

Please sign in to comment.