File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ For more details, please refer to our [paper](https://arxiv.org/abs/2112.07320):
3131- ` cp ../script/restartMemc.sh . `
3232- configure ` ../memcached.conf ` , where the 1st line is memcached IP, the 2nd is memcached port
3333
34- For each run:
34+ For each run with ` kNodeCount ` servers :
3535- ` ./restartMemc.sh ` (to initialize memcached server)
3636- In each server, execute ` ./benchmark kNodeCount kReadRatio kThreadCount `
3737
3838> We emulate each server as one compute node and one memory node: In each server, as the compute node,
39- we launch ` kThreadCount ` client threads; as the memory node, we launch one memory thread.
39+ we launch ` kThreadCount ` client threads; as the memory node, we launch one memory thread. ` kReadRatio ` is the ratio of ` get ` operations.
4040
4141> In ` ./test/benchmark.cpp ` , we can modify ` kKeySpace ` and ` zipfan ` , to generate different workloads.
4242> In addition, we can open the macro ` USE_CORO ` to bind ` kCoroCnt ` coroutine on each client thread.
You can’t perform that action at this time.
0 commit comments