X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=README.md;h=2a87d5bbdc51a5b6af72167b6eec4f4e0fae7a51;hb=c17d7f44e29a4295d80e20a648c3975e8e226eeb;hp=02b903a2e18ea9d533cc4cd31e0b6288a32cc3b6;hpb=b8359af6329d387a6ebb411acb85924b4d1be625;p=urcu.git 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