Skip to content

Commit

Permalink
Fix cyclic lookups with UnscopedEnums (#6110)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 17, 2025
1 parent f130033 commit b3f0cab
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": 1880.4375
"value": 1863.625
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 491.75
"value": 489.5
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 494.5
"value": 489.5
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1873.5
"value": 1853.4375
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 492.0
"value": 489.0
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 494.375
"value": 495.6875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 586.375
"value": 578.3125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
C-like emitter: Add parenthesis when combining relational and bitwise… (#6070)
e771f1945ed692168a2634d66a0907acc9c68858
Fix cyclic lookups with UnscopedEnums (#6110)
d3ad6bb4997d3b7ba2dc9653a2d5f7dc965b150f

0 comments on commit b3f0cab

Please sign in to comment.