Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wq authored May 11, 2022
1 parent c5ee9d8 commit 3f8039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For each run:
- 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 `kReadRatio` 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.

> 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 3f8039a

Please sign in to comment.