2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2018-07-23 17:19:57 +08:00
|
|
|
benchmark.timing.default_kernel:
|
2018-07-31 20:30:58 +08:00
|
|
|
arch_exclude: posix
|
2017-12-06 02:00:43 +08:00
|
|
|
tags: benchmark
|
2019-10-02 04:42:55 +08:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
2019-11-06 04:21:52 +08:00
|
|
|
type: one_line
|
2019-10-02 04:42:55 +08:00
|
|
|
record:
|
|
|
|
regex: "(?P<metric>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
|
2019-11-06 04:21:52 +08:00
|
|
|
regex:
|
|
|
|
- "PROJECT EXECUTION SUCCESSFUL"
|
2018-07-23 17:19:57 +08:00
|
|
|
benchmark.timing.userspace:
|
|
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
|
|
extra_args: CONF_FILE=prj_userspace.conf
|
2018-06-27 16:46:47 +08:00
|
|
|
arch_whitelist: x86 arm arc
|
2019-06-17 14:15:20 +08:00
|
|
|
tags: benchmark userspace
|
2019-10-02 04:42:55 +08:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
2019-11-06 04:21:52 +08:00
|
|
|
type: one_line
|
2019-10-02 04:42:55 +08:00
|
|
|
record:
|
|
|
|
regex: "(?P<metric>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
|
2019-11-06 04:21:52 +08:00
|
|
|
regex:
|
|
|
|
- "PROJECT EXECUTION SUCCESSFUL"
|