aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/benchmarking_and_profiling/gameplan.txt
diff options
context:
space:
mode:
authorMatthew Bergman <MZBPhoto@gmail.com>2008-09-21 22:52:28 -0400
committerMatthew Bergman <MZBPhoto@gmail.com>2008-09-21 22:52:28 -0400
commitd64c9eaebeee2c8611c70d1be8964f28c2ae60b1 (patch)
tree7dbadc85dbfe7cf6a592944cbf16831a7359d686 /railties/doc/guides/benchmarking_and_profiling/gameplan.txt
parentea1eb57f56a4143d575ad8a3df54e063d8cea364 (diff)
downloadrails-d64c9eaebeee2c8611c70d1be8964f28c2ae60b1.tar.gz
rails-d64c9eaebeee2c8611c70d1be8964f28c2ae60b1.tar.bz2
rails-d64c9eaebeee2c8611c70d1be8964f28c2ae60b1.zip
fixed up benchmarking file names, fixed commits, truncated statistics section. Add real life example
Diffstat (limited to 'railties/doc/guides/benchmarking_and_profiling/gameplan.txt')
-rw-r--r--railties/doc/guides/benchmarking_and_profiling/gameplan.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/benchmarking_and_profiling/gameplan.txt b/railties/doc/guides/benchmarking_and_profiling/gameplan.txt
index 578a70ebaa..1f1d365eff 100644
--- a/railties/doc/guides/benchmarking_and_profiling/gameplan.txt
+++ b/railties/doc/guides/benchmarking_and_profiling/gameplan.txt
@@ -22,6 +22,6 @@ Formulate a question you need to answer which is simple, tests the smallest meas
* Run the test.
* Perform the analysis on the results and determine where to go from there.
-Note: Even though we are using the typical scientific method; developing a hypothesis is not always useful in terms of profiling. The argument against using an hypothesis is that it will influence your experimental design and doesn’t really prove anything.
+Note: Even though we are using the typical scientific method; developing a hypothesis is not always useful in terms of profiling.