tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

arm64-v8a-baseline-profile.yml (1065B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 # Google Cloud Documentation: https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run
      6 # Flank Documentation: https://flank.github.io/flank/
      7 gcloud:
      8  results-bucket: fenix_test_artifacts
      9  record-video: true
     10  timeout: 30m
     11  async: false
     12  num-flaky-test-attempts: 1
     13 
     14  app: /app/path
     15  test: /test/path
     16 
     17  auto-google-login: false
     18  use-orchestrator: false
     19  environment-variables:
     20    clearPackageData: true
     21    androidx.benchmark.enabledRules: BaselineProfile
     22  directories-to-pull:
     23    - /sdcard/Android/media/
     24  performance-metrics: true
     25 
     26  test-targets:
     27    - annotation org.mozilla.fenix.benchmark.baselineprofile.BaselineProfileGenerator
     28 
     29  device:
     30    - model: MediumPhone.arm
     31      version: 34
     32      locale: en_US
     33 
     34 flank:
     35  project: GOOGLE_PROJECT
     36  max-test-shards: -1
     37  num-test-runs: 1
     38  output-style: compact
     39  full-junit-result: true