summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
authorTrond Norbye <trond.norbye@gmail.com>2011-09-23 09:35:44 +0200
committerTrond Norbye <trond.norbye@gmail.com>2011-09-25 01:02:53 +0200
commite70f5ace86dc71a2683b884182fa46d57965a25a (patch)
treeda01cc41e9af70095bca2b86b1ab66d612756f4f /t/binary.t
parenta707c60919e222838c863b296f94b8bc0f8dcec1 (diff)
downloadmemcached-e70f5ace86dc71a2683b884182fa46d57965a25a.tar.gz
Removed topkeys implementation
Measurements showed memcached only able to handle about 50% of the operations with top keys on vs. when it was off.
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/binary.t b/t/binary.t
index 865f0c9..2d5a6bd 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 3430;
+use Test::More tests => 3427;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;