зеркало из https://github.com/github/memcached.git
Require Kgio for Dalli tests.
This commit is contained in:
Родитель
557805a245
Коммит
f0e0f1c9e7
|
@ -7,7 +7,7 @@ You can easily run your own benchmarks, as long as you have memcached itself on
|
|||
|
||||
== x86-64 OS X
|
||||
|
||||
These benchmarks were run on an OS X 10.5 Core 2 Duo machine:
|
||||
These benchmarks were run on an OS X 10.6 Core 2 Duo machine:
|
||||
|
||||
Darwin amber.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT
|
||||
2009; root:xnu-1228.15.4~1/RELEASE_I386 i386
|
||||
|
@ -125,3 +125,4 @@ These benchmarks were run on an OS X 10.5 Core 2 Duo machine:
|
|||
hash:murmur 0.210000 0.000000 0.210000 ( 0.203083)
|
||||
hash:jenkins 0.240000 0.000000 0.240000 ( 0.245728)
|
||||
hash:none 0.120000 0.000000 0.120000 ( 0.121219)
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ puts "Ruby #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}"
|
|||
["remix-stash", "remix/stash"],
|
||||
# ["astro-remcached", "remcached"], # Clobbers the "Memcached" constant
|
||||
["memcache-client", "memcache"],
|
||||
["kgio", "kgio"],
|
||||
["dalli","dalli"]].each do |gem_name, requirement|
|
||||
require requirement
|
||||
gem gem_name
|
||||
|
|
Загрузка…
Ссылка в новой задаче