aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/performance_testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/performance_testing.md')
-rw-r--r--guides/source/performance_testing.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/performance_testing.md b/guides/source/performance_testing.md
index 248a9643c8..b84c5d1732 100644
--- a/guides/source/performance_testing.md
+++ b/guides/source/performance_testing.md
@@ -2,7 +2,9 @@ Performance Testing Rails Applications
======================================
This guide covers the various ways of performance testing a Ruby on Rails
-application. By referring to this guide, you will be able to:
+application.
+
+After reading this guide, you will know:
* Understand the various types of benchmarking and profiling metrics.
* Generate performance and benchmarking tests.