From a48e31c975879caf5859c2b4c0dca78b87421907 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 16 Nov 2024 10:55:18 -0800 Subject: [PATCH] Update `BENCHMARKS_LOCAL_README.md` reference Signed-off-by: Emmanuel Ferdman --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b336392ec92..d8da59e2090 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,7 +17,7 @@ The documentation in this repo is organized into the following sections: - [Microbenchmarks Guide](../src/benchmarks/micro/README.md) for information on running our microbenchmarks. - [Micro Benchmarks of .NET Runtime(s)](../src/benchmarks/micro/README.md) - Information on benchmarks of .NET Runtime(s). - [Microbenchmarks design guidelines](microbenchmark-design-guidelines.md) - Detailed guidelines on how to design and write microbenchmarks. -- [benchmarks_local.py script guide](../src/scripts/BENCHMARKS_LOCAL_README.md) - Description of a script for testing the performance of the different dotnet/runtime build types locally. +- [benchmarks_local.py script guide](../scripts/BENCHMARKS_LOCAL_README.md) - Description of a script for testing the performance of the different dotnet/runtime build types locally. - [ResultsComparer tool](../src/tools/ResultsComparer/README.md) - Information on tool which allows for easy comparison of provided benchmark results. - [Serializers Benchmarks](../src/benchmarks/micro/Serializers/README.md) - Information on benchmarks of the most popular serializers. - [bepuphysics2 Benchmarks](../src/benchmarks/real-world/bepuphysics2/README.md) - Information on benchmarks of bepuphysics2 library.