YJIT Benchmarks

Details for Benchmarks at 2021-11-27 19:09:59

Overall YJIT is 29.5% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 24.9% faster than CRuby!

The basic "faster" measurement is the geomean of all "headlining" x86 benchmarks on this page.

Headlining Benchmarks

These are "headlining" because the "overall" speedup above is based on these benchmarks specifically.

Speed of each Ruby implementation (iterations/second) relative to the CRuby interpreter. Higher is better.

Other Benchmarks

Speed of each Ruby implementation (iterations/second) relative to the CRuby interpreter. Higher is better.

MicroBenchmarks

Speed of each Ruby implementation (iterations/second) relative to the CRuby interpreter. Higher is better.

Want Raw Graphs and CSV?

Benchmarks Speed Details

Benchmark Memory Usage Details

Number of Iterations and Warmups Tested

bench No JIT warmups No JIT iters MJIT3.0 warmups MJIT3.0 iters MJIT warmups MJIT iters YJIT warmups YJIT iters
activerecord 5 181 20 181 75 181 20 181
hexapdf 5 15 20 15 20 15
liquid-render 5 176 20 176 75 176 20 176
mail 5 139 20 139 75 139 20 139
psych-load 5 15 20 15 75 15 20 15
railsbench 5 15 20 15 75 15 20 15
binarytrees 5 87 20 87 75 87 20 87
erubi 5 52 20 52 75 52 20 52
erubi_rails 5 581 20 581 75 581 20 581
fannkuchredux 5 15 20 15 55 15 20 15
jekyll 5 15 20 15 35 15 20 15
lee 5 26 20 26 75 26 20 26
nbody 5 343 20 343 75 343 20 343
optcarrot 5 15 20 15 75 15 20 15
rubykon 5 15 20 15 44 15 20 15
30k_ifelse 5 62 20 62 72 62 20 62
30k_methods 5 26 20 26 44 26 20 26
cfunc_itself 5 512 20 512 75 512 20 512
fib 5 383 20 383 75 383 20 383
getivar 5 563 20 563 75 563 20 563
keyword_args 5 431 20 431 75 431 20 431
respond_to 5 127 20 127 75 127 20 127
setivar 5 510 20 510 75 510 20 510

Different Ruby configurations want different amounts of warmup. With no JIT, CRuby needs hardly any. YJIT and MJIT 3.0 both warm up quite quickly, while MJIT in 3.1 often slows down for a time as it compiles, after an unpredictable delay.

Benchmark YJIT Stats

Hover your cursor over the benchmark names for descriptions of each benchmark.

bench Exit Report Inline Outlined Comp iSeqs Comp Blocks Inval Inval Ratio Bind Alloc Bind Set Const Bumps
activerecord (click) 971498 730344 185 1195 0 0% 0 0 0
hexapdf (click) 1077994 858735 595 8017 616 7% 0 0 321
liquid-render (click) 464247 361369 143 1393 95 6% 0 0 1
mail (click) 872106 642455 325 5444 124 2% 0 0 39
psych-load (click) 291233 226114 57 423 1 0% 0 0 0
railsbench (click) 2574818 1921173 1293 9706 263 2% 0 0 26
binarytrees (click) 112613 85736 9 48 0 0% 0 0 0
erubi (click) 268705 208266 8 35 0 0% 0 0 0
erubi_rails (click) 2399202 1724757 260 1987 16 0% 0 0 3
fannkuchredux (click) 128613 97746 6 202 0 0% 0 0 0
jekyll (click) 1887274 1499718 336 3984 180 4% 0 0 0
lee (click) 330538 257098 44 562 67 11% 0 0 12
nbody (click) 121701 92379 8 148 0 0% 0 0 0
optcarrot (click) 450533 391785 196 3566 20 0% 0 0 0
rubykon (click) 254373 204458 139 1531 1 0% 0 0 0
30k_ifelse (click) 5501797 4306060 9261 57794 0 0% 0 0 0
30k_methods (click) 2116581 1614194 5780 19351 0 0% 0 0 0
cfunc_itself (click) 111205 84365 6 39 0 0% 0 0 0
fib (click) 109349 83645 6 28 0 0% 0 0 0
getivar (click) 111077 86156 6 55 0 0% 0 0 0
keyword_args (click) 112037 85006 7 41 0 0% 0 0 0
respond_to (click) 112997 85491 6 54 0 0% 0 0 0
setivar (click) 111013 84680 6 28 0 0% 0 0 0

YJIT stats correspond to the YJIT stats exit report.

Note: currently, all stats are collected on x86_64, not ARM.

Raw JSON data files

All graphs and table data in this page comes from processing these data files, which come from benchmark runs.