YJIT Benchmarks

Details for Benchmarks at 2023-07-19 06:08:13

Overall YJIT is 52.4% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 55.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 YJIT warmups YJIT iters
activerecord 30 469 30 469
chunky-png 30 29 30 29
erubi-rails 30 1246 30 1246
hexapdf 30 15 30 15
liquid-c 30 335 30 335
liquid-compile 30 338 30 338
liquid-render 30 189 30 189
mail 30 149 30 149
psych-load 30 15 30 15
railsbench 30 15 30 15
ruby-lsp 30 361 30 361
sequel 30 283 30 283
binarytrees 30 86 30 86
erubi 30 77 30 77
etanni 30 48 30 48
fannkuchredux 30 26 30 26
lee 30 21 30 21
nbody 30 293 30 293
optcarrot 30 15 30 15
rack 30 181 30 181
ruby-json 30 15 30 15
rubykon 30 15 30 15
30k_ifelse 30 56 30 56
30k_methods 30 23 30 23
cfunc_itself 30 532 30 532
fib 30 453 30 453
getivar 30 930 30 930
keyword_args 30 423 30 423
respond_to 30 760 30 760
setivar 30 1664 30 1664
setivar_object 30 475 30 475
setivar_young 30 474 30 474
str_concat 30 436 30 436
throw 30 809 30 809

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) 680618 624557 51 432 1 0% 0 0 0
chunky-png (click) 264215 249346 85 1058 1 0% 0 0 0
erubi-rails (click) 1537939 1365466 288 2472 1 0% 0 0 0
hexapdf (click) 1159595 1150639 600 10723 22 0% 0 0 0
liquid-c (click) 408640 415839 125 1572 3 0% 0 0 0
liquid-compile (click) 305806 309558 149 2001 2 0% 0 0 0
liquid-render (click) 440865 447305 146 1874 8 0% 0 0 0
mail (click) 592290 573493 346 4393 9 0% 0 0 0
psych-load (click) 202902 203574 64 570 1 0% 0 0 0
railsbench (click) 2256856 2013567 1355 10871 7 0% 0 0 0
ruby-lsp (click) 4957072 4699452 3402 44534 319 0% 4 0 0
sequel (click) 386083 375416 15 97 0 0% 0 0 0
binarytrees (click) 8985 7488 11 75 0 0% 0 0 0
erubi (click) 177329 182141 9 83 0 0% 0 0 0
etanni (click) 12187 10588 11 55 0 0% 0 0 0
fannkuchredux (click) 19511 20370 8 219 0 0% 0 0 0
lee (click) 219906 220696 49 657 0 0% 0 0 0
nbody (click) 16636 16627 10 178 0 0% 0 0 0
optcarrot (click) 319234 382506 197 4341 22 0% 0 0 0
rack (click) 182589 181970 29 264 0 0% 0 0 0
ruby-json (click) 25372 22131 11 191 0 0% 0 0 0
rubykon (click) 131759 139110 145 1528 2 0% 0 0 0
30k_ifelse (click) 5410784 4368378 9263 50806 0 0% 0 0 0
30k_methods (click) 1981346 1528576 5781 19360 0 0% 0 0 0
cfunc_itself (click) 6328 4947 8 61 0 0% 0 0 0
fib (click) 4858 4454 8 49 0 0% 0 0 0
getivar (click) 6004 5980 8 74 0 0% 0 0 0
keyword_args (click) 7103 5541 9 63 0 0% 0 0 0
respond_to (click) 6865 6857 8 76 0 0% 0 0 0
setivar (click) 5155 4541 8 54 0 0% 0 0 0
setivar_object (click) 5493 4561 8 54 0 0% 0 0 0
setivar_young (click) 6280 5537 9 62 0 0% 0 0 0
str_concat (click) 6732 6350 10 76 0 0% 0 0 0
throw (click) 3939 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.