Skip to content

Commit

Permalink
fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Apr 8, 2021
1 parent a7a8673 commit 836e622
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ gcloud:
locale: en
orientation: portrait
record-video: true
flank:
test-targets:
- "class com.example.test.benchmark.Run3dMark"
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ gcloud:
locale: en
orientation: portrait
record-video: true
flank:
test-targets:
- "class com.example.test.benchmark.Run3dMark"
24 changes: 24 additions & 0 deletions test_runner/src/test/kotlin/ftl/fixtures/benchmark/3dmark-all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
gcloud:
app: "./src/test/kotlin/ftl/fixtures/tmp/apk/app-debug.apk"
test: "./src/test/kotlin/ftl/fixtures/tmp/apk/benchmark/benchmark-debug-androidTest.apk"
use-orchestrator: false
directories-to-pull:
- "/sdcard/Android/data/com.futuremark.dmandroid.application/files/3DMarkAndroid/"
additional-apks:
- "./src/test/kotlin/ftl/fixtures/tmp/apk/benchmark/3dmarkandroid-v2-1-4726.apk"
device:
- model: NexusLowRes
version: 30
locale: en
orientation: portrait
- model: NexusLowResEmulator
version: 30
locale: en
orientation: portrait
- model: redfin
version: 30
locale: en
orientation: portrait
record-video: true
test-targets:
- "class com.example.test.benchmark.Run3dMark"
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ gcloud:
locale: en
orientation: portrait
record-video: true
flank:
test-targets:
- "class com.example.test.benchmark.Run3dMark"
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ gcloud:
locale: en
orientation: portrait
record-video: true
flank:
test-targets:
- "class com.example.test.benchmark.RunGeekbench"
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ gcloud:
locale: en
orientation: portrait
record-video: true
flank:
test-targets:
- "class com.example.test.benchmark.RunGeekbench"
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ gcloud:
locale: en
orientation: portrait
record-video: true
flank:
test-targets:
- "class com.example.test.benchmark.RunGeekbench"
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ gcloud:
locale: en
orientation: portrait
record-video: true
flank:
test-targets:
- "class com.example.test.benchmark.RunGeekbench"

0 comments on commit 836e622

Please sign in to comment.