From 75629d2988cfcc3bb124358a7a4135ae58a8453d Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 13 Nov 2025 21:43:01 +0100 Subject: [PATCH] feat: improved examples and added direct compare --- docs/benchmarking/phoronix-test-suite.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/benchmarking/phoronix-test-suite.md b/docs/benchmarking/phoronix-test-suite.md index 891dcf1..bb2549a 100644 --- a/docs/benchmarking/phoronix-test-suite.md +++ b/docs/benchmarking/phoronix-test-suite.md @@ -39,8 +39,15 @@ Run the benchmark. phoronix-test-suite batch-benchmark fio sysbench ``` +Or compare a system directly to a previous result. + +```shell +phoronix-test-suite benchmark 2511138-NE-2511139NE28 +``` + ## Results The results can be uploaded to the openbenchmark.org website for easy sharing. -[Example]() +[Two-Way example]() +[Three-Way example]()