Commit adc26fd7 authored by Rich Prohaska's avatar Rich Prohaska

add a more interesting benchmark test with transactions. addresses #831

git-svn-id: file:///svn/tokudb@3970 c7de825b-a66e-492c-adef-691d508d4ae1
parent be926ed8
...@@ -37,13 +37,13 @@ TARGETS = $(TARGET_BDB) $(TARGET_TDB) ...@@ -37,13 +37,13 @@ TARGETS = $(TARGET_BDB) $(TARGET_TDB)
default: build default: build
build: $(TARGETS) build: $(TARGETS)
check: check-default check-xfast check: check-default check-xfast check-x
check-default: $(TARGET_TDB) check-default: $(TARGET_TDB)
$(VGRIND) ./$(TARGET_TDB) $(QUIET) $(SUMMARIZE_CMD) $(VGRIND) ./$(TARGET_TDB) $(QUIET) $(SUMMARIZE_CMD)
check-x: $(TARGET_TDB) 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. # A fast transaction test that detects #455.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment