This is an automated email from the ASF dual-hosted git repository.
piotr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new 41d329be4 fix(bench): fix failed to run pinned-consumer bench (#2444)
41d329be4 is described below
commit 41d329be4afa8ea2db22f9d24758ab296ca9aa0a
Author: tungtose <[email protected]>
AuthorDate: Fri Dec 5 16:52:09 2025 +0700
fix(bench): fix failed to run pinned-consumer bench (#2444)
---
scripts/run-benches.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/run-benches.sh b/scripts/run-benches.sh
index 1bfc02659..aa228d28b 100755
--- a/scripts/run-benches.sh
+++ b/scripts/run-benches.sh
@@ -54,7 +54,7 @@ echo
# Start tcp poll bench
echo "Running iggy-bench pinned-consumer tcp..."
-poll_results=$(target/release/iggy-bench pinned-consumer tcp | grep -e
"Results: total throughput")
+poll_results=$(target/release/iggy-bench pinned-consumer tcp | grep -e
"Consumers Results: Total throughput")
echo "Poll results:"
echo "${poll_results}"