Commit 617bf8e7 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Oops, the make rule was wrong. Addresses #455.

git-svn-id: file:///svn/tokudb@2473 c7de825b-a66e-492c-adef-691d508d4ae1
parent 574a4d03
...@@ -38,7 +38,7 @@ check-x: $(TARGET_TDB) ...@@ -38,7 +38,7 @@ check-x: $(TARGET_TDB)
# A fast transaction test that detects #455. # A fast transaction test that detects #455.
check-xfast: $(TARGET_TDB) check-xfast: $(TARGET_TDB)
./$(TARGET_TDB) ./db-benchmark-test-tokudb --noserial -x --valsize 1000 --cachesize 8000000 --xcount 1000 --periter 20000 1 ./$(TARGET_TDB) --noserial -x --valsize 1000 --cachesize 8000000 --xcount 1000 --periter 20000 1
clean: clean:
......
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