posix: enable benchmarks for other architectures
We can run the benchmarks on other architectures beside x86 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
3d3ebe2ffb
commit
8dafd72eb7
|
@ -2,6 +2,10 @@ tests:
|
|||
test:
|
||||
arch_whitelist: x86 arm
|
||||
min_ram: 32
|
||||
slow: true
|
||||
tags: benchmark
|
||||
slow: true
|
||||
timeout: 300
|
||||
test_posix:
|
||||
arch_whitelist: posix
|
||||
min_ram: 32
|
||||
tags: benchmark
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
test:
|
||||
arch_whitelist: x86 arm
|
||||
arch_whitelist: x86 arm posix
|
||||
filter: CONFIG_PRINTK
|
||||
tags: benchmark
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
test:
|
||||
arch_whitelist: x86
|
||||
arch_exclude: nios2 riscv32 xtensa
|
||||
min_ram: 32
|
||||
tags: benchmark
|
||||
|
|
Loading…
Reference in a new issue