You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2013/10/02 11:58:59 UTC

svn commit: r1528402 - /jackrabbit/oak/trunk/oak-run/README.md

Author: mreutegg
Date: Wed Oct  2 09:58:59 2013
New Revision: 1528402

URL: http://svn.apache.org/r1528402
Log:
OAK-1061: Add option for database name
- Update README.md with new options

Modified:
    jackrabbit/oak/trunk/oak-run/README.md

Modified: jackrabbit/oak/trunk/oak-run/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/README.md?rev=1528402&r1=1528401&r2=1528402&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/README.md (original)
+++ jackrabbit/oak/trunk/oak-run/README.md Wed Oct  2 09:58:59 2013
@@ -16,15 +16,17 @@ It can be invoked like this:
 
 The following benchmark options (with default values) are currently supported:
 
-    --host localhost   - MongoDB host
-    --port 27101       - MongoDB port
-    --mmap <64bit?>    - TarMK memory mapping (the default on 64 bit JVMs)
-    --cache 100        - cache size (in MB)
-    --wikipedia <file> - Wikipedia dump
-    --runAsAdmin false - Run test as admin session
-    --itemsToRead 1000 - Number of items to read
-    --bgReaders 20     - Number of background readers
-    --report false     - Whether to output intermediate results
+    --host localhost       - MongoDB host
+    --port 27101           - MongoDB port
+    --db <name>            - MongoDB database (default is a generated name)
+    --dropDBAfterTest true - Whether to drop the MongoDB database after the test
+    --mmap <64bit?>        - TarMK memory mapping (the default on 64 bit JVMs)
+    --cache 100            - cache size (in MB)
+    --wikipedia <file>     - Wikipedia dump
+    --runAsAdmin false     - Run test as admin session
+    --itemsToRead 1000     - Number of items to read
+    --bgReaders 20         - Number of background readers
+    --report false         - Whether to output intermediate results
 
 These options are passed to the test cases and repository fixtures
 that need them. For example the Wikipedia dump option is needed by the