<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -212,6 +212,8 @@ ul#navMain {
 						
 							&lt;li&gt;&lt;a href=&quot;#_understanding_the_output&quot;&gt;Understanding the output&lt;/a&gt;&lt;/li&gt;
 						
+							&lt;li&gt;&lt;a href=&quot;#_tuning_test_runs&quot;&gt;Tuning Test Runs&lt;/a&gt;&lt;/li&gt;
+						
 							&lt;li&gt;&lt;a href=&quot;#gc&quot;&gt;Installing GC Patched Ruby&lt;/a&gt;&lt;/li&gt;
 						
 						&lt;/ul&gt;
@@ -232,10 +234,17 @@ ul#navMain {
 					&lt;a href=&quot;#_request_logging&quot;&gt;Request Logging&lt;/a&gt;
 					&lt;/li&gt;
 					&lt;li&gt;
-					&lt;a href=&quot;#_other_profiling_tools&quot;&gt;Other Profiling Tools&lt;/a&gt;
+					&lt;a href=&quot;#_useful_profiling_tools&quot;&gt;Useful Profiling Tools&lt;/a&gt;
+						&lt;ul&gt;
+						
+							&lt;li&gt;&lt;a href=&quot;#_rails_plugins_and_gems&quot;&gt;Rails Plugins and Gems&lt;/a&gt;&lt;/li&gt;
+						
+							&lt;li&gt;&lt;a href=&quot;#_external&quot;&gt;External&lt;/a&gt;&lt;/li&gt;
+						
+						&lt;/ul&gt;
 					&lt;/li&gt;
 					&lt;li&gt;
-					&lt;a href=&quot;#_commercial_products&quot;&gt;Commercial products&lt;/a&gt;
+					&lt;a href=&quot;#_commercial_products&quot;&gt;Commercial Products&lt;/a&gt;
 					&lt;/li&gt;
 					&lt;li&gt;
 					&lt;a href=&quot;#_changelog&quot;&gt;Changelog&lt;/a&gt;
@@ -514,7 +523,7 @@ http://www.gnu.org/software/src-highlite --&gt;
 &lt;span style=&quot;color: #993399&quot;&gt;0.00771250000000012&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;2009&lt;/span&gt;-&lt;span style=&quot;color: #993399&quot;&gt;01&lt;/span&gt;-09T15&lt;span style=&quot;color: #990000&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;46&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;:&lt;/span&gt;03Z&lt;span style=&quot;color: #990000&quot;&gt;,,&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;2.3&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;master&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;859e150&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;,&lt;/span&gt;ruby-&lt;span style=&quot;color: #993399&quot;&gt;1.8&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;6.110&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;,&lt;/span&gt;i686-darwin&lt;span style=&quot;color: #993399&quot;&gt;9.0&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;0&lt;/span&gt;&lt;/tt&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
 &lt;h4 id=&quot;_profiling_2&quot;&gt;1.5.2. Profiling&lt;/h4&gt;
 &lt;h5 id=&quot;_command_line_2&quot;&gt;Command line&lt;/h5&gt;
-&lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;This is a very basic form of output in profiling mode. Example :&lt;/p&gt;&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;This is a very basic form of output in profiling mode:&lt;/p&gt;&lt;/div&gt;
 &lt;div class=&quot;listingblock&quot;&gt;
 &lt;div class=&quot;content&quot;&gt;&lt;!-- Generator: GNU source-highlight 2.9
 by Lorenzo Bettini
@@ -529,13 +538,23 @@ http://www.gnu.org/software/src-highlite --&gt;
 &lt;h5 id=&quot;_graph&quot;&gt;Graph&lt;/h5&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;Graph output shows how long each method takes to run, which methods call it and which methods it calls. &lt;a href=&quot;http://ruby-prof.rubyforge.org/files/examples/graph_txt.html&quot;&gt;Check ruby prof documentation for a better explaination&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;
 &lt;h5 id=&quot;_tree&quot;&gt;Tree&lt;/h5&gt;
-&lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;Tree output is profiling information in calltree format for use by kcachegrind and similar tools.&lt;/p&gt;&lt;/div&gt;
-&lt;h3 id=&quot;gc&quot;&gt;1.6. Installing GC Patched Ruby&lt;/h3&gt;
+&lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;Tree output is profiling information in calltree format for use by &lt;a href=&quot;http://kcachegrind.sourceforge.net/html/Home.html&quot;&gt;kcachegrind&lt;/a&gt; and similar tools.&lt;/p&gt;&lt;/div&gt;
+&lt;h3 id=&quot;_tuning_test_runs&quot;&gt;1.6. Tuning Test Runs&lt;/h3&gt;
+&lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;By default, each performance test is run &lt;tt&gt;4 times&lt;/tt&gt; in benchmarking model and &lt;tt&gt;1 time&lt;/tt&gt; in profiling. However, test runs can easily be configured.&lt;/p&gt;&lt;/div&gt;
+&lt;div class=&quot;admonitionblock&quot;&gt;
+&lt;table&gt;&lt;tr&gt;
+&lt;td class=&quot;icon&quot;&gt;
+&lt;img src=&quot;./images/icons/caution.png&quot; alt=&quot;Caution&quot; /&gt;
+&lt;/td&gt;
+&lt;td class=&quot;content&quot;&gt;That&amp;#8217;s a lie. But not for long.&lt;/td&gt;
+&lt;/tr&gt;&lt;/table&gt;
+&lt;/div&gt;
+&lt;h3 id=&quot;gc&quot;&gt;1.7. Installing GC Patched Ruby&lt;/h3&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;To get the best from Rails performance tests, you need to build a special Ruby binary with some super powers - &lt;a href=&quot;http://rubyforge.org/tracker/download.php/1814/7062/17676/3291/ruby186gc.patch&quot;&gt;GC patch&lt;/a&gt; for measuring GC Runs/Time and memory/object allocation.&lt;/p&gt;&lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;The process is fairly straight forward. If you&amp;#8217;ve never compiled a Ruby binary before, follow the following steps to build a ruby binary inside your home directory:&lt;/p&gt;&lt;/div&gt;
-&lt;h4 id=&quot;_instllation&quot;&gt;1.6.1. Instllation&lt;/h4&gt;
+&lt;h4 id=&quot;_instllation&quot;&gt;1.7.1. Instllation&lt;/h4&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;Compile Ruby and apply this &lt;a href=&quot;http://rubyforge.org/tracker/download.php/1814/7062/17676/3291/ruby186gc.patch&quot;&gt;GC Patch&lt;/a&gt;:&lt;/p&gt;&lt;/div&gt;
-&lt;h4 id=&quot;_download_and_extract&quot;&gt;1.6.2. Download and Extract&lt;/h4&gt;
+&lt;h4 id=&quot;_download_and_extract&quot;&gt;1.7.2. Download and Extract&lt;/h4&gt;
 &lt;div class=&quot;listingblock&quot;&gt;
 &lt;div class=&quot;content&quot;&gt;&lt;!-- Generator: GNU source-highlight 2.9
 by Lorenzo Bettini
@@ -545,14 +564,14 @@ http://www.gnu.org/software/src-highlite --&gt;
 &lt;span style=&quot;color: #990000&quot;&gt;[&lt;/span&gt;lifo@null &lt;span style=&quot;color: #990000&quot;&gt;~]&lt;/span&gt;$ wget &lt;span style=&quot;color: #990000&quot;&gt;&amp;lt;&lt;/span&gt;download the latest stable ruby from ftp&lt;span style=&quot;color: #990000&quot;&gt;:&lt;/span&gt;//ftp&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;ruby-lang&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;org/pub/ruby&lt;span style=&quot;color: #990000&quot;&gt;&amp;gt;&lt;/span&gt;
 &lt;span style=&quot;color: #990000&quot;&gt;[&lt;/span&gt;lifo@null &lt;span style=&quot;color: #990000&quot;&gt;~]&lt;/span&gt;$ tar -xzvf &lt;span style=&quot;color: #990000&quot;&gt;&amp;lt;&lt;/span&gt;ruby-version&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;tar&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;gz&lt;span style=&quot;color: #990000&quot;&gt;&amp;gt;&lt;/span&gt;
 &lt;span style=&quot;color: #990000&quot;&gt;[&lt;/span&gt;lifo@null &lt;span style=&quot;color: #990000&quot;&gt;~]&lt;/span&gt;$ cd &lt;span style=&quot;color: #990000&quot;&gt;&amp;lt;&lt;/span&gt;ruby-version&lt;span style=&quot;color: #990000&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/tt&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-&lt;h4 id=&quot;_apply_the_patch&quot;&gt;1.6.3. Apply the patch&lt;/h4&gt;
+&lt;h4 id=&quot;_apply_the_patch&quot;&gt;1.7.3. Apply the patch&lt;/h4&gt;
 &lt;div class=&quot;listingblock&quot;&gt;
 &lt;div class=&quot;content&quot;&gt;&lt;!-- Generator: GNU source-highlight 2.9
 by Lorenzo Bettini
 http://www.lorenzobettini.it
 http://www.gnu.org/software/src-highlite --&gt;
 &lt;pre&gt;&lt;tt&gt;&lt;span style=&quot;color: #990000&quot;&gt;[&lt;/span&gt;lifo@null ruby-version&lt;span style=&quot;color: #990000&quot;&gt;]&lt;/span&gt;$ curl http&lt;span style=&quot;color: #990000&quot;&gt;:&lt;/span&gt;//rubyforge&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;org/tracker/download&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;php&lt;span style=&quot;color: #990000&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;1814&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;7062&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;17676&lt;/span&gt;&lt;span style=&quot;color: #990000&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #993399&quot;&gt;3291&lt;/span&gt;/ruby186gc&lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;patch &lt;span style=&quot;color: #990000&quot;&gt;|&lt;/span&gt; patch -p&lt;span style=&quot;color: #993399&quot;&gt;0&lt;/span&gt;&lt;/tt&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-&lt;h4 id=&quot;_configure_and_install&quot;&gt;1.6.4. Configure and Install&lt;/h4&gt;
+&lt;h4 id=&quot;_configure_and_install&quot;&gt;1.7.4. Configure and Install&lt;/h4&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;The following will install ruby in your home directory&amp;#8217;s &lt;tt&gt;/rubygc&lt;/tt&gt; directory. Make sure to replace &lt;tt&gt;&amp;lt;homedir&amp;gt;&lt;/tt&gt; with a full patch to your actual home directory.&lt;/p&gt;&lt;/div&gt;
 &lt;div class=&quot;listingblock&quot;&gt;
 &lt;div class=&quot;content&quot;&gt;&lt;!-- Generator: GNU source-highlight 2.9
@@ -561,7 +580,7 @@ http://www.lorenzobettini.it
 http://www.gnu.org/software/src-highlite --&gt;
 &lt;pre&gt;&lt;tt&gt;&lt;span style=&quot;color: #990000&quot;&gt;[&lt;/span&gt;lifo@null ruby-version&lt;span style=&quot;color: #990000&quot;&gt;]&lt;/span&gt;$ &lt;span style=&quot;color: #990000&quot;&gt;.&lt;/span&gt;/configure --prefix&lt;span style=&quot;color: #990000&quot;&gt;=/&amp;lt;&lt;/span&gt;homedir&lt;span style=&quot;color: #990000&quot;&gt;&amp;gt;&lt;/span&gt;/rubygc
 &lt;span style=&quot;color: #990000&quot;&gt;[&lt;/span&gt;lifo@null ruby-version&lt;span style=&quot;color: #990000&quot;&gt;]&lt;/span&gt;$ make &lt;span style=&quot;color: #990000&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt; make install&lt;/tt&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-&lt;h4 id=&quot;_prepare_aliases&quot;&gt;1.6.5. Prepare aliases&lt;/h4&gt;
+&lt;h4 id=&quot;_prepare_aliases&quot;&gt;1.7.5. Prepare aliases&lt;/h4&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;For convenience, add the following lines in your &lt;tt&gt;~/.profile&lt;/tt&gt;:&lt;/p&gt;&lt;/div&gt;
 &lt;div class=&quot;listingblock&quot;&gt;
 &lt;div class=&quot;content&quot;&gt;
@@ -571,7 +590,7 @@ alias gcgem='~/rubygc/bin/gem'
 alias gcirb='~/rubygc/bin/irb'
 alias gcrails='~/rubygc/bin/rails'&lt;/tt&gt;&lt;/pre&gt;
 &lt;/div&gt;&lt;/div&gt;
-&lt;h4 id=&quot;_install_rubygems_and_dependency_gems&quot;&gt;1.6.6. Install rubygems and dependency gems&lt;/h4&gt;
+&lt;h4 id=&quot;_install_rubygems_and_dependency_gems&quot;&gt;1.7.6. Install rubygems and dependency gems&lt;/h4&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;Download &lt;a href=&quot;http://rubyforge.org/projects/rubygems&quot;&gt;Rubygems&lt;/a&gt; and install it from source. Rubygem&amp;#8217;s README file should have necessary installation instructions.&lt;/p&gt;&lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;Additionally, installa the following gems :&lt;/p&gt;&lt;/div&gt;
 &lt;div class=&quot;ulist&quot;&gt;&lt;ul&gt;
@@ -638,7 +657,7 @@ http://www.gnu.org/software/src-highlite --&gt;
 &lt;td class=&quot;icon&quot;&gt;
 &lt;img src=&quot;./images/icons/note.png&quot; alt=&quot;Note&quot; /&gt;
 &lt;/td&gt;
-&lt;td class=&quot;content&quot;&gt;&lt;tt&gt;benchmark&lt;/tt&gt; it&amp;#8217;s a class method inside controllers.&lt;/td&gt;
+&lt;td class=&quot;content&quot;&gt;&lt;tt&gt;benchmark&lt;/tt&gt; is a class method inside controllers&lt;/td&gt;
 &lt;/tr&gt;&lt;/table&gt;
 &lt;/div&gt;
 &lt;div class=&quot;listingblock&quot;&gt;
@@ -685,27 +704,46 @@ http://www.gnu.org/software/src-highlite --&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;This data is fairly straight forward to understand. Rails uses millisecond(ms) as the metric to measures the time taken. The complete request spent 5 ms inside Rails, out of which 2 ms were spent rendering views and none was spent communication with the database. It&amp;#8217;s safe to assume that the remaining 3 ms were spent inside the controller.&lt;/p&gt;&lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;Michael Koziarski has an &lt;a href=&quot;http://www.therailsway.com/2009/1/6/requests-per-second&quot;&gt;interesting blog post&lt;/a&gt; explaining the importance of using milliseconds as the metric.&lt;/p&gt;&lt;/div&gt;
 &lt;/div&gt;
-&lt;h2 id=&quot;_other_profiling_tools&quot;&gt;4. Other Profiling Tools&lt;/h2&gt;
+&lt;h2 id=&quot;_useful_profiling_tools&quot;&gt;4. Useful Profiling Tools&lt;/h2&gt;
 &lt;div class=&quot;sectionbody&quot;&gt;
+&lt;h3 id=&quot;_rails_plugins_and_gems&quot;&gt;4.1. Rails Plugins and Gems&lt;/h3&gt;
 &lt;div class=&quot;ulist&quot;&gt;&lt;ul&gt;
 &lt;li&gt;
 &lt;p&gt;
-&lt;a href=&quot;http://www.hpl.hp.com/research/linux/httperf/&quot;&gt;httperf&lt;/a&gt;
+&lt;a href=&quot;http://rails-analyzer.rubyforge.org/&quot;&gt;Rails Analyzer&lt;/a&gt;
 &lt;/p&gt;
 &lt;/li&gt;
 &lt;li&gt;
 &lt;p&gt;
-&lt;a href=&quot;http://rails-analyzer.rubyforge.org/&quot;&gt;Rails Analyzer&lt;/a&gt;
+&lt;a href=&quot;http://www.flyingmachinestudios.com/projects/&quot;&gt;Palmist&lt;/a&gt;
 &lt;/p&gt;
 &lt;/li&gt;
 &lt;li&gt;
 &lt;p&gt;
-&lt;a href=&quot;http://www.flyingmachinestudios.com/projects/&quot;&gt;Palmist&lt;/a&gt;
+&lt;a href=&quot;http://github.com/josevalim/rails-footnotes/tree/master&quot;&gt;Rails Footnotes&lt;/a&gt;
+&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;&lt;/div&gt;
+&lt;h3 id=&quot;_external&quot;&gt;4.2. External&lt;/h3&gt;
+&lt;div class=&quot;ulist&quot;&gt;&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;
+&lt;a href=&quot;http://www.hpl.hp.com/research/linux/httperf&quot;&gt;httperf&lt;/a&gt;
+&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;
+&lt;a href=&quot;http://httpd.apache.org/docs/2.2/programs/ab.html&quot;&gt;ab&lt;/a&gt;
+&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;
+&lt;a href=&quot;http://jakarta.apache.org/jmeter&quot;&gt;JMeter&lt;/a&gt;
 &lt;/p&gt;
 &lt;/li&gt;
 &lt;/ul&gt;&lt;/div&gt;
 &lt;/div&gt;
-&lt;h2 id=&quot;_commercial_products&quot;&gt;5. Commercial products&lt;/h2&gt;
+&lt;h2 id=&quot;_commercial_products&quot;&gt;5. Commercial Products&lt;/h2&gt;
 &lt;div class=&quot;sectionbody&quot;&gt;
 &lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;Rails has been lucky to have three startups dedicated to Rails specific performance tools:&lt;/p&gt;&lt;/div&gt;
 &lt;div class=&quot;ulist&quot;&gt;&lt;ul&gt;</diff>
      <filename>railties/doc/guides/html/performance_testing.html</filename>
    </modified>
    <modified>
      <diff>@@ -271,7 +271,7 @@ measurement,created_at,app,rails,ruby,platform
 
 ===== Command line =====
 
-This is a very basic form of output in profiling mode. Example :
+This is a very basic form of output in profiling mode:
 
 [source, shell]
 ----------------------------------------------------------------------------
@@ -291,7 +291,13 @@ Graph output shows how long each method takes to run, which methods call it and
 
 ===== Tree =====
 
-Tree output is profiling information in calltree format for use by kcachegrind and similar tools.
+Tree output is profiling information in calltree format for use by http://kcachegrind.sourceforge.net/html/Home.html[kcachegrind] and similar tools.
+
+=== Tuning Test Runs ===
+
+By default, each performance test is run +4 times+ in benchmarking model and +1 time+ in profiling. However, test runs can easily be configured.
+
+CAUTION: That's a lie. But not for long.
 
 [[gc]]
 === Installing GC Patched Ruby ===
@@ -392,7 +398,7 @@ Please refer to http://api.rubyonrails.com/classes/ActiveRecord/Base.html#M00133
 
 Similarly, you could use this helper method inside http://api.rubyonrails.com/classes/ActionController/Benchmarking/ClassMethods.html#M000715[controllers]
 
-NOTE: +benchmark+ it's a class method inside controllers.
+NOTE: +benchmark+ is a class method inside controllers
 
 [source, ruby]
 ----------------------------------------------------------------------------
@@ -438,13 +444,21 @@ This data is fairly straight forward to understand. Rails uses millisecond(ms) a
 
 Michael Koziarski has an http://www.therailsway.com/2009/1/6/requests-per-second[interesting blog post] explaining the importance of using milliseconds as the metric.
 
-== Other Profiling Tools ==
+== Useful Profiling Tools ==
+
+=== Rails Plugins and Gems ===
 
-* http://www.hpl.hp.com/research/linux/httperf/[httperf]
 * http://rails-analyzer.rubyforge.org/[Rails Analyzer]
 * http://www.flyingmachinestudios.com/projects/[Palmist]
+* http://github.com/josevalim/rails-footnotes/tree/master[Rails Footnotes]
+
+=== External ===
+
+* http://www.hpl.hp.com/research/linux/httperf[httperf]
+* http://httpd.apache.org/docs/2.2/programs/ab.html[ab]
+* http://jakarta.apache.org/jmeter[JMeter]
 
-== Commercial products ==
+== Commercial Products ==
 
 Rails has been lucky to have three startups dedicated to Rails specific performance tools:
 </diff>
      <filename>railties/doc/guides/source/performance_testing.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>807c1e899d48e97318df7aab901cc1c1ee927292</id>
    </parent>
  </parents>
  <author>
    <name>Pratik Naik</name>
    <email>pratiknaik@gmail.com</email>
  </author>
  <url>http://github.com/lifo/docrails/commit/2b384df218365f70f36ccf746d1bffe063ff09a6</url>
  <id>2b384df218365f70f36ccf746d1bffe063ff09a6</id>
  <committed-date>2009-01-09T20:37:14-08:00</committed-date>
  <authored-date>2009-01-09T20:37:14-08:00</authored-date>
  <message>Add a note about tuning perf test runs</message>
  <tree>5d683a847e076621113cf51261ce339ac78116d7</tree>
  <committer>
    <name>Pratik Naik</name>
    <email>pratiknaik@gmail.com</email>
  </committer>
</commit>
