Skip to content

Commit

Permalink
Merge pull request Azure#20 from srinathnarayanan/master
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
moderakh authored Feb 28, 2018
2 parents d63cfaa + 0bbfc51 commit 8f60cf9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ and then the package will be generated.
java -jar benchmark/target/azure-cosmosdb-benchmark-1.0.1-SNAPSHOT-jar-with-dependencies.jar -serviceEndpoint ENDPOINT -masterKey MASTERKEY -databaseId DATABASE_ID -collectionId COLLECTION_ID -numberOfOperations 100000 -operation Write -maxConnectionPoolSize 3000 -consistencyLevel "Eventual"
```

You can provide ``--help`` to the tool to see the list of other work loads (read, etc) and other options.
You can provide ``--help`` to the tool to see the list of other work loads (read, etc) and other options.

## Further Improvements

For a higher throughput, please look at https://github.com/Azure/azure-cosmosdb-java#use-native-ssl-implementation-for-netty.
Under optimal conditions, we see 43k inserts per second for documents of size 1 KB.

0 comments on commit 8f60cf9

Please sign in to comment.