<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -123,7 +123,7 @@ benchmark iters setup teardown action = do
 -- to standard output.
 bench :: Int -&gt; IO a -&gt; IO ()
 bench iters action = do
-  (_, stats) &lt;- benchmark iters (return ()) (const $ return ()) (const action)
+  (stats, _) &lt;- benchmark iters (return ()) (const $ return ()) (const action)
   printDetailedStats stats
 
 -- | Convenience function that runs several benchmarks using</diff>
      <filename>Test/BenchPress.hs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac31d311e1f114b4ebc752c9263b51517d84003d</id>
    </parent>
  </parents>
  <author>
    <name>Johan Tibell</name>
    <email>johan.tibell@gmail.com</email>
  </author>
  <url>http://github.com/tibbe/benchpress/commit/168b06738f7143b3bbf49d882a15e7b7a66c1796</url>
  <id>168b06738f7143b3bbf49d882a15e7b7a66c1796</id>
  <committed-date>2008-10-16T07:25:27-07:00</committed-date>
  <authored-date>2008-10-16T07:25:27-07:00</authored-date>
  <message>Fixed a bug where wall clock time was used instead of CPU time.</message>
  <tree>5c44002d225f1495611d3f06126767e5c3e83a1d</tree>
  <committer>
    <name>Johan Tibell</name>
    <email>johan.tibell@gmail.com</email>
  </committer>
</commit>
