<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,24 +1,6 @@
 .DS_Store
-._*
 .svn
-*~
-*.err
-*.log
-*.out
 *.rbc
 *.swp
-*tmproj
-data/
-html/
-gemstone/
-locks/
-./log/
-gemstone.old/
-debugspec.inp
-cur.inp
-etc/maglev.demo.key
-.#*
-*#
-version.txt
-pbm.rb
-
+*~
+results/</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@ WEB_DIR         = RESULTS_DIR + &quot;/web&quot;
 
 ITERATIONS      = (ENV['ITERATIONS'] || 5).to_i
 TIMEOUT         = (ENV['TIMEOUT'] || 300).to_i
-VM              = ENV['VM'] || &quot;#{BASEDIR}/bin/maglev-ruby&quot;
+VM              = ENV['VM'] || &quot;ruby&quot;
 
 def command(name)
   &quot;ruby #{MONITOR} #{TIMEOUT} '#{VM}' #{RUNNER} #{name} #{ITERATIONS} #{report}&quot;
@@ -26,10 +26,11 @@ end
 # Cache the name so it is only generated once during an invocation.
 # Eliminates having to save the name and pass it around.
 def report
-  os = `uname`.chomp
-  host = `uname -n`.chomp
+  # os = `uname`.chomp
+  # host = `uname -n`.chomp
   vm = File.basename VM.split.first
-  @report ||= &quot;#{RBS_RESULTS_DIR}/RBS-#{vm}-#{os}-#{host}-#{Time.now.strftime &quot;%y%m%d.%H%M%S&quot;}.yaml&quot;
+  # @report ||= &quot;#{RBS_RESULTS_DIR}/RBS-#{vm}-#{os}-#{host}-#{Time.now.strftime &quot;%y%m%d.%H%M%S&quot;}.yaml&quot;
+  @report ||= &quot;#{RBS_RESULTS_DIR}/RBS-#{vm}-#{Time.now.strftime &quot;%y%m%d.%H%M%S&quot;}.yaml&quot;
 end
 
 def report_name</diff>
      <filename>rakelib/bench.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6abc73d8fccd5b0d337ab7730534d98b27cb1215</id>
    </parent>
  </parents>
  <author>
    <name>Monty Williams</name>
    <email>monty.williams@gemstone.com</email>
  </author>
  <url>http://github.com/acangiano/ruby-benchmark-suite/commit/1c8a19b1bbdd662433c16fe368a53ee162042334</url>
  <id>1c8a19b1bbdd662433c16fe368a53ee162042334</id>
  <committed-date>2009-03-30T07:57:23-07:00</committed-date>
  <authored-date>2009-03-30T07:57:23-07:00</authored-date>
  <message>Fixing accidental push of MegLev specific bench.rake</message>
  <tree>1242db4ef497c97f0435108cedae9abfba0c0106</tree>
  <committer>
    <name>Monty Williams</name>
    <email>monty.williams@gemstone.com</email>
  </committer>
</commit>
