We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b8cd7 commit f79d879Copy full SHA for f79d879
tests/benchmarks/thread_metric/testcase.yaml
@@ -2,10 +2,12 @@ common:
2
tags:
3
- kernel
4
- benchmark
5
- # Native platforms excluded as timer interrupts may not be detected
6
- # qemu_nios2 excluded as it is slow
+ # Native platforms excluded as they are not relevant: These benchmarks run some kernel primitives
+ # in a loop during a predefined time counting how many times they execute. But in the POSIX arch,
7
+ # time does not pass while the CPU executes. So the benchmark just appears as if hung.
8
arch_exclude:
9
- posix
10
+ # qemu_nios2 excluded as it is slow
11
platform_exclude:
12
- qemu_nios2
13
integration_platforms:
0 commit comments