From 45c51a3335eccf132648c10f974832b574dc613e Mon Sep 17 00:00:00 2001 From: Martin Kourim Date: Fri, 21 Aug 2026 19:09:30 +0200 Subject: [PATCH] docs: link sync results to tag testing Point to the per-release reports in Tag Testing, where the sync results now live, using a Sphinx cross-reference. --- src_docs/source/test_results/sync_tests.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src_docs/source/test_results/sync_tests.rst b/src_docs/source/test_results/sync_tests.rst index 46a29943b..da84a9564 100644 --- a/src_docs/source/test_results/sync_tests.rst +++ b/src_docs/source/test_results/sync_tests.rst @@ -8,3 +8,6 @@ The sync tests evaluate the performance of syncing the Cardano mainnet from gene - **Node resource usage** – including CPU and memory utilization The source code for these tests is available in the `cardano-sync-tests `__ repository. + +Results for each `cardano-node` release are linked from the corresponding report in +:doc:`tag_tests`.