| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-13 | benchmark/bm_ao_render.rb: enable specifying the size of the image. | Yukihiro "Matz" Matsumoto | |
| 2021-12-06 | bm_ao_rendar.rb: use instance variables instead of class variables. | Yukihiro "Matz" Matsumoto | |
| Class variables are slower than instance variables of classes. | |||
| 2021-06-24 | Remove unused build configuration file `benchmark/build_config_cc.rb`. | Yukihiro "Matz" Matsumoto | |
| 2021-04-16 | feat(CI): add the GitHub Super Linter | John Bampton | |
| The GitHub Super Linter is a more robust and better supported tool than the current GitHub Actions we are using. Running these checks: ERROR_ON_MISSING_EXEC_BIT: true VALIDATE_BASH: true VALIDATE_BASH_EXEC: true VALIDATE_EDITORCONFIG: true VALIDATE_MARKDOWN: true VALIDATE_SHELL_SHFMT: true VALIDATE_YAML: true https://github.com/marketplace/actions/super-linter https://github.com/github/super-linter Added the GitHub Super Linter badge to the README. Also updated the pre-commit framework and added more documentation on pre-commit. Added one more pre-commit check: check-executables-have-shebangs Added one extra check for merge conflicts to our GitHub Actions. EditorConfig and Markdown linting. Minor grammar and spelling fixes. Update linter.yml | |||
| 2021-03-07 | chore: fix spelling | John Bampton | |
| 2020-12-13 | Fix spelling | John Bampton | |
| 2020-10-12 | Avoid including `limits.h` and `stdint.h` before `mruby.h`. | Yukihiro "Matz" Matsumoto | |
| They are included from `mruby.h` anyway, and including it ahead can cause some errors regarding `INT32_MAX` etc. with C++ compiler. | |||
| 2019-01-23 | [ci skip] Remove no meaning statement in `bm_app_lc_fizzbuzz.rb` | KOBAYASHI Shuji | |
| 2017-11-22 | Some cosmetic changes | Yukihiro "Matz" Matsumoto | |
| 2015-04-24 | Remove benchmarks not in mruby | furunkel | |
| 2015-04-24 | Output PNG instead of PDF | furunkel | |
| 2015-04-24 | Add some of MRI's benchmarks | furunkel | |
| 2015-04-24 | Rename | furunkel | |
| 2015-04-24 | Let all benchmarks start with bm_ | furunkel | |
| 2015-04-24 | Add build files for benchmarkings; add mandelbrot benchmark | furunkel | |
| 2015-04-23 | Add task for running and plotting benchmarks | furunkel | |
| 2014-09-16 | update outdated links to the original program. | Miura Hideki | |
| 2014-09-10 | add benchmark/bm_app_lc_fizzbuzz.rb | Yukihiro "Matz" Matsumoto | |
| 2014-09-08 | remove execution bit from benchmark/fib39.rb | Yukihiro "Matz" Matsumoto | |
| 2013-04-01 | Add fib39.rb to benchmark/ | Masaki Muranaka | |
| 2012-07-31 | space and newline reformatting | Yukihiro Matsumoto | |
| 2012-07-31 | add some benchmark programs | Yukihiro Matsumoto | |
