summaryrefslogtreecommitdiffhomepage
path: root/benchmark
AgeCommit message (Collapse)Author
2021-12-13benchmark/bm_ao_render.rb: enable specifying the size of the image.Yukihiro "Matz" Matsumoto
2021-12-06bm_ao_rendar.rb: use instance variables instead of class variables.Yukihiro "Matz" Matsumoto
Class variables are slower than instance variables of classes.
2021-06-24Remove unused build configuration file `benchmark/build_config_cc.rb`.Yukihiro "Matz" Matsumoto
2021-04-16feat(CI): add the GitHub Super LinterJohn 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-07chore: fix spellingJohn Bampton
2020-12-13Fix spellingJohn Bampton
2020-10-12Avoid 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-22Some cosmetic changesYukihiro "Matz" Matsumoto
2015-04-24Remove benchmarks not in mrubyfurunkel
2015-04-24Output PNG instead of PDFfurunkel
2015-04-24Add some of MRI's benchmarksfurunkel
2015-04-24Renamefurunkel
2015-04-24Let all benchmarks start with bm_furunkel
2015-04-24Add build files for benchmarkings; add mandelbrot benchmarkfurunkel
2015-04-23Add task for running and plotting benchmarksfurunkel
2014-09-16update outdated links to the original program.Miura Hideki
2014-09-10add benchmark/bm_app_lc_fizzbuzz.rbYukihiro "Matz" Matsumoto
2014-09-08remove execution bit from benchmark/fib39.rbYukihiro "Matz" Matsumoto
2013-04-01Add fib39.rb to benchmark/Masaki Muranaka
2012-07-31space and newline reformattingYukihiro Matsumoto
2012-07-31add some benchmark programsYukihiro Matsumoto