Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wq committed Jul 5, 2022
1 parent 4a76259 commit 9bb9508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9bb9508

Please sign in to comment.