Fix: revise obsolete command in README.md
[urcu.git] / README.md
index a8318c823cca7dd026c284ce1521d95df731e7a1..1e755894d9cb811e26a155774cc68607c850fce5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -426,14 +426,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
This page took 0.022332 seconds and 4 git commands to generate.