From 5115afaca287f2f45c06b71180c899ef0860973d Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 14 Jun 2023 12:41:24 +0200 Subject: [PATCH] Rename benchmark to benchmark.py Windows does not really have an idea of shebangs, and it needs to go via a file extension to see that the script is to be executed by Python. This change simplifies execution from `python3 benchmark ...` to `benchmark.py ...`. Pull Request: https://projects.blender.org/blender/blender/pulls/108971 --- tests/performance/{benchmark => benchmark.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/performance/{benchmark => benchmark.py} (100%) diff --git a/tests/performance/benchmark b/tests/performance/benchmark.py similarity index 100% rename from tests/performance/benchmark rename to tests/performance/benchmark.py