From: Shao-Tse Hung Date: Tue, 2 Aug 2022 17:44:00 +0000 (+0800) Subject: Fix: revise obsolete command in README.md X-Git-Tag: v0.13.2~10 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=c17d7f44e29a4295d80e20a648c3975e8e226eeb;p=userspace-rcu.git Fix: revise obsolete command in README.md The obsolete command `make bench` was replaced by `make short_bench` and `make long_bench` in 2015. However, this command wasn't revised in README, so I follow the previous commit and rewrite it. Signed-off-by: Shao-Tse Hung Signed-off-by: Mathieu Desnoyers Change-Id: I92fa6cc3937b0a65b0a005ce6bb1fe3d2b3250ab --- diff --git a/README.md b/README.md index 02b903a..2a87d5b 100644 --- a/README.md +++ b/README.md @@ -423,14 +423,15 @@ Make targets ------------ In addition to the usual `make check` target, Userspace RCU features -`make regtest` and `make bench` targets: +`make regtest`, `make short_bench` and `make long_bench` targets: - `make check`: short tests, meant to be run when rebuilding or porting Userspace RCU. - `make regtest`: long (many hours) test, meant to be run when modifying Userspace RCU or porting it to a new architecture or operating system. - - `make bench`: long (many hours) benchmarks. + - `make short_bench`: short benchmarks, 3 seconds per test. + - `make long_bench`: long (many hours) benchmarks, 30 seconds per test. Known issues