Skip to content

Commit

Permalink
Initial Atomic<T> type implementation. (#5125)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 20, 2024
1 parent 724060b commit 6195a79
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": 1867.625
"value": 1812.0625
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 488.875
"value": 491.4375
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 489.25
"value": 492.3125
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1792.4375
"value": 1791.75
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 487.0
"value": 487.75
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 488.625
"value": 489.1875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 590.0625
"value": 595.1875
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Add diagnostic to verify the left hand side of a generic constraint. (#5112)
b4c851fb1419f869bddaa08487f58376bc0a7144
Initial `Atomic<T>` type implementation. (#5125)
490834924cc390cb812713c225b9a8227c66cf1f

0 comments on commit 6195a79

Please sign in to comment.