Skip to content

Commit

Permalink
Avoid using the backend validation when using test server (#6094)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 17, 2025
1 parent 8fe689e commit d16c24d
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": 1874.6875
"value": 1878.875
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 491.6875
"value": 497.0
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 493.75
"value": 498.125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1854.75
"value": 1860.0
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 493.8125
"value": 492.625
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 494.625
"value": 491.625
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 584.3125
"value": 589.5625
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Move global variable initialization into entry points for WGSL (#6106)
dfb369e87dd7638e84efe8feb9e7069e5238b44c
Avoid using the backend validation when using test server (#6094)
f68d493d55eddd03d5eb5faad05c4628a2af2d91

0 comments on commit d16c24d

Please sign in to comment.