diff --git a/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json b/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json index 823da96e8b..88cc7ba50f 100644 --- a/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json +++ b/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json @@ -193,6 +193,7 @@ "~text_16_LCD_FF", "~text_16_LCD_WT", "~desk_skbug6850overlay2", + "~desk_googlespreadsheet", "~desk_carsvg", "~inc0.gif", "~inc1.gif", diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py index 4ad33df8ea..74885a3e9b 100644 --- a/infra/bots/recipes/perf.py +++ b/infra/bots/recipes/perf.py @@ -180,6 +180,7 @@ def nanobench_flags(api, bot): match.append('~text_16_LCD_WT') # skia:6863 match.append('~desk_skbug6850overlay2') + match.append('~desk_googlespreadsheet') match.append('~desk_carsvg') if 'MoltenVK' in bot: # skbug.com/7962