mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
add a more interesting benchmark test with transactions. addresses #831
git-svn-id: file:///svn/tokudb@3970 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
6a7e96461b
commit
aca90fcd12
1 changed files with 2 additions and 2 deletions
|
@ -37,13 +37,13 @@ TARGETS = $(TARGET_BDB) $(TARGET_TDB)
|
|||
default: build
|
||||
build: $(TARGETS)
|
||||
|
||||
check: check-default check-xfast
|
||||
check: check-default check-xfast check-x
|
||||
|
||||
check-default: $(TARGET_TDB)
|
||||
$(VGRIND) ./$(TARGET_TDB) $(QUIET) $(SUMMARIZE_CMD)
|
||||
|
||||
check-x: $(TARGET_TDB)
|
||||
$(VGRIND) ./$(TARGET_TDB) $(QUIET) -x $(SUMMARIZE_CMD)
|
||||
$(VGRIND) ./$(TARGET_TDB) $(QUIET) -x --xcount 1000 --periter 100000 10 $(SUMMARIZE_CMD)
|
||||
|
||||
|
||||
# A fast transaction test that detects #455.
|
||||
|
|
Loading…
Add table
Reference in a new issue