YJIT Benchmarks

Details for Benchmarks at 2021-12-24 19:11:40

Overall YJIT is 27.9% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 32.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 MJIT3.0 warmups MJIT3.0 iters MJIT warmups MJIT iters YJIT warmups YJIT iters
activerecord 5 184 20 184 75 184 20 184
hexapdf 5 15 20 15 20 15
liquid-render 5 155 20 155 75 155 20 155
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 85 20 85 75 85 20 85
erubi 5 49 20 49 75 49 20 49
erubi_rails 5 548 20 548 75 548 20 548
fannkuchredux 5 15 20 15 55 15 20 15
jekyll 5 15 20 15 35 15 20 15
lee 5 27 20 27 75 27 20 27
nbody 5 342 20 342 75 342 20 342
optcarrot 5 15 20 15 75 15 20 15
rubykon 5 15 20 15 43 15 20 15
30k_ifelse 5 64 20 64 64 64 20 64
30k_methods 5 26 20 26 43 26 20 26
cfunc_itself 5 510 20 510 75 510 20 510
fib 5 382 20 382 75 382 20 382
getivar 5 563 20 563 75 563 20 563
keyword_args 5 437 20 437 75 437 20 437
respond_to 5 129 20 129 75 129 20 129
setivar 5 480 20 480 75 480 20 480

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) 980586 747854 185 1194 0 0% 0 0 0
hexapdf (click) 1124074 918295 598 8111 620 7% 0 0 321
liquid-render (click) 475383 375685 143 1457 96 6% 0 0 1
mail (click) 869546 646071 325 5424 124 2% 0 0 39
psych-load (click) 302305 237878 57 439 1 0% 0 0 0
railsbench (click) 2519074 1905495 1295 9289 266 2% 0 0 26
binarytrees (click) 115685 88743 9 48 0 0% 0 0 0
erubi (click) 279777 220310 8 35 0 0% 0 0 0
erubi_rails (click) 2488674 1794894 261 1983 17 0% 0 0 3
fannkuchredux (click) 131493 100640 6 202 0 0% 0 0 0
jekyll (click) 1856874 1492241 338 3814 185 4% 0 0 0
lee (click) 338209 266480 43 557 70 12% 0 0 12
nbody (click) 124965 95919 8 148 0 0% 0 0 0
optcarrot (click) 454309 401756 196 3566 20 0% 0 0 0
rubykon (click) 262629 213578 139 1588 1 0% 0 0 0
30k_ifelse (click) 5504805 4309067 9261 57794 0 0% 0 0 0
30k_methods (click) 2119781 1617416 5780 19351 0 0% 0 0 0
cfunc_itself (click) 114213 87372 6 39 0 0% 0 0 0
fib (click) 112677 86980 6 28 0 0% 0 0 0
getivar (click) 114853 89707 6 55 0 0% 0 0 0
keyword_args (click) 115109 88013 7 41 0 0% 0 0 0
respond_to (click) 116197 88713 6 54 0 0% 0 0 0
setivar (click) 114789 88231 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.