YJIT Benchmarks

Details for Benchmarks at 2022-02-05 19:12:01

Overall YJIT is 31.0% faster than interpreted CRuby!
On Railsbench specifically, YJIT is 29.7% 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 174 20 174 75 174 20 174
hexapdf 5 15 20 15 20 15
liquid-render 5 146 20 146 75 146 20 146
mail 5 122 20 122 75 122 20 122
psych-load 5 15 20 15 75 15 20 15
railsbench 5 15 20 15 75 15 20 15
binarytrees 5 75 20 75 75 75 20 75
discourse 5 36 20 36 75 36 20 36
erubi 5 47 20 47 75 47 20 47
erubi_rails 5 947 20 947 75 947 20 947
fannkuchredux 5 15 20 15 75 15 20 15
lee 5 22 20 22 75 22 20 22
nbody 5 287 20 287 75 287 20 287
optcarrot 5 15 20 15 75 15 20 15
rubykon 5 15 20 15 38 15 20 15
30k_ifelse 5 55 20 55 75 55 20 55
30k_methods 5 22 20 22 30 22 20 22
cfunc_itself 5 423 20 423 75 423 20 423
fib 5 320 20 320 75 320 20 320
getivar 5 799 20 799 75 799 20 799
keyword_args 5 372 20 372 75 372 20 372
respond_to 5 105 20 105 75 105 20 105
setivar 5 1763 20 1763 75 1763 20 1763

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) 999249 766647 185 1196 0 0% 0 0 0
hexapdf (click) 1118353 916134 599 8163 613 7% 0 0 321
liquid-render (click) 489105 389157 143 1503 95 6% 0 0 1
mail (click) 883153 662074 325 5311 125 2% 0 0 39
psych-load (click) 336657 266712 59 434 1 0% 0 0 0
railsbench (click) 2534609 1932436 1297 9317 268 2% 0 0 26
binarytrees (click) 151761 116278 11 59 0 0% 0 0 0
discourse (click) 23274129 11615130 3107 294642 271297 92% 2 0 133
erubi (click) 330449 261910 10 79 0 0% 0 0 0
erubi_rails (click) 1908689 1437865 262 1875 18 0% 0 0 3
fannkuchredux (click) 165009 126647 8 189 0 0% 0 0 0
lee (click) 377617 297705 45 587 69 11% 0 0 12
nbody (click) 161041 123479 10 159 0 0% 0 0 0
optcarrot (click) 488273 429109 198 3576 20 0% 0 0 0
rubykon (click) 292881 236470 140 1533 1 0% 0 0 0
30k_ifelse (click) 5540817 4336602 9263 57805 0 0% 0 0 0
30k_methods (click) 2155473 1644735 5782 19362 0 0% 0 0 0
cfunc_itself (click) 149713 114578 8 50 0 0% 0 0 0
fib (click) 148305 114186 8 39 0 0% 0 0 0
getivar (click) 150033 116697 8 66 0 0% 0 0 0
keyword_args (click) 150609 115219 9 52 0 0% 0 0 0
respond_to (click) 151889 116032 8 65 0 0% 0 0 0
setivar (click) 150545 115550 8 39 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.