From 343ff924d7a7ff70abc38ca5713189a1cc3ad7f9 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Tue, 22 Jun 2021 15:33:15 -0700 Subject: [PATCH] For #19901: add benchmark.gradle to CODEOWNERS. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c31179fb4..53a6f30c2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -50,4 +50,8 @@ # Possible regressions throughout the app *.pro @mozilla-mobile/Performance *proguard* @mozilla-mobile/Performance + +# This file configures perf tests via Jetpack Benchmark. +app/benchmark.gradle @mozilla-mobile/Performance + # --- PERFORMANCE END --- #