Skip to content

Commit

Permalink
Fix race condition for building stdlib headers (#5272)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 14, 2024
1 parent 579ca91 commit 26a5e7c
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": 1803.5
"value": 1809.875
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 488.75
"value": 489.625
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 489.25
"value": 489.5
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1787.1875
"value": 1781.5
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 490.0625
"value": 489.625
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 488.0625
"value": 492.5
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 592.8125
"value": 593.3125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Restrict stdlib embed macros to single source file (#5251)
e91e1d4d54a14d985626318e5cf46635bfa4006d
Fix race condition for building stdlib headers (#5272)
3b12b66a45fa48131eee181731682a02a72d54e6

0 comments on commit 26a5e7c

Please sign in to comment.