summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-09-12 16:45:10 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-09-12 16:45:10 +1000
commit0cb1bd07ce7f044bf18b6f4bd0a95ec49d113ed2 (patch)
treee74a76fed7bd6d24162886f9947961f76200a835 /bench
parent22d9eea7d4b0ca4d61ab4d05814a73e02eb479d7 (diff)
downloadmongo-0cb1bd07ce7f044bf18b6f4bd0a95ec49d113ed2.tar.gz
Update the tcbench README with correct instructions.
Diffstat (limited to 'bench')
-rw-r--r--bench/tcbench/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/tcbench/README b/bench/tcbench/README
index 22998ae5d81..5c847cf4c36 100644
--- a/bench/tcbench/README
+++ b/bench/tcbench/README
@@ -14,8 +14,8 @@ To run the test standalone, first build WiredTiger in the top-level
"build_posix" directory, then do the following in this directory:
$ make
- $ ./wttest write table:cabinet.wt 1000000
- $ ./wttest read table:cabinet.wt 1000000
+ $ ./wttest write file:casket.wt 1000000
+ $ ./wttest read file:casket.wt 1000000
To compare the results from WiredTiger with various other stores,
start with a Tokyo Cabinet tree, and apply tokyocabinet-test.patch.