Skip to content

Instantly share code, notes, and snippets.

@wycats
Created November 25, 2008 22:44
Show Gist options
  • Save wycats/29141 to your computer and use it in GitHub Desktop.
Save wycats/29141 to your computer and use it in GitHub Desktop.
RBench.run(1_000_000) do
report("single") { Foo }
report("single colon3") { ::Foo }
report("colon2") { Foo::Bar::Baz }
report("colon3") { ::Foo::Bar::Baz }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment