X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README.md;h=6ac06312a46cf58a92cbdcbfb6cc71fd1c3ce302;hb=5234731e381c3cfd71f30608aeb6c148477dddf4;hp=b1a29906e002bf4fea5e8b702af69d9b343b7cd9;hpb=becacd5ac79ec6d8196d682798f1b5ad269737bc;p=urcu.git diff --git a/README.md b/README.md index b1a2990..6ac0631 100644 --- a/README.md +++ b/README.md @@ -431,14 +431,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