From 530a7ddfe2c6dbe6d0d148751441b587c605453c Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 13 Aug 2013 17:13:55 -0700 Subject: [PATCH] README.md: reformat --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9804a28..39484ea 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,15 @@ the benchmarks as follows: > make benchmarks > cd benchmarks -> ./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 +> +> # run barrier test with fairness/memory liveness +> ./run.sh barrier/barrier -y -m 2 +> +> # Linux reader/write lock test with fairness/memory liveness +> ./run.sh linuxrwlocks/linuxrwlocks -y -m 2 +> +> # run all benchmarks and provide timing results +> ./bench.sh Running your own code -- 2.34.1