From 319879e0cedb9622e451d9d5fa629ab65653d142 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Sep 2024 15:10:39 -0700 Subject: [PATCH] Lower the priority of looking up the rank of scope (#5065) https://github.com/shader-slang/slang/commit/3240799c00488858afc7eeac9d1dc479609a1040 --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 813a8a3..b6098d4 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1807.3125 + "value": 1793.6875 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 490.4375 + "value": 488.0625 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 489.8125 + "value": 485.5625 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1791.75 + "value": 1785.0 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 486.0 + "value": 485.375 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 486.75 + "value": 486.125 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 590.25 + "value": 586.375 } ] \ No newline at end of file diff --git a/current b/current index d570859..094e059 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097) -2d83875f4b376f047c4541a6f6c13d36e5aa228b +Lower the priority of looking up the rank of scope (#5065) +3240799c00488858afc7eeac9d1dc479609a1040