YJIT Benchmarks

Details for Benchmarks at 2023-07-04 06:08:15

Overall YJIT is 49.5% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 53.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 30 469 30 469
chunky-png 15 15 15 15
erubi-rails 15 15 15 15
hexapdf 30 15 30 15
liquid-c 30 333 30 333
liquid-compile 30 352 30 352
liquid-render 30 191 30 191
mail 30 151 30 151
psych-load 30 15 30 15
railsbench 30 15 30 15
ruby-lsp 30 3313 30 3313
sequel 30 288 30 288
binarytrees 30 87 30 87
erubi 30 79 30 79
etanni 30 48 30 48
fannkuchredux 30 26 30 26
lee 30 21 30 21
nbody 30 286 30 286
optcarrot 30 15 30 15
ruby-json 30 15 30 15
rubykon 30 15 30 15
30k_ifelse 30 55 30 55
30k_methods 30 23 30 23
cfunc_itself 30 514 30 514
fib 30 448 30 448
getivar 30 946 30 946
keyword_args 30 412 30 412
respond_to 30 772 30 772
setivar 30 1667 30 1667
setivar_object 30 475 30 475
setivar_young 30 473 30 473
str_concat 30 446 30 446
throw 30 767 30 767

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) 687706 624856 51 432 1 0% 0 0 0
chunky-png (click) 249702 249316 85 1058 1 0% 0 0 0
erubi-rails (click) 1615822 1368417 287 2492 1 0% 0 0 0
hexapdf (click) 1170705 1151623 600 10729 22 0% 0 0 0
liquid-c (click) 415383 419315 125 1609 3 0% 0 0 0
liquid-compile (click) 310033 310602 149 2012 2 0% 0 0 0
liquid-render (click) 449155 451783 146 1912 8 0% 0 0 0
mail (click) 653895 623566 346 4895 9 0% 0 0 0
psych-load (click) 204635 203747 64 572 1 0% 0 0 0
railsbench (click) 2290304 2031253 1355 11052 7 0% 0 0 0
ruby-lsp (click) 834548 820001 432 5089 61 1% 0 0 0
sequel (click) 380789 366652 15 95 0 0% 0 0 0
binarytrees (click) 9076 7468 11 75 0 0% 0 0 0
erubi (click) 178481 182111 9 83 0 0% 0 0 0
etanni (click) 12317 10568 11 55 0 0% 0 0 0
fannkuchredux (click) 19777 20370 8 219 0 0% 0 0 0
lee (click) 229740 220719 49 657 0 0% 0 0 0
nbody (click) 16836 16627 10 178 0 0% 0 0 0
optcarrot (click) 322154 383863 197 4341 22 0% 0 0 0
ruby-json (click) 25063 21660 12 185 0 0% 0 0 0
rubykon (click) 144941 151122 145 1645 2 0% 0 0 0
30k_ifelse (click) 5362743 4368508 9263 50806 0 0% 0 0 0
30k_methods (click) 1992158 1528536 5781 19360 0 0% 0 0 0
cfunc_itself (click) 6422 4947 8 61 0 0% 0 0 0
fib (click) 4917 4454 8 49 0 0% 0 0 0
getivar (click) 6058 5980 8 74 0 0% 0 0 0
keyword_args (click) 7197 5541 9 63 0 0% 0 0 0
respond_to (click) 6928 6857 8 76 0 0% 0 0 0
setivar (click) 5209 4541 8 54 0 0% 0 0 0
setivar_object (click) 5544 4561 8 54 0 0% 0 0 0
setivar_young (click) 6335 5537 9 62 0 0% 0 0 0
str_concat (click) 6802 6350 10 76 0 0% 0 0 0
throw (click) 3993 3228 10 37 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.