Open Data
Go to file
Anna Sirota b4fcd4742b Playbooks: update README 2022-11-03 18:31:18 +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 Add aiopg fix to example config 2022-06-27 13:22:41 +02:00
playbooks Playbooks: update README 2022-11-03 18:31:18 +01:00
website Sort suggestions 2022-10-17 17:36:54 +02:00
.arcconfig Add arcanist configuration 2021-11-08 16:18:05 +01:00
.gitignore Playbooks: update README 2022-11-03 18:31:18 +01:00
.gitmodules Use proper submodule path 2022-02-21 14:05:33 +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
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: Add deploy.sh file 2022-09-21 15:30:01 +02: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.