summaryrefslogtreecommitdiffstats
path: root/spec/rtems/part
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/part')
-rw-r--r--spec/rtems/part/req/perf-get-buffer.yml38
-rw-r--r--spec/rtems/part/req/perf-get-no-buffer.yml6
-rw-r--r--spec/rtems/part/req/perf-return-buffer.yml6
-rw-r--r--spec/rtems/part/val/performance.yml2
4 files changed, 26 insertions, 26 deletions
diff --git a/spec/rtems/part/req/perf-get-buffer.yml b/spec/rtems/part/req/perf-get-buffer.yml
index 09f84fe9..43ee6bc8 100644
--- a/spec/rtems/part/req/perf-get-buffer.yml
+++ b/spec/rtems/part/req/perf-get-buffer.yml
@@ -2,35 +2,37 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
-links:
-- role: runtime-measurement-request
- uid: ../val/performance
limits:
sparc/leon3:
DirtyCache:
- max-upper-bound: 0.000005
- mean-upper-bound: 0.000005
+ max-upper-bound: 5.0e-06
+ mean-upper-bound: 5.0e-06
FullCache:
- max-upper-bound: 0.000005
- mean-upper-bound: 0.000005
+ max-upper-bound: 5.0e-06
+ mean-upper-bound: 5.0e-06
HotCache:
- max-upper-bound: 0.000005
- mean-upper-bound: 0.000005
+ max-upper-bound: 5.0e-06
+ mean-upper-bound: 5.0e-06
Load/1:
- max-upper-bound: 0.00001
- mean-upper-bound: 0.00001
+ max-upper-bound: 1.0e-05
+ mean-upper-bound: 1.0e-05
Load/2:
- max-upper-bound: 0.00001
- mean-upper-bound: 0.00001
+ max-upper-bound: 1.0e-05
+ mean-upper-bound: 1.0e-05
Load/3:
- max-upper-bound: 0.00001
- mean-upper-bound: 0.00001
+ max-upper-bound: 1.0e-05
+ mean-upper-bound: 1.0e-05
Load/4:
- max-upper-bound: 0.00001
- mean-upper-bound: 0.00001
+ max-upper-bound: 1.0e-05
+ mean-upper-bound: 1.0e-05
+links:
+- role: runtime-measurement-request
+ uid: ../val/performance
+non-functional-type: performance-runtime
params: {}
rationale: null
references: []
+requirement-type: non-functional
test-body:
brief: |
Get a buffer.
@@ -59,6 +61,4 @@ text: |
${../val/performance:/params/sample-count} successful calls to
${../if/get-buffer:/name} in the ${.:/environment} shall be
${.:limit-condition}.
-non-functional-type: performance-runtime
-requirement-type: non-functional
type: requirement
diff --git a/spec/rtems/part/req/perf-get-no-buffer.yml b/spec/rtems/part/req/perf-get-no-buffer.yml
index 0115fbef..df7871f4 100644
--- a/spec/rtems/part/req/perf-get-no-buffer.yml
+++ b/spec/rtems/part/req/perf-get-no-buffer.yml
@@ -2,13 +2,15 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
+limits: {}
links:
- role: runtime-measurement-request
uid: ../val/performance
-limits: {}
+non-functional-type: performance-runtime
params: {}
rationale: null
references: []
+requirement-type: non-functional
test-body:
brief: |
Try to get a buffer.
@@ -47,6 +49,4 @@ text: |
${../val/performance:/params/sample-count} unsatisfied calls to
${../if/get-buffer:/name} in the ${.:/environment} shall be
${.:limit-condition}.
-non-functional-type: performance-runtime
-requirement-type: non-functional
type: requirement
diff --git a/spec/rtems/part/req/perf-return-buffer.yml b/spec/rtems/part/req/perf-return-buffer.yml
index 0199c361..7654e10c 100644
--- a/spec/rtems/part/req/perf-return-buffer.yml
+++ b/spec/rtems/part/req/perf-return-buffer.yml
@@ -2,13 +2,15 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
+limits: {}
links:
- role: runtime-measurement-request
uid: ../val/performance
-limits: {}
+non-functional-type: performance-runtime
params: {}
rationale: null
references: []
+requirement-type: non-functional
test-body:
brief: |
Return the buffer.
@@ -40,6 +42,4 @@ text: |
${../val/performance:/params/sample-count} successful calls to
${../if/return-buffer:/name} in the ${.:/environment} shall be
${.:limit-condition}.
-non-functional-type: performance-runtime
-requirement-type: non-functional
type: requirement
diff --git a/spec/rtems/part/val/performance.yml b/spec/rtems/part/val/performance.yml
index 110c7244..348dc0e2 100644
--- a/spec/rtems/part/val/performance.yml
+++ b/spec/rtems/part/val/performance.yml
@@ -4,8 +4,8 @@ copyrights:
enabled-by: true
links: []
params:
- sample-count: 1000
buffer-count: 100
+ sample-count: 1000
test-brief: |
This test case provides a context to run Partition Manager performance tests.
test-cleanup: null