Made the new memslap code build. Moved config.h include to the beginning of each...
[awesomized/libmemcached] / support / set_benchmark.sh
1 #!/bin/bash
2
3 src/memslap --concurrency=5 --execute-number=5000 --servers=localhost --test=set --flush
4 src/memslap --concurrency=5 --execute-number=5000 --non-blocking --servers=localhost --test=set --flush
5 src/memslap --concurrency=5 --execute-number=5000 --non-blocking --tcp-nodelay --servers=localhost --test=set --flush