<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,8 @@ rbench
 Library for generating nice ruby-benchmarks in several formats.
 Only text-output is available atm.
 
+Heavily inspired by benchwarmer. Much love.
+
 == Usage
 
 require &quot;rubygems&quot;
@@ -62,7 +64,7 @@ RBench.run(TIMES) do
   column :two,  :title =&gt; &quot;#2&quot;
   column :diff, :title =&gt; &quot;#1/#2&quot;, :compare =&gt; [:one,:two]
 
-  group(&quot;Squeezing&quot;) do
+  group &quot;Squeezing&quot; do
     report &quot;with #squeeze&quot; do
       one { &quot;abc//def//ghi//jkl&quot;.squeeze(&quot;/&quot;) }
       two { &quot;abc///def///ghi///jkl&quot;.squeeze(&quot;/&quot;) }
@@ -75,7 +77,7 @@ RBench.run(TIMES) do
     summary &quot;all methods (totals)&quot;
   end
  
-  group(&quot;Splitting&quot;) do
+  group &quot;Splitting&quot; do
     report &quot;with #split&quot; do
       one { &quot;aaa/aaa/aaa.bbb.ccc.ddd&quot;.split(&quot;.&quot;) }
       two { &quot;aaa//aaa//aaa.bbb.ccc.ddd.eee&quot;.split(&quot;.&quot;) }</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c45608348d6885b9eac00ce9672867a98d724dca</id>
    </parent>
  </parents>
  <author>
    <name>Sindre Aarsaether</name>
    <email>sindre@Sindres-MacPro.local</email>
  </author>
  <url>http://github.com/somebee/rbench/commit/9fb447c61abec94eb3edfc0ea0b419913f8f9d28</url>
  <id>9fb447c61abec94eb3edfc0ea0b419913f8f9d28</id>
  <committed-date>2008-06-15T15:27:23-07:00</committed-date>
  <authored-date>2008-06-15T15:27:23-07:00</authored-date>
  <message>fixed some small stuff</message>
  <tree>d71b33011d3ceaec0aafe1d03c24c97e7c5a4075</tree>
  <committer>
    <name>Sindre Aarsaether</name>
    <email>sindre@Sindres-MacPro.local</email>
  </committer>
</commit>
