Skip to content

Commit

Permalink
Fix bug: IgnoreInheritance in lookup (#6146)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 21, 2025
1 parent f609369 commit 099b90e
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": 1891.75
"value": 1877.0
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 503.5625
"value": 502.6875
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 504.375
"value": 505.8125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1877.75
"value": 1868.5625
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 502.625
"value": 504.75
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 503.5625
"value": 504.5625
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 604.1875
"value": 606.1875
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix gcc downstream compiler optimization level corresponding to OptimizationLevel::Maximal (#6137)
4c2c0856c21cbcc20a9c88cd2f403e2197229dbb
Fix bug: IgnoreInheritance in lookup (#6146)
151bdb837f514caf5cde873aa39571525ba2e80f

0 comments on commit 099b90e

Please sign in to comment.