Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a18173b

Browse files
egdanielSkia Commit-Bot
authored andcommitted
Fix TEST_BUILDER name in perf recipe.
Change-Id: Ia27920f405db6db09d1519134526e6a120bd1f4c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/243425 Commit-Queue: Greg Daniel <[email protected]> Commit-Queue: Ben Wagner aka dogben <[email protected]> Auto-Submit: Greg Daniel <[email protected]> Reviewed-by: Ben Wagner aka dogben <[email protected]>
1 parent ee22f49 commit a18173b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

infra/bots/recipes/perf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def RunSteps(api):
398398
('Perf-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-'
399399
'Valgrind_SK_CPU_LIMIT_SSE41'),
400400
'Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-ANGLE',
401-
'Test-Win10-Clang-ShuttleA-GPU-GTX660-x86_64-Release-All-Vulkan',
401+
'Perf-Win10-Clang-ShuttleA-GPU-GTX660-x86_64-Release-All-Vulkan',
402402
'Perf-iOS-Clang-iPadPro-GPU-PowerVRGT7800-arm64-Release-All',
403403
'Perf-iOS-Clang-iPhone6-GPU-PowerVRGX6450-arm64-Release-All-Metal',
404404
]

0 commit comments

Comments
 (0)