YJIT Benchmarks

Details for Benchmarks at 2021-12-21 19:10:20

Overall YJIT is 29.1% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 26.8% 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 174 20 174 75 174 20 174
mail 5 141 20 141 75 141 20 141
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 52 20 52 75 52 20 52
erubi_rails 5 623 20 623 75 623 20 623
fannkuchredux 5 15 20 15 53 15 20 15
jekyll 5 15 20 15 36 15 20 15
lee 5 27 20 27 75 27 20 27
nbody 5 344 20 344 75 344 20 344
optcarrot 5 15 20 15 75 15 20 15
rubykon 5 15 20 15 44 15 20 15
30k_ifelse 5 65 20 65 75 65 20 65
30k_methods 5 26 20 26 44 26 20 26
cfunc_itself 5 499 20 499 75 499 20 499
fib 5 384 20 384 75 384 20 384
getivar 5 564 20 564 75 564 20 564
keyword_args 5 437 20 437 75 437 20 437
respond_to 5 129 20 129 75 129 20 129
setivar 5 510 20 510 75 510 20 510

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) 973738 742531 185 1194 0 0% 0 0 0
hexapdf (click) 1120298 914316 599 8113 618 7% 0 0 321
liquid-render (click) 469559 371134 143 1445 95 6% 0 0 1
mail (click) 864042 641403 325 5398 124 2% 0 0 39
psych-load (click) 296289 233213 57 423 1 0% 0 0 0
railsbench (click) 2511458 1899602 1295 9251 266 2% 0 0 26
binarytrees (click) 112485 86269 9 48 0 0% 0 0 0
erubi (click) 274401 215285 8 35 0 0% 0 0 0
erubi_rails (click) 2458978 1771438 260 1998 17 0% 0 0 3
fannkuchredux (click) 128485 98279 6 202 0 0% 0 0 0
jekyll (click) 1844394 1482512 338 3728 185 4% 0 0 0
lee (click) 335841 263901 43 557 66 11% 0 0 12
nbody (click) 121893 93470 8 148 0 0% 0 0 0
optcarrot (click) 451621 399611 196 3566 20 0% 0 0 0
rubykon (click) 256933 209121 138 1560 1 0% 0 0 0
30k_ifelse (click) 5502117 4306922 9261 57794 0 0% 0 0 0
30k_methods (click) 2116773 1615055 5780 19351 0 0% 0 0 0
cfunc_itself (click) 111077 84898 6 39 0 0% 0 0 0
fib (click) 110053 84835 6 28 0 0% 0 0 0
getivar (click) 111781 87346 6 55 0 0% 0 0 0
keyword_args (click) 112421 85868 7 41 0 0% 0 0 0
respond_to (click) 113189 86352 6 54 0 0% 0 0 0
setivar (click) 111717 85870 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.