<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -85,6 +85,9 @@
     end
   end
 
+  # Output:
+  # Running the benchmarks 100000 times each...
+  #
   #                         Results |
   # ---------------------------------
   # Squeezing with #squeeze    0.15 |
@@ -93,4 +96,23 @@
   # Spliting    with #split    0.43 |
   #             with #match    0.29 |
   # ---------------------------------
+  
+  Benchmark.warmer(TIMES) do
+    report &quot;squeezing with #squeeze&quot; do
+      &quot;abc//def//ghi//jkl&quot;.squeeze(&quot;/&quot;)
+    end
+    report &quot;squeezing with #gsub&quot; do
+      &quot;abc//def//ghi//jkl&quot;.gsub(/\/+/, &quot;/&quot;)
+    end
+  end
+  
+  # Output:
+  # Running the benchmarks 100000 times each...
+  # 
+  #                          Results |
+  # ----------------------------------
+  #  squeezing with #squeeze    0.15 |
+  #     squeezing with #gsub    0.34 |
+  # ----------------------------------
+  
   
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b4465784e9f6b828fa48f1fb94a685b3c1c661b0</id>
    </parent>
  </parents>
  <author>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </author>
  <url>http://github.com/wycats/benchwarmer/commit/f9a9f3525d3994b0317ec7ab1a2a8c2baebe3782</url>
  <id>f9a9f3525d3994b0317ec7ab1a2a8c2baebe3782</id>
  <committed-date>2008-05-04T11:11:08-07:00</committed-date>
  <authored-date>2008-05-04T11:11:08-07:00</authored-date>
  <message>Improve README</message>
  <tree>56dda391dc5a194bdd8ee310834e1720b0361309</tree>
  <committer>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </committer>
</commit>
