Skip to content

Commit

Permalink
Fix implicit string conversion breaking NativeStrings (#6035)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 10, 2025
1 parent e80d735 commit 26427a6
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": 1883.5
"value": 1864.9375
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 490.25
"value": 485.1875
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 488.375
"value": 488.8125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1863.6875
"value": 1865.1875
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 487.5
"value": 486.1875
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 489.875
"value": 485.1875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 581.125
"value": 577.6875
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Upgrade actions/upload-artifact from v3 to v4 (#6051)
b72e62f5caacd16cb98ee4a746ad06a536691e27
Fix implicit string conversion breaking NativeStrings (#6035)
e8217c70072080e9d1f499cb670cc08f146818f2

0 comments on commit 26427a6

Please sign in to comment.