File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
samples/documentdb-benchmark Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
<gcServer enabled =" true" />
8
8
</runtime >
9
9
<appSettings >
10
- <add key =" EndPointUrl" value =" https://FILLME .documents.azure.com:443/" />
11
- <add key =" AuthorizationKey" value =" FILLME " />
10
+ <add key =" EndPointUrl" value =" https://docdb-scale-test .documents.azure.com:443/" />
11
+ <add key =" AuthorizationKey" value =" TAOLXCTq4ve7BnJdg4SR9Yz84fM2SdnKIKL6QpfowRPmhXu7soWjEoyuRETkUrdAk6Byk0cVnvC0eNf1VU6MEg== " />
12
12
13
13
<add key =" DatabaseName" value =" db" />
14
14
<add key =" CollectionName" value =" data" />
15
15
<add key =" MetricCollectionName" value =" metrics" />
16
16
17
17
<add key =" CollectionThroughput" value =" 50000" />
18
18
<add key =" ShouldCleanupOnStart" value =" false" />
19
- <add key =" ShouldCleanupOnFinish" value =" false " />
19
+ <add key =" ShouldCleanupOnFinish" value =" true " />
20
20
<add key =" DegreeOfParallelism" value =" 500" />
21
21
<add key =" NumberOfDocumentsToInsert" value =" 100000" />
22
22
You can’t perform that action at this time.
0 commit comments