Skip to content

Commit

Permalink
Restrict stdlib embed macros to single source file (#5251)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 11, 2024
1 parent b3c4557 commit 579ca91
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": 1802.5625
"value": 1803.5
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 490.4375
"value": 488.75
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 492.1875
"value": 489.25
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1796.5
"value": 1787.1875
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 490.6875
"value": 490.0625
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 488.5625
"value": 488.0625
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 595.125
"value": 592.8125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Add slang-wasm target (#5237)
dfab34e4bf508fc517d4d645ebb3b6b1179a5003
Restrict stdlib embed macros to single source file (#5251)
e91e1d4d54a14d985626318e5cf46635bfa4006d

0 comments on commit 579ca91

Please sign in to comment.