From 3f8039a4e0a171edc9c1f718b62b19e0ed21f6a6 Mon Sep 17 00:00:00 2001 From: wq Date: Wed, 11 May 2022 19:13:14 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b990aca..0dcda0a 100644 --- a/README.md +++ b/README.md @@ -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.