From d139c6b99dc5304c314d424a46a78469689c3edb Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Sep 2024 10:12:22 -0700 Subject: [PATCH] Add fallback flag for sccache (#5170) https://github.com/shader-slang/slang/commit/68c283424e9959902fe53d51085ebdd441705595 --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 0c3b98a..84368d3 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1802.6875 + "value": 1802.125 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 488.25 + "value": 487.875 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 489.3125 + "value": 489.5 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1806.6875 + "value": 1857.25 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 492.5 + "value": 488.1875 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 487.8125 + "value": 488.25 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 616.25 + "value": 589.3125 } ] \ No newline at end of file diff --git a/current b/current index 61b3001..18f79fc 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -export CMAKE_SYSTEM_PROCESSOR for cross compilation builds (#5171) -70925fecce973bcde97b6e387e5f9ff204ac3e08 +Add fallback flag for sccache (#5170) +68c283424e9959902fe53d51085ebdd441705595