NTP-14022 | Replace "_" with "." in benchmark file name (#13909)
Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
This commit is contained in:
committed by
GitHub
parent
119b62bd05
commit
ac36c36878
2
.github/workflows/macrobenchmark.yml
vendored
2
.github/workflows/macrobenchmark.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
||||
--environment-variables additionalTestOutputDir=/sdcard/Download,no-isolated-storage=true \
|
||||
--timeout 44m
|
||||
- name: Download Current Benchmark Data
|
||||
run: gsutil cp gs://navi-android-super-app-benchmark-results-qa/macrobenchmark/${{ github.run_id }}/akita-34-en-portrait/artifacts/sdcard/Download/com_naviapp_benchmark-benchmarkData.json macrobenchmark_results.json
|
||||
run: gsutil cp gs://navi-android-super-app-benchmark-results-qa/macrobenchmark/${{ github.run_id }}/akita-34-en-portrait/artifacts/sdcard/Download/com.naviapp.benchmark-benchmarkData.json macrobenchmark_results.json
|
||||
- name: Export VERSION_CODE to Workflow Environment
|
||||
run: echo "VERSION_CODE=$(awk '/VERSION_CODE/ {print $4}' app/build.gradle)" >> $GITHUB_ENV
|
||||
- name: Compare & Post Benchmark Results
|
||||
|
||||
Reference in New Issue
Block a user