Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.23 KB

LoadTesting.md

File metadata and controls

65 lines (47 loc) · 2.23 KB

Load Testing NoCaching

This document summarizes the configuration we used to perform load-testing for the NoCaching 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 2
SQL Tier S1
Max Pool Size 1000
Redis Cache S1

Test Configuration

The load test project included 10 webtests, each invoking an HTTP GET operation.

The URLs used were:

Replace yourservice with the name of your cloud service, and replace {Id} with an ID generated by using the Generate Random Integer plugin.

The project also included two load tests, one for the nocache web tests and another for the cache web tests. The web tests in each load test were distributed evenly (20%). 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 800
Step Duration 60s
Step Ramp Time 60s
Step User Count 75
Test Duration 15 minutes
Test Warm Up 30 seconds

The load test for the nocache web test generated the following results:

Load-test results

The load test for the cache web test generated the following results:

Load-test results