<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,7 @@ require 'ostruct'
 BM_GLOB        = File.expand_path(File.join(File.dirname(__FILE__),'../benchmark/*/bm*.rb'))
 
 # Which Ruby runtimes to test: MRI should be first and Rubinius should be last
-$interpreters       = ['ruby','shotgun/rubinius']
+$interpreters       = ['ruby','bin/rbx']
 
 # WIDTH of test labels, required for nice formating
 WIDTH          = 50
@@ -55,7 +55,7 @@ options = OptionParser.new do |opts|
     when 'r19', 'ruby19'
       target = 'ruby19'
     when 'x', 'rbx', 'rubinius'
-      target = 'shotgun/rubinius'
+      target = 'bin/rbx'
     when 'j', 'jruby'
       target = 'jruby'
     else
@@ -103,7 +103,7 @@ class RbxBenchmarkFile
   end
 
   def pretty_interpreter
-    @interpreter.match(%r{ruby19|rubinius|ruby|jruby})[0]
+    @interpreter.match(%r{ruby19|rbx|ruby|jruby})[0]
   end
 
   def pretty_file</diff>
      <filename>bin/bm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e43f3c8a0af416c0a3b76f7baf712e3f25de5122</id>
    </parent>
  </parents>
  <author>
    <name>Charles Comstock</name>
    <email>dgtized@gmail.com</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/a40eb6cc4f1a94cd5599c8985c56ef816010c143</url>
  <id>a40eb6cc4f1a94cd5599c8985c56ef816010c143</id>
  <committed-date>2008-10-27T17:32:23-07:00</committed-date>
  <authored-date>2008-10-27T17:32:02-07:00</authored-date>
  <message>fixed bin/bm to use bin/rbx as default comparison target</message>
  <tree>5e92c113e598af55598bbcd68811180b689e5422</tree>
  <committer>
    <name>Charles Comstock</name>
    <email>dgtized@gmail.com</email>
  </committer>
</commit>
