aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/mjit_exec_vm2jt.yml
Commit message (Collapse)AuthorAgeFilesLines
* The RUBYOPT= comment is no longer neededTakashi Kokubun2020-06-221-2/+0
|
* Stop relying on `make benchmark`'s `-I$(srcdir)/benchmark/lib`Takashi Kokubun2020-06-221-1/+1
| | | | | | These days I don't use `make benchmark`. The YAML files should be executable with bare `benchmark-driver` CLI without passing `RUBYOPT=-Ibenchmark/lib`.
* Reduce ISeq size of mjit_exec benchmarkTakashi Kokubun2019-09-261-4/+2
| | | | to avoid unwanted memory pressure
* Add special runner to benchmark mjit_execTakashi Kokubun2019-09-261-0/+10
I wanted to dynamically generate benchmark cases to test various number of methods. Thus I added a dedicated runner of benchmark-driver.