From 28e6b84191e157e53ab95d01105efbc91a40f14c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Sep 2024 14:13:32 -0700 Subject: [PATCH] Allow lookups of overloaded methods. (#5110) https://github.com/shader-slang/slang/commit/dd3d80e61b316390a468a142de2be2fb85b73d0d --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 00bf72e..e74f824 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1799.5625 + "value": 1816.875 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 489.0625 + "value": 491.5 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 490.25 + "value": 516.625 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1788.8125 + "value": 1800.0 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 487.0625 + "value": 486.75 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 488.0625 + "value": 486.375 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 589.875 + "value": 587.25 } ] \ No newline at end of file diff --git a/current b/current index 3cd5b85..631321b 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -refactor render test to use latest slang-rhi (#5119) -3861be7ce5bd3ffc1bc60f2c3f7f41647145d575 +Allow lookups of overloaded methods. (#5110) +dd3d80e61b316390a468a142de2be2fb85b73d0d