YJIT Benchmarks

Details for Benchmarks at 2022-01-04 14:48:05

Overall YJIT is 27.3% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 30.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 MJIT3.0 warmups MJIT3.0 iters MJIT warmups MJIT iters YJIT warmups YJIT iters
activerecord 5 183 20 183 75 183 20 183
hexapdf 5 15 20 15 20 15
liquid-render 5 155 20 155 75 155 20 155
mail 5 136 20 136 75 136 20 136
psych-load 5 15 20 15 75 15 20 15
railsbench 5 15 20 15 75 15 20 15
binarytrees 5 88 20 88 75 88 20 88
erubi 5 50 20 50 75 50 20 50
erubi_rails 5 558 20 558 75 558 20 558
fannkuchredux 5 15 20 15 54 15 20 15
lee 5 26 20 26 75 26 20 26
nbody 5 339 20 339 75 339 20 339
optcarrot 5 15 20 15 75 15 20 15
rubykon 5 15 20 15 43 15 20 15
30k_ifelse 5 63 20 63 62 63 20 63
30k_methods 5 26 20 26 41 26 20 26
cfunc_itself 5 501 20 501 75 501 20 501
fib 5 383 20 383 75 383 20 383
getivar 5 563 20 563 75 563 20 563
keyword_args 5 430 20 430 75 430 20 430
respond_to 5 131 20 131 75 131 20 131
setivar 5 477 20 477 75 477 20 477

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) 970794 740117 184 1193 0 0% 0 0 0
hexapdf (click) 1117162 911547 598 8106 620 7% 0 0 321
liquid-render (click) 472695 372573 143 1469 95 6% 0 0 1
mail (click) 845738 627109 325 5247 124 2% 0 0 39
psych-load (click) 302826 236437 58 433 1 0% 0 0 0
railsbench (click) 2513378 1899143 1295 9271 266 2% 0 0 26
binarytrees (click) 113061 86294 9 48 0 0% 0 0 0
erubi (click) 273377 214034 8 35 0 0% 0 0 0
erubi_rails (click) 1901602 1419793 260 1956 16 0% 0 0 3
fannkuchredux (click) 129061 98304 6 202 0 0% 0 0 0
lee (click) 331562 260383 44 562 71 12% 0 0 12
nbody (click) 121957 93166 8 148 0 0% 0 0 0
optcarrot (click) 451685 399307 196 3566 20 0% 0 0 0
rubykon (click) 253285 205528 138 1516 1 0% 0 0 0
30k_ifelse (click) 5501669 4306289 9261 57794 0 0% 0 0 0
30k_methods (click) 2117349 1615080 5780 19351 0 0% 0 0 0
cfunc_itself (click) 111653 84923 6 39 0 0% 0 0 0
fib (click) 110117 84531 6 28 0 0% 0 0 0
getivar (click) 111845 87042 6 55 0 0% 0 0 0
keyword_args (click) 112101 85348 7 41 0 0% 0 0 0
respond_to (click) 113765 86377 6 54 0 0% 0 0 0
setivar (click) 111781 85566 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.