projects
/
tsan11-tsan11rec-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05bf65c
)
Build two versions of Silo, a debug version that checks invariants, and a version...
author
weiyu
<weiyuluo1232@gmail.com>
Wed, 16 Dec 2020 08:57:28 +0000
(
00:57
-0800)
committer
weiyu
<weiyuluo1232@gmail.com>
Wed, 16 Dec 2020 08:57:28 +0000
(
00:57
-0800)
scripts/build.sh
patch
|
blob
|
history
diff --git
a/scripts/build.sh
b/scripts/build.sh
index d3aef3eab582be5198b7dd71f5eb76b41e74ce92..e469e600d4736a2c01424a5399a7a697c0bf263e 100755
(executable)
--- a/
scripts/build.sh
+++ b/
scripts/build.sh
@@
-24,6
+24,7
@@
make test
cd /data/tsan11-benchmarks/silo
make clean
MODE=perf CHECK_INVARIANTS=0 USE_MALLOC_MODE=0 make -j dbtest
+MODE=perf DEBUG=1 CHECK_INVARIANTS=1 USE_MALLOC_MODE=0 make -j dbtest
# Data structure benchmarks
cd /data/tsan11-benchmarks/cdschecker_modified_benchmarks