mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
ec15c72035
|
@ -52,25 +52,25 @@ Related blog posts:
|
||||||
|
|
||||||
- *--test-case*: Name of test case to perform (default: "version").
|
- *--test-case*: Name of test case to perform (default: "version").
|
||||||
Possible values:
|
Possible values:
|
||||||
- version
|
- version : requests /_api/version
|
||||||
- document
|
- document : creates documents
|
||||||
- collection,
|
- collection : creates collections
|
||||||
- import-document
|
- import-document : creates documents via the import API
|
||||||
- hash
|
- hash : Create/Read/Update/Read documents indexed by a hash index
|
||||||
- skiplist
|
- skiplist : Create/Read/Update/Read documents indexed by a skiplist
|
||||||
- edge
|
- edge : Create/Read/Update edge documents
|
||||||
- shapes
|
- shapes : Create & Delete documents with heterogeneous attribute names
|
||||||
- shapes-append
|
- shapes-append : Create documents with heterogeneous attribute names
|
||||||
- random-shapes
|
- random-shapes : Create/Read/Delete heterogeneous documents with random values
|
||||||
- crud
|
- crud : Create/Read/Update/Delete
|
||||||
- crud-append
|
- crud-append : Create/Read/Update/Read again
|
||||||
- crud-write-read
|
- crud-write-read : Create/Read Documents
|
||||||
- aqltrx
|
- aqltrx : AQL Transactions with deep nested AQL `FOR` - loops
|
||||||
- counttrx
|
- counttrx : uses JS transactions to count the documents and insert the result again
|
||||||
- multitrx
|
- multitrx : multiple transactions combining reads & writes from js
|
||||||
- multi-collection
|
- multi-collection : multiple transactions combining reads & writes from js on multiple collections
|
||||||
- aqlinsert
|
- aqlinsert : insert documents via AQL
|
||||||
- aqlv8
|
- aqlv8 : execute AQL with V8 functions to insert random documents
|
||||||
|
|
||||||
- *--verbose*: Print out replies if the HTTP header indicates DB errors.
|
- *--verbose*: Print out replies if the HTTP header indicates DB errors.
|
||||||
(default: false).
|
(default: false).
|
||||||
|
|
Loading…
Reference in New Issue