<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>BENCHMARKS</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
+BENCHMARKS
 CHANGELOG
 COMPATIBILITY
 ext/extconf.rb
@@ -12,10 +13,9 @@ lib/memcached.rb
 LICENSE
 Manifest
 README
-test/benchmark/benchmark.rb
-test/benchmark/benchmark_set_get.rb
-test/benchmark/profile.rb
-test/benchmark/valgrind.rb
+test/profile/benchmark.rb
+test/profile/profile.rb
+test/profile/valgrind.rb
 test/setup.rb
 test/teardown.rb
 test/test_helper.rb</diff>
      <filename>Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ Echoe.new(&quot;memcached&quot;) do |p|
   p.summary = &quot;An interface to the libmemcached C client.&quot;
   p.url = &quot;http://blog.evanweaver.com/files/doc/fauna/memcached/&quot;
   p.docs_host = &quot;blog.evanweaver.com:~/www/bax/public/files/doc/&quot;
-  p.rdoc_pattern = /README|TODO|LICENSE|CHANGELOG|COMPAT|exceptions|behaviors|memcached\/rails.rb|memcached.rb/
+  p.rdoc_pattern = /README|TODO|LICENSE|CHANGELOG|BENCH|COMPAT|exceptions|behaviors|rails.rb|memcached.rb/
 end
 
 task :exceptions do</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -77,7 +77,7 @@ Benchmark.bm(31) do |x|
         @m.set @key2, @marshalled, 0, false
         @m.set @key3, @marshalled, 0, false
       end
-    end
+    end # if false
   end
   #  Not supported by Caffeine
   if defined? MemCache
@@ -122,7 +122,7 @@ Benchmark.bm(31) do |x|
         @m.set @key2, @value
         @m.set @key3, @value
       end
-    end
+    end # if false
   end
   if defined? Caffeine
     @m = Caffeine::MemCache.new(@opts[1]); @m.servers = @opts[0]
@@ -300,7 +300,7 @@ Benchmark.bm(31) do |x|
         @m.set @key3, @value
         @m.get @key3
       end
-    end
+    end # if false
   end
   if defined? Caffeine
     @m = Caffeine::MemCache.new(@opts[1]); @m.servers = @opts[0]</diff>
      <filename>test/profile/benchmark.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8cff058d589a53d00d741707994333b18281c99</id>
    </parent>
  </parents>
  <author>
    <name>Evan Weaver</name>
    <email>evan@cloudbur.st</email>
  </author>
  <url>http://github.com/fauna/memcached/commit/a343c39ae086bec6c503bac408b813bff0cc4615</url>
  <id>a343c39ae086bec6c503bac408b813bff0cc4615</id>
  <committed-date>2008-02-03T12:18:20-08:00</committed-date>
  <authored-date>2008-02-03T12:18:20-08:00</authored-date>
  <message>Benchmarks doc; manifest.</message>
  <tree>003a2c35de9bd6cffa08422660fa1973ce96f784</tree>
  <committer>
    <name>Evan Weaver</name>
    <email>evan@cloudbur.st</email>
  </committer>
</commit>
