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