Skip to content

Commit

Permalink
Fix release build failure (#5285)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 14, 2024
1 parent 26a5e7c commit cb904ea
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": 1809.875
"value": 1802.5
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 489.625
"value": 488.625
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 489.5
"value": 490.125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1781.5
"value": 1786.9375
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 489.625
"value": 486.5625
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 492.5
"value": 488.9375
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 593.3125
"value": 592.6875
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix race condition for building stdlib headers (#5272)
3b12b66a45fa48131eee181731682a02a72d54e6
Fix release build failure (#5285)
5126d58ab2252357014df4136a4a1e07c7c2d5f4

0 comments on commit cb904ea

Please sign in to comment.