0
0
We have ported the Blender Benchmark code to support ARM64 architecture on Windows. This task involved modifying the existing codebase to ensure compatibility with the native ARM64 version of Blender. The changes have been tested.
Go to file
2024-10-09 15:55:27 +05:30
benchmark_script Bump the benchmark script version 2024-10-01 15:49:48 +02:00
launcher porting Blender-Benchmark for Windows ARM64 2024-10-09 15:55:27 +05:30
launcher_authenticator Docs: mention Python and poetry versions 2024-01-25 16:13:13 +01:00
playbooks Playbooks,docs: minor changes 2024-09-06 13:40:56 +02:00
website Docs: Update develop setup instructions with git submodule init 2024-09-12 18:20:12 +02:00
.arcconfig Add arcanist configuration 2021-11-08 16:18:05 +01:00
.gitignore Ignore .python-version file 2023-05-15 12:18:12 +02:00
.gitmodules Deps: Update freetype2 repo url 2023-04-19 14:43:04 +02:00
ARCHITECTURE.md More tests and documentation 2019-11-29 14:29:15 +01:00
BUILD.md Documentation and asset distribution scripts 2019-11-29 14:51:26 +01:00
deploy.sh Deploy: Update deploy.sh 2024-02-25 16:02:47 +01:00
DEVELOP.md Add package target for launcher 2019-12-18 16:37:50 +01:00
LICENSE Add LICENSE 2022-01-31 02:38:11 +01:00
Makefile Fix building packages from the "main" makefile 2022-03-01 11:47:47 +01:00
README.md Documentation and asset distribution scripts 2019-11-29 14:51:26 +01:00
test.sh Add project tests 2019-11-22 11:51:34 +01:00

Blender Open Data

Blender Open Data is a platform to collect and display the results of hardware and software performance tests. In the future, analytics, telemetry and more might also be made available. Currently, the platform consists of four parts:

  • /website: the portal for viewing, querying, and managing data samples.
  • /launcher: the benchmark launcher for downloading Blender versions and scenes and coordinating benchmarks against them.
  • /launcher_authenticator: a websocket service that handles authentication of the benchmark launcher using tokens.
  • /benchmark_script: the Python script that is run within Blender and gathers system information and runs benchmarks.

For information on how these parts work internally see:

For information on how these parts are tied together see ARCHITECTURE.md.