Skip to content

Commit

Permalink
Initial -embed-spirv support (#4974)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 5, 2024
1 parent 06e8685 commit 9bec108
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
{
"name": "closesthit : mono : dxil",
"unit": "milliseconds",
"value": 1815.5
"value": 1804.1875
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 485.4375
"value": 483.6875
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 484.5625
"value": 485.3125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1794.375
"value": 1799.5625
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 483.375
"value": 484.125
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 483.5625
"value": 484.6875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 576.0625
"value": 570.9375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Remove unused package in primary benchmark script (#5014)
959f55de964ff108947db72a3f8d25b39995f2c8
Initial -embed-spirv support (#4974)
313677160a186efebf83fab4df7d08dd119a5cd2

0 comments on commit 9bec108

Please sign in to comment.