Skip to content

Commit 20f0cf5

Browse files
committed
changes
1 parent e7b5bcc commit 20f0cf5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

samples/documentdb-benchmark/App.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
<gcServer enabled="true"/>
88
</runtime>
99
<appSettings>
10-
<add key="EndPointUrl" value="https://FILLME.documents.azure.com:443/"/>
11-
<add key="AuthorizationKey" value="FILLME"/>
10+
<add key="EndPointUrl" value="https://arramacquerymetrics.documents.azure.com:443/"/>
11+
<add key="AuthorizationKey" value="n91dpaf8eqoSrxfksOPXR31hYD0qAcRn8AAis8BQr3Ecwc6xlRX2kO8Lt6CqUZdPVgPSmr7npOyIcGISPYeIUA=="/>
1212

1313
<add key="DatabaseName" value="db"/>
1414
<add key="CollectionName" value="data"/>
1515

16-
<add key="CollectionThroughput" value="10100"/>
16+
<add key="CollectionThroughput" value="100000"/>
1717
<add key="ShouldCleanupOnStart" value="false"/>
1818
<add key="ShouldCleanupOnFinish" value="false"/>
1919

2020
<!-- determined by the tool -->
2121
<add key="DegreeOfParallelism" value="-1"/>
22-
<add key="NumberOfDocumentsToInsert" value="1000000"/>
22+
<add key="NumberOfDocumentsToInsert" value="200000"/>
2323

2424
<add key="CollectionPartitionKey" value="/partitionKey"/>
2525
<add key="DocumentTemplateFile" value="Player.json"/>

samples/documentdb-benchmark/DocumentDBBenchmark.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<ItemGroup>
3838
<Reference Include="Microsoft.Azure.Documents.Client, Version=1.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
3939
<HintPath>packages\Microsoft.Azure.DocumentDB.1.17.0\lib\net45\Microsoft.Azure.Documents.Client.dll</HintPath>
40+
<Private>True</Private>
4041
</Reference>
4142
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4243
<HintPath>packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>

0 commit comments

Comments
 (0)