https://github.com/elifoster/ruby-benchmarks
:speedboat: A repository full of Ruby benchmarks and their results.
https://github.com/elifoster/ruby-benchmarks
benchmarking ruby
Last synced: 5 months ago
JSON representation
:speedboat: A repository full of Ruby benchmarks and their results.
- Host: GitHub
- URL: https://github.com/elifoster/ruby-benchmarks
- Owner: elifoster
- Created: 2015-11-19T19:15:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T15:19:46.000Z (over 1 year ago)
- Last Synced: 2025-08-19T08:45:29.001Z (11 months ago)
- Topics: benchmarking, ruby
- Language: Ruby
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# ruby-benchmarks
A repository full of Ruby benchmarks and their results.
The purpose of this repository is to see differences in Ruby methods' performance. I will try to remain neutral in my READMEs, however these results in some cases can be so extreme that the results themselves will bring non-neutrality.
Each folder in the benchmarks folder will have their own Ruby source code files containing the benchmarks, and a README containing their results and a summary of the test. The directory might have sub-directories, if necessary due to many tests relating to one subject.
Please see CONTRIBUTING.md to see how to contribute new benchmarks and new results.