summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2015-01-08 17:11:07 -0800
committerdormando <dormando@rydia.net>2015-01-08 17:16:38 -0800
commit8d6bf78a4b92971be899c1cbd9c620d66c6b89e0 (patch)
tree7d95cb2c710eed9055d549f10cb6da9835ea6dcf /t/binary.t
parent76e1d97f0c49e3d3bd00cf8db52fb48bb70de65d (diff)
downloadmemcached-8d6bf78a4b92971be899c1cbd9c620d66c6b89e0.tar.gz
make HOT/WARM ratios starttime tunable.
runtime tunable is difficult and may require either atomics, or adding an extra items.c array. Adjusting the value would roll through and lock each LRU before changing the value.
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 97137be..b30df8a 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 3615;
+use Test::More tests => 3624;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;