Skip to content

Commit

Permalink
Update README.md (#14286)
Browse files Browse the repository at this point in the history
  • Loading branch information
moderakh authored Aug 19, 2020
1 parent f416970 commit 973851e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk/cosmos/azure-cosmos-benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
```bash
git clone https://github.com/Azure/azure-sdk-for-java.git
cd azure-sdk-for-java
mvn -e -DskipTests -Dgpg.skip -Dmaven.javadoc.skip=true -Dspotbugs.skip=true -Dcheckstyle.skip=true -Drevapi.skip=true clean install
cd sdk/cosmos/
mvn clean install -f ../../eng/code-quality-reports/pom.xml
mvn clean package -f pom.xml -DskipTests -Dgpg.skip -Ppackage-assembly
```

Expand All @@ -18,7 +16,7 @@ and then the package will be generated.
## Run the WriteLatency workload

```bash
java -jar azure-cosmos-benchmark/target/azure-cosmos-benchmark-4.0.1-beta.3-jar-with-dependencies.jar \
java -jar azure-cosmos-benchmark/target/azure-cosmos-benchmark-4.0.1-beta.1-jar-with-dependencies.jar \
-serviceEndpoint $endpoint -masterKey $masterkey \
-databaseId $dbname -collectionId $colname \
-consistencyLevel Eventual -concurrency 10 -numberOfOperations 1000000 \
Expand Down

0 comments on commit 973851e

Please sign in to comment.