From c9c85c35a2f72d2aee1a22771716b9438323eb5a Mon Sep 17 00:00:00 2001 From: "Marnee Dearman (KG7SIO)" Date: Tue, 11 Sep 2018 16:31:18 -0700 Subject: [PATCH] Update load-testing-with-gatling.md --- gatling/load-testing-with-gatling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatling/load-testing-with-gatling.md b/gatling/load-testing-with-gatling.md index 4cbad38..4d85695 100644 --- a/gatling/load-testing-with-gatling.md +++ b/gatling/load-testing-with-gatling.md @@ -1,6 +1,6 @@ # What is load testing and why should you do it? -Load testing helps you understand how your application behaves under load. It helps take the guesswork out of hardware estimates and gives you an idea of what to expect when you application is set lose in the wild with actual users in real life. +Load testing helps you understand how your application behaves under load. It helps take the guesswork out of hardware estimates and gives you an idea of what to expect when your application is set lose in the wild with actual users in real life. # Isolating the variables and knowing your boundaries ## Find out your bottlenecks and mitigate them