The Blender benchmark and Open Data platform. https://opendata.blender.org
Go to file
Francesco Siddi f1e577d6e1 Update About page with uninstall info 2024-02-25 16:03:02 +01:00
benchmark_script Preliminary support of oneAPI compute type 2022-09-01 17:04:52 +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 Cron: suppress zip output to avoid cron spammail 2024-01-11 18:02:26 +01:00
website Update About page with uninstall info 2024-02-25 16:03:02 +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 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
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
deploy.sh Deploy: Update deploy.sh 2024-02-25 16:02:47 +01:00
test.sh Add project tests 2019-11-22 11:51:34 +01:00

README.md

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.