From 00503d65ec10f131403895876640374246b6033f Mon Sep 17 00:00:00 2001 From: Srinath Narayanan Date: Tue, 27 Feb 2018 16:08:30 -0800 Subject: [PATCH 1/2] updated README file --- benchmark/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index e367eb82de8a8..6b945c7621a26 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -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. \ No newline at end of file +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 a 43k inserts per second for documents of size 1 KB. From 0bbfc51a895601154bf0a8415ed06ae79ca52665 Mon Sep 17 00:00:00 2001 From: Srinath Narayanan Date: Tue, 27 Feb 2018 16:11:08 -0800 Subject: [PATCH 2/2] updated README --- benchmark/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/README.md b/benchmark/README.md index 6b945c7621a26..0b45e336ffb6e 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -21,5 +21,5 @@ You can provide ``--help`` to the tool to see the list of other work loads (read ## 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 a 43k inserts per second for documents of size 1 KB. +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.