From 23af91fd8d9a53dde9ac8cade9ea7147a401f8b3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 26 Sep 2023 08:18:59 +0200 Subject: spec: Simplify partition performance test Do not depend on . --- spec/rtems/part/val/perf.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spec') 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( -- cgit v1.2.3