summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/appman-bench/am-config.yaml
blob: 21d47daff9d55e55cec999c424ccfda2115ffb78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
formatVersion: 1
formatType: am-configuration
---
applications:
  builtinAppsManifestDir: "${CONFIG_PWD}/apps"

runtimes:
  qml:
    quitTime: 2000

logging:
  rules:
    - "*=false"
    - "*.critical=true"
    - "am.bench*=true"

ui:
  fullscreen: no
  mainQml: "${CONFIG_PWD}/system-ui/main.qml"

# development setup:
flags:
  noSecurity: yes
  noUiWatchdog: yes