Skip to content

Commit

Permalink
[Truffle] Add benchmark to stdlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 20, 2015
1 parent f77343e commit cddd031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/benchmark.rb
@@ -0,0 +1 @@
require_relative '../../stdlib/benchmark'

2 comments on commit cddd031

@bjfish
Copy link
Contributor Author

@bjfish bjfish commented on cddd031 Apr 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_benchmark.rb passed.

Finished tests in 4.215000s, 3.0842 tests/s, 14.2349 assertions/s.

13 tests, 60 assertions, 0 failures, 0 errors, 0 skips

@nirvdrum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic.

Please sign in to comment.