summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Collapse)Author
2022-01-01update benchmark [skip ci]Dan Allen
- fix sample data download - update Ruby version to 3.1
2021-10-18fix URLs in docsDan Allen
- replace default branch with HEAD where possible (or drop reference, if possible) - use readme anchor to link to README for project on GitHub - use jsdelivr to reference file from repository on GitHub - remove unused badges in README files - make badge for chat consistent across README files
2020-12-31add Ruby 3 to CI matrix; make it primary; use it for releases (PR #3900)Dan Allen
2018-12-26add Ruby 2.6 to CI matrix; set 2.6 as default Ruby for benchmarkDan Allen
2017-06-23unset stylesheet instead of setting linkcss in benchmarkDan Allen
2017-04-28set Ruby version for benchmark to 2.4Dan Allen
2017-03-06update suggested memory settings in benchmark scriptDan Allen
2017-03-03tune flags for benchmarkDan Allen
2017-03-03make benchmark script portableDan Allen
2017-03-03defer printing timing report until benchmark is completeDan Allen
2017-02-18use 2.4.0 for benchmarkDan Allen
2016-07-27benchmark.rb mdbasics-loop doesn't use the file it claims to. (PR #1823)Chris Seaton
2015-07-05set compat-mode attribute properly in benchmarkDan Allen
2014-11-18update GC settings in benchmarkDan Allen
2014-10-10add resource in benchmark about tuning environment variablesDan Allen
2014-08-01update notes in benchmark fileDan Allen
2014-07-31only set shorthand_property_syntax compliance flag if version > 0.1.4Dan Allen
2014-07-30chmod 755 benchmark.rb, disable shorthand syntax in runsDan Allen
2014-07-28resolves #1021 add preliminary benchmark files to repositoryDan Allen