The Blender benchmark and Open Data platform. https://opendata.blender.org
Go to file
2024-11-07 18:30:07 +01:00
benchmark_script Bump the benchmark script version 2024-10-01 15:49:48 +02:00
launcher Preliminary support of oneAPI compute type 2022-09-01 17:04:52 +02:00
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 Fix: Template tokens verify heading vertical spacing 2024-11-07 18:30:07 +01: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 UI: Blender-open-data web-assets v2 upgrade 2024-11-05 18:10:18 +01: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.