From 56128cdf9a0edfed488efb45fe6c085de3f46caf Mon Sep 17 00:00:00 2001 From: Sean Kim Date: Wed, 8 Jan 2025 20:35:51 +0100 Subject: [PATCH] Cleanup: Add developer docs link in benchmark.py for more information Pull Request: https://projects.blender.org/blender/blender/pulls/132814 --- tests/performance/benchmark.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/performance/benchmark.py b/tests/performance/benchmark.py index ca3df4e6ba1..e6d5c953371 100755 --- a/tests/performance/benchmark.py +++ b/tests/performance/benchmark.py @@ -2,6 +2,12 @@ # SPDX-FileCopyrightText: 2020-2023 Blender Authors # # SPDX-License-Identifier: Apache-2.0 +""" +The main entry point to running benchmark tests. + +See https://developer.blender.org/docs/handbook/testing/performance/ +for a general introduction to the topic. +""" import api import argparse