From e6d6efdb673ff1490417f7a42adec9e833dcae34 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 21 Feb 2024 15:52:10 +0000 Subject: [PATCH] Add another link to the benchmark docs. There is one at the top of the main readme, but multiple people have failed to find that, so add another link in the part of the doc they are looking at instead... Test: treehugger Change-Id: I953f95a6cfcea079110923d58b60a4f7ff9b8ed2 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e731e5f30..0ad06a8b1 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,9 @@ either, as `make tests` covers a few additional modules, but generally speaking ## Running the tests -The tests are all built from the tests/ directory. +The tests are all built from the tests/ directory. There is a separate +directory `benchmarks/` containing benchmarks, and that has its own +documentation on [running the benchmarks](benchmarks/README.md). ### Device tests