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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user