Skip to content

Commit 9bb9508

Browse files
author
wq
authored
Update README.md
1 parent 4a76259 commit 9bb9508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)