diff options
author | Tomeu Vizoso <[email protected]> | 2019-08-20 10:56:23 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-08-21 16:41:56 +0200 |
commit | 4109a2f612b25aeb7fbe7406c92df33409c9aab7 (patch) | |
tree | 124e568589657933479fb2c7a28a671060ff8ca1 /src/gallium/drivers/panfrost/ci | |
parent | 37946523859c97f7476c44e2fbfcbb179044a50a (diff) |
panfrost/ci: Print load stats
To help make sure we are running tests in the ideal number of threads,
print load stats to make obvious when there's a problem with
utilization.
This will be specially useful when we run tests on a wider variety of
devices.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci')
-rw-r--r-- | src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 b/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 index 56cbdf913f4..a04da3e182e 100644 --- a/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 +++ b/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 @@ -53,6 +53,7 @@ actions: - echo 3 > /proc/sys/kernel/printk - echo performance > /sys/devices/platform/ff9a0000.gpu/devfreq/devfreq0/governor - sh /deqp/deqp-runner.sh + - cat /proc/loadavg parse: pattern: '(?P<test_case_id>\S*):\s+(?P<result>(pass|fail))' from: inline |