1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Less bravado in YJIT performance claims

YJIT can't improve performance of non Ruby software of course.
This commit is contained in:
Alan Wu 2021-12-24 11:59:57 -05:00
parent 628e845843
commit b81faf4b1f

View file

@ -462,7 +462,8 @@ See [this blog post](https://shopify.engineering/yjit-just-in-time-compiler-crub
* Disabled by default, use `--yjit` command-line option to enable YJIT.
* Performance improvements on most real-world software, up to 22% on railsbench, 39% on liquid-render.
* Performance improvements on benchmarks based on real-world software,
up to 22% on railsbench, 39% on liquid-render.
* Fast warm-up times.