forked from shader-slang/slang-material-modules-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmarks.json
More file actions
37 lines (37 loc) · 795 Bytes
/
Copy pathbenchmarks.json
File metadata and controls
37 lines (37 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"name": "closesthit : mono : dxil",
"unit": "milliseconds",
"value": 1826.3125
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 503.625
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 503.8125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1806.9375
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 502.8125
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 502.5625
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 626.4375
}
]