Skip to content

Commit

Permalink
Merge pull request #43 from Shopify/grcooper/fix-benchmark-use-local
Browse files Browse the repository at this point in the history
Use local dalli for benchmark
  • Loading branch information
grcooper authored Feb 3, 2025
2 parents b5240bf + b3aa252 commit 8e8e405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bin/benchmark
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ require 'json'

gemfile do
source 'https://rubygems.org'
gem 'dalli'
gem 'benchmark-ips'
gem 'logger'
end

require 'dalli'
require_relative '../lib/dalli'
require 'benchmark/ips'
require 'monitor'

Expand Down
2 changes: 1 addition & 1 deletion lib/dalli/protocol/connection_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'socket'
require 'timeout'

require 'dalli/pid_cache'
require_relative '../pid_cache'

module Dalli
module Protocol
Expand Down

0 comments on commit 8e8e405

Please sign in to comment.