summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <alanwu@ruby-lang.org>2021-12-24 11:59:57 -0500
committerAlan Wu <alanwu@ruby-lang.org>2021-12-24 11:59:57 -0500
commitb81faf4b1fc0e3373596e667084e5c5d54779375 (patch)
tree4e02032b408f95e572e5e7bffbf4fc3a6f5d200f
parent628e84584399f1ddaaf7bee8cba73132e421f703 (diff)
Less bravado in YJIT performance claims
YJIT can't improve performance of non Ruby software of course.
-rw-r--r--NEWS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 0a211220aa..dca8e64bfb 100644
--- a/NEWS.md
+++ b/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.