Skip to content

Commit

Permalink
Lower the priority of looking up the rank of scope (#5065)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 18, 2024
1 parent 57b016a commit 319879e
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": 1807.3125
"value": 1793.6875
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 490.4375
"value": 488.0625
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 489.8125
"value": 485.5625
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1791.75
"value": 1785.0
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 486.0
"value": 485.375
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 486.75
"value": 486.125
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 590.25
"value": 586.375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
2d83875f4b376f047c4541a6f6c13d36e5aa228b
Lower the priority of looking up the rank of scope (#5065)
3240799c00488858afc7eeac9d1dc479609a1040

0 comments on commit 319879e

Please sign in to comment.