This is an automated email from the ASF dual-hosted git repository. alexstocks pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-benchmark.git
commit 6c12d531d8d95d024e8b7f7bb0e48013d1c1b9e7 Author: Xin Wang <[email protected]> AuthorDate: Thu Nov 28 21:07:31 2019 +0800 Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df209f7..4aad488 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project focuses on benchmarking and profiling dubbo framework with the combination of different serialization and transporter options. The code and the idea behinds it is inspired by [RPC Benchmark](https://github.com/hank-whu/rpc-benchmark). -## How To Run Benchmark +## How To Run Benchmark Clone this project onto your desktop, then @@ -34,4 +34,4 @@ Clone this project onto your desktop, then ```bash ./benchmark.sh -s [hostname|ip address] -p port -f output -``` \ No newline at end of file +```
