README.md: add linux locks example
authorBrian Norris <banorris@uci.edu>
Wed, 14 Aug 2013 00:12:06 +0000 (17:12 -0700)
committerBrian Norris <banorris@uci.edu>
Wed, 14 Aug 2013 00:12:06 +0000 (17:12 -0700)
README.md

index 20412954aa25363013c047c78eec67f6c4ef184c..9804a28b43b101c451f7e2a4b74a5c69483b6664 100644 (file)
--- a/README.md
+++ b/README.md
@@ -121,8 +121,9 @@ the benchmarks as follows:
 
 >     make benchmarks
 >     cd benchmarks
->     ./run.sh barrier/barrier -y -m 2     # runs barrier test with fairness/memory liveness
->     ./bench.sh                           # run all benchmarks and provide timing results
+>     ./run.sh barrier/barrier -y -m 2           # runs barrier test with fairness/memory liveness
+>     ./run.sh linuxrwlocks/linuxrwlocks -y -m 2 # Linux RW locks test with fairness/liveness
+>     ./bench.sh                                 # run all benchmarks and provide timing results
 
 
 Running your own code