- The result JSON now includes the benchmark client version, and as a result the schema version has been bumped to 1. This version is not checked yet on the server, so it's at the moment purely cosmetic. - Latest version of the Benchmark Client is configured in LATEST_CLIENT_VERSIONS['BENCHMARK']. This allows us to have different clients with different latest versions. - An empty string as 'latest version' disables the version check altogether. This allows us to push to the production servers before we release the client version that actually includes the version information.
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"data": {
|
|
"benchmark_client": {
|
|
"client_version": "1.0b2"
|
|
},
|
|
"blender_version": {
|
|
"build_commit_date": "2018-03-22",
|
|
"build_commit_time": "14:10",
|
|
"build_date": "2018-03-22",
|
|
"build_hash": "f4dc9f9d68b",
|
|
"build_time": "14:39:03",
|
|
"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": "OK",
|
|
"total_render_time": 116.766
|
|
}
|
|
},
|
|
{
|
|
"name": "classroom",
|
|
"stats": {
|
|
"device_memory_usage": 25.91,
|
|
"device_peak_memory": 25.91,
|
|
"pipeline_render_time": 0.2,
|
|
"render_time_no_sync": 0.0279579,
|
|
"result": "CRASH",
|
|
"total_render_time": 0.178061
|
|
}
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
}
|