Skip to content

Commit 50f3abf

Browse files
jacobb42vikasnav
authored andcommitted
Default parameter change (#197)
Reducing jetstress run time and mailbox database size default and switching default test type to ExchangeMailboxProfile
1 parent e819aad commit 50f3abf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jetstress-2013-exchange-loadtest/azuredeploy.parameters.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"value": 4
77
},
88
"testExecutionTimeInMinutes": {
9-
"value": 60
9+
"value": 15
1010
},
1111
"numberOfThreads": {
1212
"value": "AutoSeek"
1313
},
1414
"testType": {
15-
"value": "DiskSubsystemThroughput"
15+
"value": "ExchangeMailboxProfile"
1616
},
1717
"storageDiskCapacityPercentage": {
1818
"value": 80
@@ -27,7 +27,7 @@
2727
"value": 10
2828
},
2929
"exchangeMailboxSizeInMB": {
30-
"value": 200
30+
"value": 100
3131
}
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)