From c917e43b76f7488fd5d40e3c5d3ab4f788b9a3da Mon Sep 17 00:00:00 2001 From: jjpinto Date: Fri, 23 Jan 2026 20:28:18 -0500 Subject: [PATCH] Revise note on benchmarking tool usage Corrected wording for clarity and consistency. --- docs/content/development/benchmark.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/development/benchmark.md b/docs/content/development/benchmark.md index 2525f36c9..dce30c77f 100644 --- a/docs/content/development/benchmark.md +++ b/docs/content/development/benchmark.md @@ -8,5 +8,5 @@ bref = "Watermill Benchmark" You can find benchmarking tools and results in the [github.com/ThreeDotsLabs/watermill-benchmark](https://github.com/ThreeDotsLabs/watermill-benchmark) repository. -**Note they are meant as rough estimations and should not be used to decide which Pub/Sub is the best pick.** -Performance depends on many factors and configurations, and it's always best to test it in your environment. +**Note, they are meant as rough estimate and should not be used to decide which Pub/Sub is the best choice.** +Performance depends on many factors, including configuration, and it's always best to test performance in your own environment.