summaryrefslogtreecommitdiff
path: root/automated/linux/linpack/linpack.yaml
blob: e2e4446c93547d89ff00cee10141ec6dbd6c24f0 (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
25
26
27
28
29
30
31
metadata:
    format: Lava-Test Test Definition 1.0
    name: linpack
    description: "Linpack benchmark calculates fLoating point operations per
                  second(FLOPS)."
    maintainer:
        - chase.qi@linaro.org
    os:
        - debian
        - ubuntu
        - fedora
        - centos
    scope:
        - performance
    devices:
        - hi6220-hikey
        - apq8016-sbc
        - mustang
        - moonshot
        - thunderX
        - d03
        - d05

params:
    ARRAY_SIZE: "200"

run:
    steps:
        - cd ./automated/linux/linpack/
        - ./linpack.sh -a "${ARRAY_SIZE}"
        - ../../utils/send-to-lava.sh ./output/result.txt