YJIT Benchmarks

Details for Benchmarks at 2022-12-07 04:10:32

Overall YJIT is 40.9% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 37.3% 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 YJIT warmups YJIT iters
activerecord 5 195 5 195
hexapdf 5 15 5 15
liquid-render 5 157 5 157
mail 5 140 5 140
psych-load 5 15 5 15
railsbench 5 15 5 15
ruby-lsp 5 280 5 280
binarytrees 5 87 5 87
chunky_png 5 32 5 32
erubi 5 68 5 68
erubi_rails 5 1124 5 1124
etanni 5 42 5 42
fannkuchredux 5 21 5 21
lee 5 22 5 22
nbody 5 268 5 268
optcarrot 5 15 5 15
rubykon 5 15 5 15
30k_ifelse 5 49 5 49
30k_methods 5 21 5 21
cfunc_itself 5 497 5 497
fib 5 327 5 327
getivar 5 438 5 438
keyword_args 5 384 5 384
respond_to 5 694 5 694
setivar 5 1359 5 1359
setivar_object 5 436 5 436
str_concat 5 475 5 475

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) 2271151 2270289 25 357 6 1% 0 0 0
hexapdf (click) 1704569 1704230 820 10219 216 2% 0 0 0
liquid-render (click) 576665 575543 156 1845 33 1% 0 0 0
mail (click) 1251492 1249743 373 4668 176 3% 0 0 0
psych-load (click) 770714 770283 70 651 19 2% 0 0 0
railsbench (click) 5514994 5513743 1779 14244 482 3% 0 0 0
ruby-lsp (click) 5332401 5331499 6428 41388 1527 3% 14204 0 0
binarytrees (click) 131047 131044 16 140 4 2% 0 0 0
chunky_png (click) 789567 788570 89 1174 31 2% 0 0 0
erubi (click) 731924 730892 13 147 4 2% 0 0 0
erubi_rails (click) 4649963 4649864 329 2808 111 3% 0 0 0
etanni (click) 131842 131421 13 108 4 3% 0 0 0
fannkuchredux (click) 143253 142154 14 273 4 1% 0 0 0
lee (click) 793652 791631 79 812 25 3% 0 0 0
nbody (click) 136621 134955 15 245 6 2% 0 0 0
optcarrot (click) 563064 561272 203 4439 93 2% 0 0 0
rubykon (click) 271351 271029 146 1639 31 1% 0 0 0
30k_ifelse (click) 5280092 5280038 9268 57200 4 0% 0 0 0
30k_methods (click) 2028160 2026418 5787 19427 4 0% 0 0 0
cfunc_itself (click) 128985 127266 13 123 4 3% 0 0 0
fib (click) 127556 126066 13 112 4 3% 0 0 0
getivar (click) 129334 127585 13 139 4 2% 0 0 0
keyword_args (click) 129763 127967 14 125 4 3% 0 0 0
respond_to (click) 129485 127658 13 139 5 3% 0 0 0
setivar (click) 128373 126769 13 119 4 3% 0 0 0
setivar_object (click) 128702 126955 13 119 4 3% 0 0 0
str_concat (click) 129241 127585 15 138 6 4% 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.