Skip to content

Commit

Permalink
Allow lookups of overloaded methods. (#5110)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 19, 2024
1 parent 32f9940 commit 28e6b84
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": 1799.5625
"value": 1816.875
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 489.0625
"value": 491.5
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 490.25
"value": 516.625
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1788.8125
"value": 1800.0
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 487.0625
"value": 486.75
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 488.0625
"value": 486.375
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 589.875
"value": 587.25
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
refactor render test to use latest slang-rhi (#5119)
3861be7ce5bd3ffc1bc60f2c3f7f41647145d575
Allow lookups of overloaded methods. (#5110)
dd3d80e61b316390a468a142de2be2fb85b73d0d

0 comments on commit 28e6b84

Please sign in to comment.