YJIT Benchmarks

Details for Benchmarks at 2022-12-23 20:09:57

Overall YJIT is 37.7% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 40.5% 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 210 5 210
hexapdf 5 15 5 15
liquid-render 5 178 5 178
mail 5 141 5 141
psych-load 5 15 5 15
railsbench 5 15 5 15
ruby-lsp 5 245 5 245
binarytrees 5 88 5 88
chunky_png 5 32 5 32
erubi 5 67 5 67
erubi_rails 5 1146 5 1146
etanni 5 42 5 42
fannkuchredux 5 21 5 21
lee 5 22 5 22
nbody 5 278 5 278
optcarrot 5 15 5 15
rubykon 5 15 5 15
30k_ifelse 5 50 5 50
30k_methods 5 20 5 20
cfunc_itself 5 494 5 494
fib 5 315 5 315
getivar 5 438 5 438
keyword_args 5 383 5 383
respond_to 5 691 5 691
setivar 5 1359 5 1359
setivar_object 5 419 5 419
str_concat 5 466 5 466

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) 2268089 2267886 25 382 5 1% 0 0 0
hexapdf (click) 1714666 1713326 819 10427 217 2% 0 0 0
liquid-render (click) 566480 565814 156 1848 32 1% 0 0 0
mail (click) 1243861 1241326 373 4659 176 3% 0 0 0
psych-load (click) 774609 772880 69 650 19 2% 0 0 0
railsbench (click) 5533541 5531034 1779 14360 483 3% 0 0 0
ruby-lsp (click) 5384560 5382462 6429 41702 1539 3% 13554 0 0
binarytrees (click) 96267 94002 16 140 3 2% 0 0 0
chunky_png (click) 800011 797998 89 1203 31 2% 0 0 0
erubi (click) 738630 738044 13 149 4 2% 0 0 0
erubi_rails (click) 4650298 4650080 329 2824 111 3% 0 0 0
etanni (click) 105342 102972 13 108 3 2% 0 0 0
fannkuchredux (click) 108481 107742 14 273 3 1% 0 0 0
lee (click) 800600 798342 79 813 24 2% 0 0 0
nbody (click) 101933 100460 15 245 5 2% 0 0 0
optcarrot (click) 512607 510684 203 4439 92 2% 0 0 0
rubykon (click) 235678 233284 146 1641 30 1% 0 0 0
30k_ifelse (click) 5245212 5242928 9268 57200 3 0% 0 0 0
30k_methods (click) 1986193 1984252 5787 19427 3 0% 0 0 0
cfunc_itself (click) 86540 84904 13 123 3 2% 0 0 0
fib (click) 85116 83852 13 112 3 2% 0 0 0
getivar (click) 94099 92610 13 139 3 2% 0 0 0
keyword_args (click) 94538 93002 14 125 3 2% 0 0 0
respond_to (click) 87046 85100 13 139 4 2% 0 0 0
setivar (click) 85935 84424 13 119 3 2% 0 0 0
setivar_object (click) 93480 92038 13 119 3 2% 0 0 0
str_concat (click) 94011 92590 15 138 5 3% 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.