Skip to content
Snippets Groups Projects
Commit 82d1c903 authored by Peter Cai's avatar Peter Cai
Browse files

Add closed-loop conn vs throughput experiment

parent 940438b2
No related branches found
No related tags found
No related merge requests found
source "$EXP_ROOT/experiments/memcached.shared.sh"
pre_start() {
memcached_pre_start
EXPERIMENT_NAME_EXT="t$THREADS"
}
run_exp() {
memcached_init
QPS=0
for CONNS in 10 40 80 160 240; do
export CONNS
run_mutilate c$CONNS
done
memcached_deinit
}
post_start() {
memcached_deinit
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment