YJIT Benchmarks

Details for Benchmarks at 2021-11-25 07:14:19

Overall YJIT is 29.0% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 19.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 MJIT3.0 warmups MJIT3.0 iters MJIT warmups MJIT iters YJIT warmups YJIT iters
activerecord 5 187 20 187 75 187 20 187
hexapdf 5 15 20 15 20 15
liquid-render 5 170 20 170 75 170 20 170
mail 5 134 20 134 75 134 20 134
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 51 20 51 75 51 20 51
erubi_rails 5 607 20 607 75 607 20 607
fannkuchredux 5 15 20 15 53 15 20 15
jekyll 5 15 20 15 36 15 20 15
lee 5 24 20 24 75 24 20 24
nbody 5 345 20 345 75 345 20 345
optcarrot 5 15 20 15 75 15 20 15
rubykon 5 15 20 15 43 15 20 15
30k_ifelse 5 64 20 64 68 64 20 64
30k_methods 5 27 20 27 43 27 20 27
cfunc_itself 5 512 20 512 75 512 20 512
fib 5 383 20 383 75 383 20 383
getivar 5 439 20 439 75 439 20 439
keyword_args 5 436 20 436 75 436 20 436
respond_to 5 129 20 129 75 129 20 129
setivar 5 475 20 475 75 475 20 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) 954858 717254 185 1162 0 0% 0 0 0
hexapdf (click) 1072170 853849 595 7953 614 7% 0 0 321
liquid-render (click) 466871 362789 143 1428 95 6% 0 0 1
mail (click) 812586 599088 324 4881 124 2% 0 0 39
psych-load (click) 291233 225813 57 423 1 0% 0 0 0
railsbench (click) 2547874 1899302 1293 9551 263 2% 0 0 26
binarytrees (click) 112293 85392 9 48 0 0% 0 0 0
erubi (click) 269409 208892 8 35 0 0% 0 0 0
erubi_rails (click) 2428194 1733835 260 1865 17 0% 0 0 3
fannkuchredux (click) 128293 97402 6 202 0 0% 0 0 0
jekyll (click) 1878442 1492911 336 3938 179 4% 0 0 0
lee (click) 297898 230552 44 226 54 23% 0 0 12
nbody (click) 121701 92363 8 148 0 0% 0 0 0
optcarrot (click) 451173 392118 196 3566 20 0% 0 0 0
rubykon (click) 254629 204364 139 1531 1 0% 0 0 0
30k_ifelse (click) 5501605 4305849 9261 57794 0 0% 0 0 0
30k_methods (click) 2116581 1614178 5780 19351 0 0% 0 0 0
cfunc_itself (click) 111397 84370 6 39 0 0% 0 0 0
fib (click) 109477 83762 6 28 0 0% 0 0 0
getivar (click) 111077 86140 6 55 0 0% 0 0 0
keyword_args (click) 111717 84662 7 41 0 0% 0 0 0
respond_to (click) 112997 85475 6 54 0 0% 0 0 0
setivar (click) 111013 84664 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.