Turned off gcc-4.2 forcing on osx for now, until I can merge in the better switch.
[m6w6/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