I’m trying to get an open data benchmark number for an arm64 system. Earlier, I managed to cross-compile the launcher
to arm64, but when it tries to download a blender binary it (not surprisingly) says there are “no supported blender versions for this operating system”.
I’ve since built blender from source and I can use that binary to run blender-benchmark-script-3.1.0 (similar to Run Offline on Blender - Open Data) and that outputs a bit of JSON. However, it seems the launcher is needed to gather one or more of those JSON snippets and compute and submit the final benchmark score? Is it even possible to get an overall benchmark score when using a custom blender binary?