From b58192e6b1f58fe2683019d78495e433a76e89b6 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Thu, 8 Jun 2023 15:18:11 -0700 Subject: [PATCH] Replace benchmarks with its v2 version. (flutter/engine#42677) Benchmarks has been migrated to engine v2 and it is ready to replace the legacy version. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style --- engine/src/flutter/.ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 8b1b882c48..1e124d5e43 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -184,6 +184,7 @@ targets: timeout: 60 - name: Linux Benchmarks + bringup: true enabled_branches: - main - master @@ -195,7 +196,6 @@ targets: timeout: 60 - name: Linux linux_benchmarks - bringup: true enabled_branches: - main recipe: engine_v2/builder