The Blender benchmark and Open Data platform.
https://opendata.blender.org
benchmark_script | ||
launcher | ||
launcher_authenticator | ||
playbooks | ||
website | ||
.arcconfig | ||
.gitignore | ||
.gitmodules | ||
ARCHITECTURE.md | ||
BUILD.md | ||
deploy.sh | ||
DEVELOP.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
test.sh |
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
.