Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattetti/herbs
Hopefully Exhaustive Ruby Benchmark Suite
https://github.com/mattetti/herbs
Last synced: about 12 hours ago
JSON representation
Hopefully Exhaustive Ruby Benchmark Suite
- Host: GitHub
- URL: https://github.com/mattetti/herbs
- Owner: mattetti
- Created: 2009-09-02T08:27:54.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-07T03:14:09.000Z (over 15 years ago)
- Last Synced: 2024-11-27T12:46:43.257Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 219 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
#HERBS
Herbs stands for _Hopefully Exhaustive Ruby Benchmark Suite_.
The idea behind this suite is to be as exhaustive as possible by benchmarking each standard Ruby class method.
The aim behind this work is to help Ruby implementers find slow spots in their product.
Ruby 1.9 classes and syntax ares used as a base for the benchmarks.##FAQ:
* Will it cover all use cases? ~> Doubtful
* Do the results mean much? ~> They only mean what you want them to mean
* Can I trust the results? ~> Never trust benchmarks
* Can I contribute benchmarks? ~> Absolutely