From 36df258dffba9eeb38d3ca1022042596ea2e9b43 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Sep 2024 07:54:28 -0700 Subject: [PATCH] Document All Capability Atoms and Profiles (#5008) https://github.com/shader-slang/slang/commit/d4aeb18cb348104fa6b036393488df780902a353 --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 70de219..433dcda 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 7090.625 + "value": 5231.6875 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 837.9375 + "value": 1077.25 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 824.625 + "value": 1186.625 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 3156.5 + "value": 4818.625 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 819.4375 + "value": 867.8125 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 819.875 + "value": 843.875 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 954.125 + "value": 1486.75 } ] \ No newline at end of file diff --git a/current b/current index 5d6c89a..062442c 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980) -a7e911985327be427d6ff96bd7548ab1b06d3103 +Document All Capability Atoms and Profiles (#5008) +d4aeb18cb348104fa6b036393488df780902a353