From 8948deae740bf80319bc52b7bba23c2b589a363f Mon Sep 17 00:00:00 2001 From: Martin Kuba Date: Fri, 27 Oct 2023 10:40:16 -0700 Subject: [PATCH] docs: fixed link to benchmark results --- doc/contributing/benchmark-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/benchmark-tests.md b/doc/contributing/benchmark-tests.md index e97b1659b8..4fad7141ee 100644 --- a/doc/contributing/benchmark-tests.md +++ b/doc/contributing/benchmark-tests.md @@ -5,7 +5,7 @@ Benchmark tests are intended to measure performance of small units of code. It is recommended that operations that have a high impact on the performance of the SDK (or potential for) are accompanied by a benchmark test. This helps end-users understand the performance trend over time, and it also helps maintainers catch performance regressions. -Benchmark tests are run automatically with every merge to main, and the results are available at . +Benchmark tests are run automatically with every merge to main, and the results are available at . ## Running benchmark tests