The Blender benchmark and Open Data platform. https://opendata.blender.org
 
 
 
 
 
 
Go to file
Francesco Siddi 3ef155717e Website: Fix vulnerability in search
Some search values were not properly escaped before being used in the
DOM. Special thanks to Pedro "TheZakMan" Araujo for reporting this!
2023-09-15 23:46:49 +02: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 Deploy: Update references from master to main 2023-05-05 19:04:24 +02:00
website Website: Fix vulnerability in search 2023-09-15 23:46:49 +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
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.