Cleanup: Add developer docs link in benchmark.py for more information

Pull Request: https://projects.blender.org/blender/blender/pulls/132814
This commit is contained in:
Sean Kim
2025-01-08 20:35:51 +01:00
committed by Sean Kim
parent 1210cc5d52
commit 56128cdf9a

View File

@@ -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