TP-35161 | benchmark changes

This commit is contained in:
Rajinikanth
2023-07-13 20:00:35 +05:30
parent 0b1b16eeec
commit 5e58bf5faa

View File

@@ -25,6 +25,5 @@ jobs:
run: |
for folder in benchmark/build/outputs/androidTest-results/connected/*/; do
echo "Device: $folder"
cat "$folder/testlog/test-results.log" || true
grep "android.studio.display.benchmark=UiTronBenchmark_startup" "$folder/testlog/test-results.log" -A 2 || true
done