Skip to content

Commit

Permalink
Open existential on arguments after overload resolution. (#4982)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 4, 2024
1 parent d08522d commit eaf5401
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": 3166.0625
"value": 4945.6875
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 819.4375
"value": 1016.9375
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 820.8125
"value": 1158.25
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 3204.4375
"value": 3198.0
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 826.625
"value": 815.25
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 818.8125
"value": 814.1875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 950.0
"value": 947.4375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Push benchmark results to a viewable page (#4996)
56a3c028a6725e13a2ae3a724eaee05ad9f4802a
Open existential on arguments after overload resolution. (#4982)
599dae52e85d2a86bf3cae1ebd0883fedf44a76e

0 comments on commit eaf5401

Please sign in to comment.