From b9969ccf596304e113adb67f8c8392325926503e Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 5 Jan 2025 01:59:17 -0800 Subject: [PATCH] CI: Build the full slang-wasm.[js|wasm] targets instead of just the slang library. (#5998) https://github.com/shader-slang/slang/commit/f0431b8c223c39fb627381f09d1664131690c9fc --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index f13765a..2158e71 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -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 } ] \ No newline at end of file diff --git a/current b/current index d6d8e12..cf66fd2 100644 --- a/current +++ b/current @@ -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