Benoit Daloze
|
b4ec4a41c2
|
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
* Otherwise those tests, etc cannot run on alternative Ruby implementations.
|
2020-12-04 16:45:54 +01:00 |
|
Takashi Kokubun
|
41e3c204fd
|
Reduce ISeq size of mjit_exec benchmark
to avoid unwanted memory pressure
|
2019-09-26 22:13:31 +09:00 |
|
Takashi Kokubun
|
4a4c502825
|
Add special runner to benchmark mjit_exec
I wanted to dynamically generate benchmark cases to test various number
of methods. Thus I added a dedicated runner of benchmark-driver.
|
2019-09-26 16:34:40 +09:00 |
|