From 559d14dbf032c6afa4adf05a9dfc36064c3aaba7 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Sep 2024 01:25:48 -0700 Subject: [PATCH] Use GITHUB_TOKEN if set (#5070) https://github.com/shader-slang/slang/commit/c6b702c86ecb3ccd16a95fb3a0048da9ea362337 --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index d2cf892..c247bcb 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1803.375 + "value": 1805.1875 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 490.4375 + "value": 490.625 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 489.4375 + "value": 490.0 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1784.5 + "value": 1786.375 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 490.4375 + "value": 487.4375 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 486.8125 + "value": 486.5 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 589.1875 + "value": 594.3125 } ] \ No newline at end of file diff --git a/current b/current index 6410a6e..57d57ce 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Report AD checkpoint contexts (#5058) -b808aa4df50d46eaa569561f7e464c55c1c2d72a +Use GITHUB_TOKEN if set (#5070) +c6b702c86ecb3ccd16a95fb3a0048da9ea362337