<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 0.4.5 / 2009-08-13 
+
+* Implemented Test::Unit::UI::Console::TestRunner.set_test_benchmark_limits
+
 == 0.0.3 / 2007-06-24
 
 * Updated Manifest.txt so files are actually packaged in the gem. D'oh!</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -50,8 +50,23 @@ RAILS_ENV=test GEM=timocratic-test_benchmark rake gems:unpack #optional, but sug
 
 h2. Options and disabling temporarily
 
-By default the top 10 slowest tests are output to the console (and in Rails the whole list is dumped to test.log).  To see the full dump in your console (as well as get a per-file/suite breakdown) set the env variable BENCHMARK to 'full':
+By default the top 15 slowest tests are output to the console (and in Rails the whole list is dumped to test.log).  To see the full dump in your console (as well as get a per-file/suite breakdown) set the env variable BENCHMARK to 'full':
 
 &lt;pre&gt;&lt;code&gt;BENCHMARK=full rake test&lt;/code&gt;&lt;/pre&gt;
 
-To disable completely, run with it set to 'false' instead.
\ No newline at end of file
+To disable completely, run with it set to 'false' instead.
+
+You can also customize the number of results through the Test::Unit::UI::Console::TestRunner.set_test_benchmark_limits(set_display_limit, set_suite_display_limit) method. For example, putting this line in your test_helper.rb file will output a summary of 5 slowest tests and 3 slowest test classes:
+
+&lt;pre&gt;&lt;code&gt;
+Test::Unit::UI::Console::TestRunner.set_test_benchmark_limits(5, 3)
+&lt;/code&gt;&lt;/pre&gt;
+
+And this will disable output entirely:
+
+&lt;pre&gt;&lt;code&gt;
+Test::Unit::UI::Console::TestRunner.set_test_benchmark_limits(0, 0)
+&lt;/code&gt;&lt;/pre&gt;
+
+
+  
\ No newline at end of file</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5d74c3e7945442c74c4720d13dd8bb13cfe378e2</id>
    </parent>
  </parents>
  <author>
    <name>Mike Gunderloy</name>
    <email>MikeG1@larkfarm.com</email>
  </author>
  <url>http://github.com/timocratic/test_benchmark/commit/ffba1bce8c811de5d5319101582cc9aba0420d65</url>
  <id>ffba1bce8c811de5d5319101582cc9aba0420d65</id>
  <committed-date>2009-10-11T23:55:20-07:00</committed-date>
  <authored-date>2009-08-13T04:09:43-07:00</authored-date>
  <message>Update history &amp; readme</message>
  <tree>77bbf001c7314b6638f82a8aaa8602e908f5c9d3</tree>
  <committer>
    <name>Tim Connor</name>
    <email>timocratic@gmail.com</email>
  </committer>
</commit>
