Skip to content

Commit

Permalink
CI: Build the full slang-wasm.[js|wasm] targets instead of just the s…
Browse files Browse the repository at this point in the history
…lang library. (#5998)

shader-slang/slang@f0431b8
  • Loading branch information
unknown authored and unknown committed Jan 5, 2025
1 parent e1f6f9b commit b9969cc
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": 1877.0625
"value": 1857.75
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 495.875
"value": 486.125
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 496.9375
"value": 487.1875
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1849.0
"value": 1847.375
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 495.1875
"value": 486.6875
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 518.5625
"value": 483.0
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 584.8125
"value": 573.9375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Correct IR generation for no-diff pointer type (#5976)
d48cd130aacbab34bb98d51bb237ad38ff37348c
CI: Build the full slang-wasm.[js|wasm] targets instead of just the slang library. (#5998)
f0431b8c223c39fb627381f09d1664131690c9fc

0 comments on commit b9969cc

Please sign in to comment.