From 95e668ffd84aef9df15b2548a20c0d7809d561ad Mon Sep 17 00:00:00 2001 From: HedgeQuantX Date: Mon, 16 Feb 2026 21:20:46 +0100 Subject: [PATCH] fix(docs): remove defunct --disable-thread-pinning from bench README The --disable-thread-pinning flag was removed from tempo-bench but the macOS example in the README still referenced it, causing confusion for new contributors trying to run benchmarks on macOS. Closes #1503 --- bin/tempo-bench/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/tempo-bench/README.md b/bin/tempo-bench/README.md index 12a280f0db..d51ef1c1e3 100644 --- a/bin/tempo-bench/README.md +++ b/bin/tempo-bench/README.md @@ -146,12 +146,6 @@ Run 15 second benchmark with 20k TPS: tempo-bench run-max-tps --duration 15 --tps 20000 ``` -Run benchmark on MacOS: - -```bash -tempo-bench run-max-tps --duration 15 --tps 20000 --disable-thread-pinning -``` - Run benchmark with less workers than the default: ```bash