Skip to content

Commit

Permalink
Make -depfile work for binary modules output too (#6126)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 18, 2025
1 parent d16c24d commit 0c07302
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": 1878.875
"value": 1877.75
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 497.0
"value": 504.6875
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 498.125
"value": 504.3125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1860.0
"value": 1877.5
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 492.625
"value": 506.4375
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 491.625
"value": 503.875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 589.5625
"value": 608.75
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Avoid using the backend validation when using test server (#6094)
f68d493d55eddd03d5eb5faad05c4628a2af2d91
Make -depfile work for binary modules output too (#6126)
d09b6bccd5f06c1dd66dc28603a3defdd8615a12

0 comments on commit 0c07302

Please sign in to comment.