Skip to content

Commit 41064c8

Browse files
peter-mitsisdkalowsk
authored andcommitted
tests: Add objcore to latency_measure testcase.yaml
Adds the object core configuration to the latency_measure benchmark's testcase.yaml file as there have been requests for it. Signed-off-by: Peter Mitsis <[email protected]>
1 parent fd7fc17 commit 41064c8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

tests/benchmarks/latency_measure/testcase.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,25 @@ tests:
5454
regex: "(?P<metric>.*) - (?P<description>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
5555
regex:
5656
- "PROJECT EXECUTION SUCCESSFUL"
57+
58+
benchmark.kernel.latency.objcore:
59+
# FIXME: no DWT and no RTC_TIMER for qemu_cortex_m0
60+
platform_exclude:
61+
- qemu_cortex_m0
62+
- m2gl025_miv
63+
filter: CONFIG_PRINTK and not CONFIG_SOC_FAMILY_STM32
64+
timeout: 300
65+
extra_configs:
66+
- CONFIG_OBJ_CORE=y
67+
- CONFIG_OBJ_CORE_STATS=y
68+
harness: console
69+
integration_platforms:
70+
- qemu_x86
71+
- qemu_arc/qemu_arc_em
72+
- qemu_riscv64/qemu_virt_riscv64/smp
73+
harness_config:
74+
type: one_line
75+
record:
76+
regex: "(?P<metric>.*) - (?P<description>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
77+
regex:
78+
- "PROJECT EXECUTION SUCCESSFUL"

0 commit comments

Comments
 (0)