YJIT Benchmarks

Details for Benchmarks at 2022-09-17 05:25:41

Overall YJIT is 36.4% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 31.1% 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 MJIT warmups MJIT iters YJIT warmups YJIT iters
activerecord 5 194 75 194 20 194
hexapdf 5 15 20 15
liquid-render 5 178 75 178 20 178
mail 5 128 75 128 20 128
psych-load 5 15 75 15 20 15
railsbench 5 15 75 15 20 15
binarytrees 5 83 75 83 20 83
chunky_png 5 30 75 30 20 30
erubi 5 67 75 67 20 67
erubi_rails 5 1047 75 1047 20 1047
fannkuchredux 5 15 56 15 20 15
lee 5 21 75 21 20 21
nbody 5 266 75 266 20 266
optcarrot 5 15 75 15 20 15
rubykon 5 15 31 15 20 15
30k_ifelse 5 54 68 54 20 54
30k_methods 5 25 23 25 20 25
cfunc_itself 5 434 75 434 20 434
fib 5 317 75 317 20 317
getivar 5 467 75 467 20 467
keyword_args 5 370 75 370 20 370
respond_to 5 665 75 665 20 665
setivar 5 436 75 436 20 436
str_concat 5 427 75 427 20 427

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) 1064759 775622 131 1264 0 0% 0 0 0
hexapdf (click) 1176695 918233 683 8043 9 0% 0 0 0
liquid-render (click) 529655 401474 150 1732 2 0% 0 0 0
mail (click) 931639 650635 374 5424 17 0% 0 0 0
psych-load (click) 355447 260672 68 474 1 0% 0 0 0
railsbench (click) 2726391 1960541 1436 10044 16 0% 0 0 0
binarytrees (click) 175543 126657 13 64 0 0% 0 0 0
chunky_png (click) 398391 288180 88 1010 0 0% 0 0 0
erubi (click) 341175 250544 10 79 0 0% 0 0 0
erubi_rails (click) 2013431 1422103 300 2026 4 0% 0 0 0
fannkuchredux (click) 189815 136544 10 196 0 0% 0 0 0
lee (click) 396471 288578 58 634 0 0% 0 0 0
nbody (click) 186999 136021 12 171 0 0% 0 0 0
optcarrot (click) 531831 441312 207 3592 20 0% 0 0 0
rubykon (click) 329015 255181 144 1575 2 0% 0 0 0
30k_ifelse (click) 5663863 4347034 9265 57804 0 0% 0 0 0
30k_methods (click) 2208439 1655706 5784 19361 0 0% 0 0 0
cfunc_itself (click) 174007 125339 10 49 0 0% 0 0 0
fib (click) 172727 125207 10 38 0 0% 0 0 0
getivar (click) 174455 127244 10 65 0 0% 0 0 0
keyword_args (click) 173815 125537 11 51 0 0% 0 0 0
respond_to (click) 173367 126110 10 64 0 0% 0 0 0
setivar (click) 174263 125969 10 38 0 0% 0 0 0
str_concat (click) 174391 126446 12 62 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.