projects
/
model-checker-benchmarks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5417680
)
bench.sh: add dekker-fences to benchmark runs
author
Brian Norris
<banorris@uci.edu>
Tue, 5 Mar 2013 00:57:11 +0000
(16:57 -0800)
committer
Brian Norris
<banorris@uci.edu>
Tue, 5 Mar 2013 00:57:11 +0000
(16:57 -0800)
bench.sh
patch
|
blob
|
history
diff --git
a/bench.sh
b/bench.sh
index 904440211e6ee16055a89d970a97a80735e83602..c32924b8b68080a13ac39739d944a54e0571ac2d 100755
(executable)
--- a/
bench.sh
+++ b/
bench.sh
@@
-20,6
+20,7
@@
TESTS="barrier/barrier"
TESTS+=" mcs-lock/mcs-lock"
TESTS+=" spsc-queue/spsc-queue"
TESTS+=" spsc-bugfix/spsc-queue"
+TESTS+=" dekker-fences/dekker-fences"
TESTS+=" mpmc-queue/mpmc-2r1w"
TESTS+=" mpmc-queue/mpmc-1r2w-noinit"
TESTS+=" mpmc-queue/mpmc-queue-noinit"