From 02e0e6e7429fdf211eed24625d1d596db3343bee Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Sep 2024 16:27:39 -0700 Subject: [PATCH] Synthesize conformance for generic requirements. (#5111) https://github.com/shader-slang/slang/commit/26ca9c5b0657489f82a221c62903cbc802aaa6a0 --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index e74f824..f139fa2 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1816.875 + "value": 1786.875 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 491.5 + "value": 484.9375 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 516.625 + "value": 485.75 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1800.0 + "value": 1777.9375 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 486.75 + "value": 485.3125 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 486.375 + "value": 486.25 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 587.25 + "value": 584.375 } ] \ No newline at end of file diff --git a/current b/current index 631321b..ef9133a 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Allow lookups of overloaded methods. (#5110) -dd3d80e61b316390a468a142de2be2fb85b73d0d +Synthesize conformance for generic requirements. (#5111) +26ca9c5b0657489f82a221c62903cbc802aaa6a0