aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/performance_testing.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-04 08:42:54 -0700
committerXavier Noria <fxn@hashref.com>2010-04-04 08:42:54 -0700
commit7d7e0627a0490b6b4ddb0ee5429264ccd46f1245 (patch)
tree107d5369a86cd158aaf6a11efa7e9ff0477d267e /railties/guides/source/performance_testing.textile
parentb352b97ff590f0db27432a8a4d3df3c632780b52 (diff)
downloadrails-7d7e0627a0490b6b4ddb0ee5429264ccd46f1245.tar.gz
rails-7d7e0627a0490b6b4ddb0ee5429264ccd46f1245.tar.bz2
rails-7d7e0627a0490b6b4ddb0ee5429264ccd46f1245.zip
fixes duplicate element IDs in some guides
Diffstat (limited to 'railties/guides/source/performance_testing.textile')
-rw-r--r--railties/guides/source/performance_testing.textile6
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/guides/source/performance_testing.textile b/railties/guides/source/performance_testing.textile
index 154dbbbbe6..f74b68b0ef 100644
--- a/railties/guides/source/performance_testing.textile
+++ b/railties/guides/source/performance_testing.textile
@@ -213,11 +213,11 @@ h4. Understanding the Output
Performance tests generate different outputs inside +tmp/performance+ directory depending on their mode and metric.
-h5. Benchmarking
+h5(#output-benchmarking). Benchmarking
In benchmarking mode, performance tests generate two types of outputs:
-h6. Command Line
+h6(#output-command-line). Command Line
This is the primary form of output in benchmarking mode. Example:
@@ -258,7 +258,7 @@ measurement,created_at,app,rails,ruby,platform
0.00771250000000012,2009-01-09T15:46:03Z,,2.3.0.master.859e150,ruby-1.8.6.110,i686-darwin9.0.0
</shell>
-h5. Profiling
+h5(#output-profiling). Profiling
In profiling mode, you can choose from four types of output.