Skip to content

Commit

Permalink
Fix unexported spReflectionEntryPoint_GetFunction (#5260)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 15, 2024
1 parent 88c40f0 commit 4941312
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": 1808.0
"value": 1798.5625
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 491.25
"value": 490.5625
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 492.75
"value": 492.0
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1791.625
"value": 1802.5625
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 489.5625
"value": 489.5
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 490.1875
"value": 491.375
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 593.5625
"value": 596.25
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Misc build fixes. (#5271)
f857815a8c0a4e8d4f35c9a49c655545fb692195
Fix unexported spReflectionEntryPoint_GetFunction (#5260)
456df23cff531566dfe3a6ca7be998f1251b1774

0 comments on commit 4941312

Please sign in to comment.