mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
git-svn-id: file:///svn/toku/tokudb@38288 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
33fddab86b
commit
90c2763121
1 changed files with 2 additions and 2 deletions
|
@ -92,13 +92,13 @@ check-default: $(TARGET_TDB)
|
|||
./$(TARGET_TDB) $(VERBVERBOSE) $(SUMMARIZE_CMD)
|
||||
# The small one can run valgrind
|
||||
check-default-small: $(TARGET_TDB)
|
||||
$(VGRIND) ./$(TARGET_TDB) $(VERBVERBOSE) 1 $(SUMMARIZE_CMD)
|
||||
$(VGRIND) ./$(TARGET_TDB) --env default.small $(VERBVERBOSE) 1 $(SUMMARIZE_CMD)
|
||||
|
||||
check-x: $(TARGET_TDB)
|
||||
./$(TARGET_TDB) $(VERBVERBOSE) -x --xcount 1000 --periter 100000 --env x.dir 10 $(SUMMARIZE_CMD)
|
||||
# The small one can run valgrind
|
||||
check-x-small: $(TARGET_TDB)
|
||||
$(VGRIND) ./$(TARGET_TDB) $(VERBVERBOSE) -x --xcount 100 --periter 10000 --env x.dir 1 $(SUMMARIZE_CMD)
|
||||
$(VGRIND) ./$(TARGET_TDB) $(VERBVERBOSE) -x --xcount 100 --periter 10000 --env x.dir.small 1 $(SUMMARIZE_CMD)
|
||||
|
||||
|
||||
# check-scanrace: VGRIND=tcheck_cl -w 140 -s 4 -p nothreads,delay=2,stall=900,noverbose
|
||||
|
|
Loading…
Add table
Reference in a new issue