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:
parent
628e845843
commit
b81faf4b1f
1 changed files with 2 additions and 1 deletions
3
NEWS.md
3
NEWS.md
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue