This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-benchmark-bundle/benchmark
Sybren A. Stüvel 3bae5244cf Change benchmark result 'stats' key to 'scenes' with different content
Old:
   'stats': [
        {'scene_name': 'somescene', 'otherstat': 123}
    ]
New:
   'scenes': [
        {'name': 'somescene', stats: {'otherstat': 123}}
    ]
2018-08-09 18:04:16 +02:00
..
2018-08-07 17:07:44 +02:00