Skip to content

Commit

Permalink
Synthesize conformance for generic requirements. (#5111)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 19, 2024
1 parent 28e6b84 commit 02e0e6e
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": 1816.875
"value": 1786.875
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 491.5
"value": 484.9375
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 516.625
"value": 485.75
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1800.0
"value": 1777.9375
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 486.75
"value": 485.3125
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 486.375
"value": 486.25
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 587.25
"value": 584.375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Allow lookups of overloaded methods. (#5110)
dd3d80e61b316390a468a142de2be2fb85b73d0d
Synthesize conformance for generic requirements. (#5111)
26ca9c5b0657489f82a221c62903cbc802aaa6a0

0 comments on commit 02e0e6e

Please sign in to comment.