This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/examples/benchmark.json
Markus Ritberger 6e3de6da6b Adjust opendata communication to new format
Opendata changed its api format
2018-07-05 23:48:56 +02:00

48 lines
1.2 KiB
JSON

{
"data": {
"blender_version": {
"build_commit_time": "2018-02-16T02:51:53.248159+00:00",
"build_time": "2018-02-16T02:51:53.248159+00:00",
"build_hash": "f6107af4cf4",
"version": "2.79 (sub 2)"
},
"device_info": {
"compute_devices": [
"Intel Xeon CPU E5-2699 v4 @ 2.20GHz"
],
"device_type": "CPU",
"num_cpu_threads": 44
},
"scenes": [
{
"name": "barbershop_interior",
"stats": {
"device_memory_usage": 142.13,
"device_peak_memory": 142.13,
"pipeline_render_time": 117.74000000000001,
"render_time_no_sync": 115.614,
"result": true,
"total_render_time": 116.766
}
}
],
"system_info": {
"bitness": "64bit",
"cpu_brand": "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz",
"devices": [
{
"name": "Intel Xeon CPU E5-2699 v4 @ 2.20GHz",
"type": "CPU"
}
],
"dist_name": "debian",
"dist_version": "buster/sid",
"machine": "x86_64",
"num_cpu_cores": 22,
"num_cpu_sockets": 1,
"num_cpu_threads": 44,
"system": "Linux"
},
"timestamp": "2018-02-16T02:51:53.248159+00:00"
}
}