From 9bb950887cd066ebf4f906edbb43bae8e728548d Mon Sep 17 00:00:00 2001 From: wq Date: Tue, 5 Jul 2022 22:00:00 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbe1265..12c4b19 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ For more details, please refer to our [paper](https://arxiv.org/abs/2112.07320): - `cp ../script/restartMemc.sh .` - configure `../memcached.conf`, where the 1st line is memcached IP, the 2nd is memcached port -For each run: +For each run with `kNodeCount` servers: - `./restartMemc.sh` (to initialize memcached server) - In each server, execute `./benchmark kNodeCount kReadRatio kThreadCount` > We emulate each server as one compute node and one memory node: In each server, as the compute node, -we launch `kThreadCount` client threads; as the memory node, we launch one memory thread. +we launch `kThreadCount` client threads; as the memory node, we launch one memory thread. `kReadRatio` is the ratio of `get` operations. > In `./test/benchmark.cpp`, we can modify `kKeySpace` and `zipfan`, to generate different workloads. > In addition, we can open the macro `USE_CORO` to bind `kCoroCnt` coroutine on each client thread.