From cf13339a6ebe3854e27b149de40f46987967802f Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Mon, 14 Nov 2022 12:53:53 -0800 Subject: [PATCH] Fix name in buildkite pipeline. PiperOrigin-RevId: 488444365 --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 28dd168bf..4a3086b3b 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -488,5 +488,5 @@ steps: label: ":gear: Syscall benchmarks" command: make -i benchmark-platforms BENCHMARKS_SUITE=syscall BENCHMARKS_TARGETS=test/benchmarks/base:syscallbench_test - <<: *benchmarks - label: ":gear: Syscall benchmarks" + label: ":thread: hackbench benchmarks" command: make -i benchmark-platforms BENCHMARKS_SUITE=hackbench BENCHMARKS_TARGETS=test/benchmarks/base:hackbench_test