summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-09-26 08:18:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-09-26 09:54:57 +0200
commit23af91fd8d9a53dde9ac8cade9ea7147a401f8b3 (patch)
tree2731bb30f6aaf4ef1b1eaf564d77e0ac7234f238 /spec
parentc8fc762ea356e862666d6cc86bee29e8351db079 (diff)
spec: Simplify partition performance test
Do not depend on <rtems/chain.h>.
Diffstat (limited to 'spec')
-rw-r--r--spec/rtems/part/val/perf.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/rtems/part/val/perf.yml b/spec/rtems/part/val/perf.yml
index 4758304a..6bac1584 100644
--- a/spec/rtems/part/val/perf.yml
+++ b/spec/rtems/part/val/perf.yml
@@ -43,7 +43,6 @@ test-context-support: null
test-description: null
test-includes:
- rtems.h
-- rtems/chain.h
test-local-includes: []
test-prepare: null
test-setup:
@@ -55,7 +54,7 @@ test-setup:
void *area;
uintptr_t length;
- size = sizeof( rtems_chain_node );
+ size = 2 * sizeof( uintptr_t );
area = T_malloc( size );
sc = rtems_partition_create(