X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Ftests%2Fbin%2Fmemaslap.cpp;h=07830b409c9700ad25c58ae76f02c4e326803773;hb=a7f20d24660e0569c372accbb112c2ffded81bbd;hp=ba511228ab5afca79c88f5d25645ece47bb2b534;hpb=f02ee78ffe82de895ce0bb1fab5a16dd0997e2bd;p=awesomized%2Flibmemcached diff --git a/test/tests/bin/memaslap.cpp b/test/tests/bin/memaslap.cpp index ba511228..07830b40 100644 --- a/test/tests/bin/memaslap.cpp +++ b/test/tests/bin/memaslap.cpp @@ -33,11 +33,13 @@ TEST_CASE("bin/memaslap") { SECTION("with servers") { auto test = MemcachedCluster::network(); auto examples = { - " -T 2 -c 32 -t 2s -S 1s", - " -T 2 -c 32 -t 2s -v 0.2 -e 0.05 -b", - " -T 2 -c 32 -t 2s -w 40k -o 0.2", - " -T 2 -c 32 -t 2s -d 20 -P 40k", - " -T 2 -c 32 -t 2s -d 50 -a -n 10", + " -T 2 -c 8 -t 2s -S 1s", + " -T 2 -c 8 -t 2s -v 0.2 -e 0.05 -b", + " -T 2 -c 8 -t 2s -w 40k -o 0.2", + " -T 2 -c 8 -t 2s -d 20 -P 40k", +#if __amd64__ + " -T 2 -c 8 -t 2s -d 50 -a -n 10", +#endif }; string servers{"-s "};