Skip to content

Commit

Permalink
slang-test: retry failed test at the end. (#5255)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 11, 2024
1 parent 5a7e09a commit 789df75
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": 1795.0625
"value": 1786.4375
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 488.5625
"value": 486.125
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 489.75
"value": 488.5
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1784.4375
"value": 1785.4375
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 489.5
"value": 488.8125
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 490.25
"value": 487.4375
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 591.375
"value": 591.0625
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix links in stdlib reference category landing page. (#5250)
80c18515df8376efe97e4c93492e0f6c4cc44af7
slang-test: retry failed test at the end. (#5255)
466fb5bd79c46863dc50817372cb852838a9a807

0 comments on commit 789df75

Please sign in to comment.