From 2801e06ba92650c2e4618479c3849c07b77472a8 Mon Sep 17 00:00:00 2001 From: brainopia Date: Mon, 17 Jun 2013 23:11:16 +0400 Subject: [PATCH] Fix benchmark --- benchmarks/compare.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/compare.rb b/benchmarks/compare.rb index e8f2c0c..faa857c 100644 --- a/benchmarks/compare.rb +++ b/benchmarks/compare.rb @@ -8,7 +8,7 @@ limit = ARGV.shift if limit limit = nil if limit == 'nil' - $:.unshift File.expand_path './lib' + $:.unshift File.expand_path '../lib' require 'sidekiq-limit_fetch' Sidekiq::Queue['inline'].limit = limit Sidekiq.redis {|it| it.del 'limit_fetch:probed:inline' }