From a8091d0c6ae60cee8afc2d8b653efaa8a6079910 Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Mon, 18 Aug 2025 06:04:21 -0600 Subject: [PATCH] chore: Update benchmarking location in contributing docs (#3180) # What does this PR do? Small docs change as requested in https://github.com/llamastack/llama-stack/pull/3160#pullrequestreview-3125038932 ## Test Plan --- docs/source/contributing/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 24bf3f66c..1846f4d97 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -23,12 +23,7 @@ new_vector_database ```{include} ../../../tests/README.md ``` -## Benchmarking - -```{include} ../../../docs/source/distributions/k8s-benchmark/README.md -``` - -### Advanced Topics +## Advanced Topics For developers who need deeper understanding of the testing system internals: @@ -37,3 +32,8 @@ For developers who need deeper understanding of the testing system internals: testing/record-replay ``` + +### Benchmarking + +```{include} ../../../docs/source/distributions/k8s-benchmark/README.md +```