Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.57 KB

File metadata and controls

50 lines (34 loc) · 1.57 KB

Load Testing MonolithicPersistence

This document summarizes the configuration we used to perform load-testing for the MonolithicPersistence anti-pattern. You should also read about our general approach to deployment and load testing.

Deployment

Option Value
Compute Cloud Service
VM Size Large
Instance Count 5
SQL Tier S1
Max Pool Size 4000

Test Configuration

The load test project included two webtests, each invoking an HTTP POST operation.

The URLs used were:

Replace yourservice with the name of your cloud service.

The project also included two load tests, one for each web test. Both load tests were run against a single deployment but at different times, using the following parameters:

Parameter Value
Initial User Count 1
Maximum User Count 1000
Step Duration 60s
Step Ramp Time 0s
Step User Count 100
Test Duration 15 minutes
Test Warm Up 30 seconds

The load test for the http://yourservice.cloudapp.net/api/mono web test generated the following results:

Load-test results

The load test for the http://yourservice.cloudapp.net/api/poly web test generated the following results:

Load-test results