[rtems-central commit] spec: Reorganize performance runtime limits

Sebastian Huber sebh at rtems.org
Tue May 9 13:45:26 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    716f900ce548b2cabddf66d0e85b239c1f29370e
Changeset: http://git.rtems.org/rtems-central/commit/?id=716f900ce548b2cabddf66d0e85b239c1f29370e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  5 14:41:18 2023 +0200

spec: Reorganize performance runtime limits

Add a dedicated item for performance runtime limits and use the general
linking mechanism to associate limits and tests.

---

 spec-glossary/glossary/sis.yml                     |   12 +
 spec/req/target.yml                                |   14 +
 .../barrier/req/perf-release-auto-other-cpu.yml    |  125 --
 spec/rtems/barrier/req/perf-release-auto.yml       |  209 ---
 .../barrier/req/perf-release-manual-preempt.yml    |  209 ---
 spec/rtems/barrier/req/perf-release-manual.yml     |  209 ---
 spec/rtems/event/req/perf-isr-preempt.yml          |  209 ---
 spec/rtems/event/req/perf-other-cpu.yml            |  125 --
 spec/rtems/event/req/perf-other-not-satisfied.yml  |  209 ---
 spec/rtems/event/req/perf-other-preempt.yml        |  209 ---
 spec/rtems/event/req/perf-other.yml                |  209 ---
 spec/rtems/message/req/perf-receive-try.yml        |  209 ---
 .../message/req/perf-receive-wait-forever.yml      |  209 ---
 spec/rtems/message/req/perf-receive-wait-timed.yml |  209 ---
 spec/rtems/message/req/perf-send-other-cpu.yml     |  125 --
 spec/rtems/message/req/perf-send-other.yml         |  209 ---
 spec/rtems/message/req/perf-send-preempt.yml       |  209 ---
 spec/rtems/message/req/perf-send.yml               |  209 ---
 spec/rtems/part/req/perf-get-buffer.yml            |  209 ---
 spec/rtems/part/req/perf-get-no-buffer.yml         |  209 ---
 spec/rtems/part/req/perf-return-buffer.yml         |  209 ---
 spec/rtems/sem/req/perf-mtx-pi-obtain.yml          |  209 ---
 spec/rtems/sem/req/perf-mtx-pi-release-one.yml     |  209 ---
 .../sem/req/perf-mtx-pi-release-other-cpu.yml      |  125 --
 spec/rtems/sem/req/perf-mtx-pi-release-preempt.yml |  209 ---
 spec/rtems/sem/req/perf-mtx-pi-release.yml         |  209 ---
 spec/rtems/sem/req/perf-mtx-pi-try.yml             |  209 ---
 spec/rtems/sem/req/perf-mtx-pi-wait-forever.yml    |  209 ---
 spec/rtems/sem/req/perf-mtx-pi-wait-timed.yml      |  209 ---
 spec/rtems/task/req/perf-construct.yml             |  209 ---
 spec/rtems/task/req/perf-restart-preempt.yml       |  209 ---
 spec/rtems/task/req/perf-restart-self.yml          |  209 ---
 spec/rtems/task/req/perf-restart.yml               |  209 ---
 spec/rtems/task/req/perf-set-scheduler-move.yml    |  125 --
 spec/rtems/task/req/perf-set-scheduler-nop.yml     |  209 ---
 spec/rtems/task/req/perf-set-scheduler-other.yml   |  125 --
 spec/rtems/task/req/perf-set-scheduler-preempt.yml |  125 --
 spec/rtems/task/req/perf-start-preempt.yml         |  209 ---
 spec/rtems/task/req/perf-start.yml                 |  209 ---
 spec/spec/performance-runtime-limits-role.yml      |   25 +
 spec/spec/requirement-design-target.yml            |   34 +
 spec/spec/requirement-non-functional-generic.yml   |    4 +
 .../requirement-performance-runtime-limits.yml     |   24 -
 spec/spec/requirement-performance-runtime.yml      |   28 +-
 spec/target/sparc/gr712rc.yml                      |   15 +
 spec/target/sparc/gr712rc/dev-board.yml            |   20 +
 .../sparc/gr712rc/dev-board/perf-default.yml       |  706 ++++++++++
 spec/target/sparc/gr712rc/dev-board/perf-smp.yml   | 1052 +++++++++++++++
 spec/target/sparc/gr712rc/sis.yml                  |   20 +
 spec/target/sparc/gr712rc/sis/perf-default.yml     |  706 ++++++++++
 spec/target/sparc/gr712rc/sis/perf-smp.yml         | 1052 +++++++++++++++
 spec/target/sparc/gr740.yml                        |   15 +
 spec/target/sparc/gr740/dev-board.yml              |   20 +
 spec/target/sparc/gr740/dev-board/perf-default.yml |  706 ++++++++++
 spec/target/sparc/gr740/dev-board/perf-smp.yml     | 1422 ++++++++++++++++++++
 spec/target/sparc/gr740/sis.yml                    |   20 +
 spec/target/sparc/gr740/sis/perf-default.yml       |  706 ++++++++++
 spec/target/sparc/gr740/sis/perf-smp.yml           | 1422 ++++++++++++++++++++
 specview.py                                        |    8 +-
 59 files changed, 7979 insertions(+), 7197 deletions(-)

diff --git a/spec-glossary/glossary/sis.yml b/spec-glossary/glossary/sis.yml
new file mode 100644
index 00000000..13587c9c
--- /dev/null
+++ b/spec-glossary/glossary/sis.yml
@@ -0,0 +1,12 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+  uid: ../glossary-general
+term: SIS
+text: |
+  This term is an acronym for ${sparc:/term} Instruction Simulator.
+type: glossary
diff --git a/spec/req/target.yml b/spec/req/target.yml
new file mode 100644
index 00000000..66c71472
--- /dev/null
+++ b/spec/req/target.yml
@@ -0,0 +1,14 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+links:
+- role: requirement-refinement
+  uid: root
+non-functional-type: quality
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The tests shall be executed on the ${/glossary/target:/plural}.
+type: requirement
diff --git a/spec/rtems/barrier/req/perf-release-auto-other-cpu.yml b/spec/rtems/barrier/req/perf-release-auto-other-cpu.yml
index a15b1688..1ed16d9a 100644
--- a/spec/rtems/barrier/req/perf-release-auto-other-cpu.yml
+++ b/spec/rtems/barrier/req/perf-release-auto-other-cpu.yml
@@ -2,131 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: RTEMS_SMP
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 9.4e-05
-      median-lower-bound: 2.3e-05
-      median-upper-bound: 9.2e-05
-      min-lower-bound: 2.25e-05
-    FullCache:
-      max-upper-bound: 9.2e-05
-      median-lower-bound: 2.25e-05
-      median-upper-bound: 9.0e-05
-      min-lower-bound: 2.2e-05
-    HotCache:
-      max-upper-bound: 9.0e-05
-      median-lower-bound: 2.2e-05
-      median-upper-bound: 8.8e-05
-      min-lower-bound: 2.2e-05
-    Load/1:
-      max-upper-bound: 0.000102
-      median-lower-bound: 2.55e-05
-      median-upper-bound: 0.000102
-      min-lower-bound: 2.5e-05
-    Load/2:
-      max-upper-bound: 0.000102
-      median-lower-bound: 2.5e-05
-      median-upper-bound: 0.0001
-      min-lower-bound: 2.45e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000242
-      median-lower-bound: 6.0e-05
-      median-upper-bound: 0.00024
-      min-lower-bound: 5.95e-05
-    FullCache:
-      max-upper-bound: 0.000172
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 2.0e-05
-    HotCache:
-      max-upper-bound: 8.0e-05
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 1.95e-05
-    Load/1:
-      max-upper-bound: 0.000238
-      median-lower-bound: 5.9e-05
-      median-upper-bound: 0.000236
-      min-lower-bound: 5.9e-05
-    Load/2:
-      max-upper-bound: 0.000272
-      median-lower-bound: 6.75e-05
-      median-upper-bound: 0.00027
-      min-lower-bound: 6.7e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 8.752e-05
-      median-lower-bound: 2.147e-05
-      median-upper-bound: 8.588e-05
-      min-lower-bound: 2.133e-05
-    FullCache:
-      max-upper-bound: 8.468e-05
-      median-lower-bound: 2.108e-05
-      median-upper-bound: 8.432e-05
-      min-lower-bound: 2.097e-05
-    HotCache:
-      max-upper-bound: 8.604e-05
-      median-lower-bound: 2.1e-05
-      median-upper-bound: 8.4e-05
-      min-lower-bound: 2.091e-05
-    Load/1:
-      max-upper-bound: 9.58e-05
-      median-lower-bound: 2.376e-05
-      median-upper-bound: 9.504e-05
-      min-lower-bound: 2.342e-05
-    Load/2:
-      max-upper-bound: 9.568e-05
-      median-lower-bound: 2.343e-05
-      median-upper-bound: 9.372e-05
-      min-lower-bound: 2.323e-05
-    Load/3:
-      max-upper-bound: 9.568e-05
-      median-lower-bound: 2.345e-05
-      median-upper-bound: 9.38e-05
-      min-lower-bound: 2.323e-05
-    Load/4:
-      max-upper-bound: 9.488e-05
-      median-lower-bound: 2.35e-05
-      median-upper-bound: 9.4e-05
-      min-lower-bound: 2.319e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 9.9392e-05
-      median-lower-bound: 2.0706e-05
-      median-upper-bound: 8.2824e-05
-      min-lower-bound: 2.0528e-05
-    FullCache:
-      max-upper-bound: 7.3736e-05
-      median-lower-bound: 8.634e-06
-      median-upper-bound: 3.4536e-05
-      min-lower-bound: 8.504e-06
-    HotCache:
-      max-upper-bound: 1.9168e-05
-      median-lower-bound: 4.614e-06
-      median-upper-bound: 1.8456e-05
-      min-lower-bound: 4.614e-06
-    Load/1:
-      max-upper-bound: 0.000125128
-      median-lower-bound: 1.9982e-05
-      median-upper-bound: 7.9928e-05
-      min-lower-bound: 1.9758e-05
-    Load/2:
-      max-upper-bound: 0.000440768
-      median-lower-bound: 0.00011001
-      median-upper-bound: 0.00044004
-      min-lower-bound: 0.000107924
-    Load/3:
-      max-upper-bound: 0.000752952
-      median-lower-bound: 0.00018604
-      median-upper-bound: 0.00074416
-      min-lower-bound: 0.0001854
-    Load/4:
-      max-upper-bound: 0.000955088
-      median-lower-bound: 0.00023813
-      median-upper-bound: 0.00095252
-      min-lower-bound: 0.000235894
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/barrier/req/perf-release-auto.yml b/spec/rtems/barrier/req/perf-release-auto.yml
index 9e996513..1664f331 100644
--- a/spec/rtems/barrier/req/perf-release-auto.yml
+++ b/spec/rtems/barrier/req/perf-release-auto.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    FullCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    Load/1:
-      max-upper-bound: 2.0e-05
-      median-lower-bound: 5.0e-06
-      median-upper-bound: 2.0e-05
-      min-lower-bound: 4.5e-06
-    Load/2:
-      max-upper-bound: 2.0e-05
-      median-lower-bound: 5.0e-06
-      median-upper-bound: 2.0e-05
-      min-lower-bound: 4.5e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 3.6e-05
-      median-lower-bound: 9.0e-06
-      median-upper-bound: 3.6e-05
-      min-lower-bound: 8.5e-06
-    FullCache:
-      max-upper-bound: 2.0e-05
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 6.2e-05
-      median-lower-bound: 1.5e-05
-      median-upper-bound: 6.0e-05
-      min-lower-bound: 1.5e-05
-    Load/2:
-      max-upper-bound: 6.4e-05
-      median-lower-bound: 1.55e-05
-      median-upper-bound: 6.2e-05
-      min-lower-bound: 1.55e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 2.2e-05
-      median-lower-bound: 5.5e-06
-      median-upper-bound: 2.2e-05
-      min-lower-bound: 5.0e-06
-    FullCache:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 3.6e-05
-      median-lower-bound: 8.5e-06
-      median-upper-bound: 3.4e-05
-      min-lower-bound: 8.5e-06
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.56e-06
-      median-lower-bound: 1.89e-06
-      median-upper-bound: 7.56e-06
-      min-lower-bound: 1.85e-06
-    FullCache:
-      max-upper-bound: 7.08e-06
-      median-lower-bound: 1.77e-06
-      median-upper-bound: 7.08e-06
-      min-lower-bound: 1.74e-06
-    HotCache:
-      max-upper-bound: 7.2e-06
-      median-lower-bound: 1.8e-06
-      median-upper-bound: 7.2e-06
-      min-lower-bound: 1.8e-06
-    Load/1:
-      max-upper-bound: 1.72e-05
-      median-lower-bound: 4.28e-06
-      median-upper-bound: 1.712e-05
-      min-lower-bound: 4.18e-06
-    Load/2:
-      max-upper-bound: 1.72e-05
-      median-lower-bound: 4.28e-06
-      median-upper-bound: 1.712e-05
-      min-lower-bound: 4.18e-06
-    Load/3:
-      max-upper-bound: 1.72e-05
-      median-lower-bound: 4.28e-06
-      median-upper-bound: 1.712e-05
-      min-lower-bound: 4.18e-06
-    Load/4:
-      max-upper-bound: 1.72e-05
-      median-lower-bound: 4.28e-06
-      median-upper-bound: 1.712e-05
-      min-lower-bound: 4.18e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 2.1384e-05
-      median-lower-bound: 4.64e-06
-      median-upper-bound: 1.856e-05
-      min-lower-bound: 4.33e-06
-    FullCache:
-      max-upper-bound: 1.212e-05
-      median-lower-bound: 6.5e-07
-      median-upper-bound: 2.6e-06
-      min-lower-bound: 6.46e-07
-    HotCache:
-      max-upper-bound: 2.072e-06
-      median-lower-bound: 3.94e-07
-      median-upper-bound: 1.576e-06
-      min-lower-bound: 3.94e-07
-    Load/1:
-      max-upper-bound: 4.1864e-05
-      median-lower-bound: 5.888e-06
-      median-upper-bound: 2.3552e-05
-      min-lower-bound: 5.01e-06
-    Load/2:
-      max-upper-bound: 8.5344e-05
-      median-lower-bound: 2.0074e-05
-      median-upper-bound: 8.0296e-05
-      min-lower-bound: 1.783e-05
-    Load/3:
-      max-upper-bound: 0.000106392
-      median-lower-bound: 2.4808e-05
-      median-upper-bound: 9.9232e-05
-      min-lower-bound: 2.3666e-05
-    Load/4:
-      max-upper-bound: 0.000117912
-      median-lower-bound: 2.827e-05
-      median-upper-bound: 0.00011308
-      min-lower-bound: 2.6474e-05
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 6.36e-06
-      median-lower-bound: 1.57e-06
-      median-upper-bound: 6.28e-06
-      min-lower-bound: 1.57e-06
-    FullCache:
-      max-upper-bound: 5.96e-06
-      median-lower-bound: 1.48e-06
-      median-upper-bound: 5.92e-06
-      min-lower-bound: 1.48e-06
-    HotCache:
-      max-upper-bound: 5.88e-06
-      median-lower-bound: 1.47e-06
-      median-upper-bound: 5.88e-06
-      min-lower-bound: 1.47e-06
-    Load/1:
-      max-upper-bound: 1.596e-05
-      median-lower-bound: 3.99e-06
-      median-upper-bound: 1.596e-05
-      min-lower-bound: 3.98e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.2728e-05
-      median-lower-bound: 2.578e-06
-      median-upper-bound: 1.0312e-05
-      min-lower-bound: 2.546e-06
-    FullCache:
-      max-upper-bound: 1.164e-05
-      median-lower-bound: 6.42e-07
-      median-upper-bound: 2.568e-06
-      min-lower-bound: 6.4e-07
-    HotCache:
-      max-upper-bound: 1.192e-06
-      median-lower-bound: 2.98e-07
-      median-upper-bound: 1.192e-06
-      min-lower-bound: 2.98e-07
-    Load/1:
-      max-upper-bound: 1.6424e-05
-      median-lower-bound: 3.77e-06
-      median-upper-bound: 1.508e-05
-      min-lower-bound: 3.716e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/barrier/req/perf-release-manual-preempt.yml b/spec/rtems/barrier/req/perf-release-manual-preempt.yml
index bfca8123..2ee258d9 100644
--- a/spec/rtems/barrier/req/perf-release-manual-preempt.yml
+++ b/spec/rtems/barrier/req/perf-release-manual-preempt.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.6e-05
-      median-lower-bound: 2.15e-05
-      median-upper-bound: 8.6e-05
-      min-lower-bound: 2.1e-05
-    FullCache:
-      max-upper-bound: 8.4e-05
-      median-lower-bound: 2.05e-05
-      median-upper-bound: 8.2e-05
-      min-lower-bound: 2.05e-05
-    HotCache:
-      max-upper-bound: 8.4e-05
-      median-lower-bound: 2.05e-05
-      median-upper-bound: 8.2e-05
-      min-lower-bound: 2.05e-05
-    Load/1:
-      max-upper-bound: 9.4e-05
-      median-lower-bound: 2.35e-05
-      median-upper-bound: 9.4e-05
-      min-lower-bound: 2.35e-05
-    Load/2:
-      max-upper-bound: 9.4e-05
-      median-lower-bound: 2.35e-05
-      median-upper-bound: 9.4e-05
-      min-lower-bound: 2.35e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000212
-      median-lower-bound: 5.25e-05
-      median-upper-bound: 0.00021
-      min-lower-bound: 5.2e-05
-    FullCache:
-      max-upper-bound: 0.00017
-      median-lower-bound: 1.85e-05
-      median-upper-bound: 7.4e-05
-      min-lower-bound: 1.8e-05
-    HotCache:
-      max-upper-bound: 6.6e-05
-      median-lower-bound: 1.65e-05
-      median-upper-bound: 6.6e-05
-      min-lower-bound: 1.6e-05
-    Load/1:
-      max-upper-bound: 0.000208
-      median-lower-bound: 5.05e-05
-      median-upper-bound: 0.000202
-      min-lower-bound: 5.05e-05
-    Load/2:
-      max-upper-bound: 0.000248
-      median-lower-bound: 5.9e-05
-      median-upper-bound: 0.000236
-      min-lower-bound: 5.9e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000118
-      median-lower-bound: 2.9e-05
-      median-upper-bound: 0.000116
-      min-lower-bound: 2.9e-05
-    FullCache:
-      max-upper-bound: 0.00011
-      median-lower-bound: 1.15e-05
-      median-upper-bound: 4.6e-05
-      min-lower-bound: 1.15e-05
-    HotCache:
-      max-upper-bound: 4.4e-05
-      median-lower-bound: 1.05e-05
-      median-upper-bound: 4.2e-05
-      min-lower-bound: 1.05e-05
-    Load/1:
-      max-upper-bound: 0.000126
-      median-lower-bound: 3.1e-05
-      median-upper-bound: 0.000124
-      min-lower-bound: 3.05e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 8.1e-05
-      median-lower-bound: 2.011e-05
-      median-upper-bound: 8.044e-05
-      min-lower-bound: 2.001e-05
-    FullCache:
-      max-upper-bound: 7.836e-05
-      median-lower-bound: 1.957e-05
-      median-upper-bound: 7.828e-05
-      min-lower-bound: 1.957e-05
-    HotCache:
-      max-upper-bound: 7.88e-05
-      median-lower-bound: 1.97e-05
-      median-upper-bound: 7.88e-05
-      min-lower-bound: 1.97e-05
-    Load/1:
-      max-upper-bound: 8.896e-05
-      median-lower-bound: 2.224e-05
-      median-upper-bound: 8.896e-05
-      min-lower-bound: 2.196e-05
-    Load/2:
-      max-upper-bound: 8.896e-05
-      median-lower-bound: 2.224e-05
-      median-upper-bound: 8.896e-05
-      min-lower-bound: 2.196e-05
-    Load/3:
-      max-upper-bound: 8.896e-05
-      median-lower-bound: 2.224e-05
-      median-upper-bound: 8.896e-05
-      min-lower-bound: 2.196e-05
-    Load/4:
-      max-upper-bound: 8.896e-05
-      median-lower-bound: 2.224e-05
-      median-upper-bound: 8.896e-05
-      min-lower-bound: 2.196e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 8.1512e-05
-      median-lower-bound: 1.9456e-05
-      median-upper-bound: 7.7824e-05
-      min-lower-bound: 1.863e-05
-    FullCache:
-      max-upper-bound: 7.4152e-05
-      median-lower-bound: 9.198e-06
-      median-upper-bound: 3.6792e-05
-      min-lower-bound: 9.158e-06
-    HotCache:
-      max-upper-bound: 1.6408e-05
-      median-lower-bound: 3.988e-06
-      median-upper-bound: 1.5952e-05
-      min-lower-bound: 3.988e-06
-    Load/1:
-      max-upper-bound: 0.00011332
-      median-lower-bound: 1.7558e-05
-      median-upper-bound: 7.0232e-05
-      min-lower-bound: 1.7358e-05
-    Load/2:
-      max-upper-bound: 0.000499472
-      median-lower-bound: 0.000120076
-      median-upper-bound: 0.000480304
-      min-lower-bound: 0.00011984
-    Load/3:
-      max-upper-bound: 0.000795552
-      median-lower-bound: 0.00019066
-      median-upper-bound: 0.00076264
-      min-lower-bound: 0.000189612
-    Load/4:
-      max-upper-bound: 0.00097216
-      median-lower-bound: 0.00022585
-      median-upper-bound: 0.0009034
-      min-lower-bound: 0.000225152
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.324e-05
-      median-lower-bound: 1.319e-05
-      median-upper-bound: 5.276e-05
-      min-lower-bound: 1.311e-05
-    FullCache:
-      max-upper-bound: 5.056e-05
-      median-lower-bound: 1.26e-05
-      median-upper-bound: 5.04e-05
-      min-lower-bound: 1.26e-05
-    HotCache:
-      max-upper-bound: 5.012e-05
-      median-lower-bound: 1.253e-05
-      median-upper-bound: 5.012e-05
-      min-lower-bound: 1.253e-05
-    Load/1:
-      max-upper-bound: 6.052e-05
-      median-lower-bound: 1.509e-05
-      median-upper-bound: 6.036e-05
-      min-lower-bound: 1.509e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.4416e-05
-      median-lower-bound: 1.2088e-05
-      median-upper-bound: 4.8352e-05
-      min-lower-bound: 1.1988e-05
-    FullCache:
-      max-upper-bound: 2.9648e-05
-      median-lower-bound: 5.328e-06
-      median-upper-bound: 2.1312e-05
-      min-lower-bound: 5.298e-06
-    HotCache:
-      max-upper-bound: 8.408e-06
-      median-lower-bound: 2.102e-06
-      median-upper-bound: 8.408e-06
-      min-lower-bound: 2.102e-06
-    Load/1:
-      max-upper-bound: 5.7376e-05
-      median-lower-bound: 1.303e-05
-      median-upper-bound: 5.212e-05
-      min-lower-bound: 1.2932e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/barrier/req/perf-release-manual.yml b/spec/rtems/barrier/req/perf-release-manual.yml
index 75880aec..4567c5da 100644
--- a/spec/rtems/barrier/req/perf-release-manual.yml
+++ b/spec/rtems/barrier/req/perf-release-manual.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 5.6e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.35e-05
-    FullCache:
-      max-upper-bound: 5.0e-05
-      median-lower-bound: 1.25e-05
-      median-upper-bound: 5.0e-05
-      min-lower-bound: 1.2e-05
-    HotCache:
-      max-upper-bound: 5.2e-05
-      median-lower-bound: 1.25e-05
-      median-upper-bound: 5.0e-05
-      min-lower-bound: 1.25e-05
-    Load/1:
-      max-upper-bound: 6.8e-05
-      median-lower-bound: 1.7e-05
-      median-upper-bound: 6.8e-05
-      min-lower-bound: 1.65e-05
-    Load/2:
-      max-upper-bound: 6.8e-05
-      median-lower-bound: 1.65e-05
-      median-upper-bound: 6.6e-05
-      min-lower-bound: 1.65e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000144
-      median-lower-bound: 3.55e-05
-      median-upper-bound: 0.000142
-      min-lower-bound: 3.5e-05
-    FullCache:
-      max-upper-bound: 9.8e-05
-      median-lower-bound: 1.3e-05
-      median-upper-bound: 5.2e-05
-      min-lower-bound: 1.25e-05
-    HotCache:
-      max-upper-bound: 5.0e-05
-      median-lower-bound: 1.2e-05
-      median-upper-bound: 4.8e-05
-      min-lower-bound: 1.2e-05
-    Load/1:
-      max-upper-bound: 0.000156
-      median-lower-bound: 3.85e-05
-      median-upper-bound: 0.000154
-      min-lower-bound: 3.8e-05
-    Load/2:
-      max-upper-bound: 0.000174
-      median-lower-bound: 4.35e-05
-      median-upper-bound: 0.000174
-      min-lower-bound: 4.3e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 7.8e-05
-      median-lower-bound: 1.9e-05
-      median-upper-bound: 7.6e-05
-      min-lower-bound: 1.9e-05
-    FullCache:
-      max-upper-bound: 5.6e-05
-      median-lower-bound: 5.0e-06
-      median-upper-bound: 2.0e-05
-      min-lower-bound: 5.0e-06
-    HotCache:
-      max-upper-bound: 2.2e-05
-      median-lower-bound: 5.0e-06
-      median-upper-bound: 2.0e-05
-      min-lower-bound: 4.5e-06
-    Load/1:
-      max-upper-bound: 9.0e-05
-      median-lower-bound: 2.2e-05
-      median-upper-bound: 8.8e-05
-      min-lower-bound: 2.2e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.24e-05
-      median-lower-bound: 1.31e-05
-      median-upper-bound: 5.24e-05
-      min-lower-bound: 1.31e-05
-    FullCache:
-      max-upper-bound: 4.844e-05
-      median-lower-bound: 1.205e-05
-      median-upper-bound: 4.82e-05
-      min-lower-bound: 1.201e-05
-    HotCache:
-      max-upper-bound: 4.824e-05
-      median-lower-bound: 1.206e-05
-      median-upper-bound: 4.824e-05
-      min-lower-bound: 1.198e-05
-    Load/1:
-      max-upper-bound: 6.376e-05
-      median-lower-bound: 1.594e-05
-      median-upper-bound: 6.376e-05
-      min-lower-bound: 1.578e-05
-    Load/2:
-      max-upper-bound: 6.376e-05
-      median-lower-bound: 1.594e-05
-      median-upper-bound: 6.376e-05
-      min-lower-bound: 1.578e-05
-    Load/3:
-      max-upper-bound: 6.384e-05
-      median-lower-bound: 1.596e-05
-      median-upper-bound: 6.384e-05
-      min-lower-bound: 1.592e-05
-    Load/4:
-      max-upper-bound: 6.384e-05
-      median-lower-bound: 1.596e-05
-      median-upper-bound: 6.384e-05
-      min-lower-bound: 1.592e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.6328e-05
-      median-lower-bound: 1.3736e-05
-      median-upper-bound: 5.4944e-05
-      min-lower-bound: 1.328e-05
-    FullCache:
-      max-upper-bound: 3.7944e-05
-      median-lower-bound: 4.84e-06
-      median-upper-bound: 1.936e-05
-      min-lower-bound: 4.836e-06
-    HotCache:
-      max-upper-bound: 1.0888e-05
-      median-lower-bound: 2.594e-06
-      median-upper-bound: 1.0376e-05
-      min-lower-bound: 2.594e-06
-    Load/1:
-      max-upper-bound: 9.796e-05
-      median-lower-bound: 1.4458e-05
-      median-upper-bound: 5.7832e-05
-      min-lower-bound: 1.348e-05
-    Load/2:
-      max-upper-bound: 0.000327536
-      median-lower-bound: 7.9166e-05
-      median-upper-bound: 0.000316664
-      min-lower-bound: 7.9102e-05
-    Load/3:
-      max-upper-bound: 0.000500904
-      median-lower-bound: 0.000122864
-      median-upper-bound: 0.000491456
-      min-lower-bound: 0.000121272
-    Load/4:
-      max-upper-bound: 0.000578688
-      median-lower-bound: 0.000143352
-      median-upper-bound: 0.000573408
-      min-lower-bound: 0.000140178
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 2.916e-05
-      median-lower-bound: 7.27e-06
-      median-upper-bound: 2.908e-05
-      min-lower-bound: 7.13e-06
-    FullCache:
-      max-upper-bound: 2.472e-05
-      median-lower-bound: 6.18e-06
-      median-upper-bound: 2.472e-05
-      min-lower-bound: 6.18e-06
-    HotCache:
-      max-upper-bound: 2.524e-05
-      median-lower-bound: 6.31e-06
-      median-upper-bound: 2.524e-05
-      min-lower-bound: 6.31e-06
-    Load/1:
-      max-upper-bound: 4.068e-05
-      median-lower-bound: 1.007e-05
-      median-upper-bound: 4.028e-05
-      min-lower-bound: 9.97e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 3.5664e-05
-      median-lower-bound: 8.54e-06
-      median-upper-bound: 3.416e-05
-      min-lower-bound: 8.486e-06
-    FullCache:
-      max-upper-bound: 3.0464e-05
-      median-lower-bound: 2.886e-06
-      median-upper-bound: 1.1544e-05
-      min-lower-bound: 2.876e-06
-    HotCache:
-      max-upper-bound: 4.6e-06
-      median-lower-bound: 1.15e-06
-      median-upper-bound: 4.6e-06
-      min-lower-bound: 1.15e-06
-    Load/1:
-      max-upper-bound: 4.0496e-05
-      median-lower-bound: 9.764e-06
-      median-upper-bound: 3.9056e-05
-      min-lower-bound: 9.682e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/event/req/perf-isr-preempt.yml b/spec/rtems/event/req/perf-isr-preempt.yml
index d14ffd12..61a8e7d3 100644
--- a/spec/rtems/event/req/perf-isr-preempt.yml
+++ b/spec/rtems/event/req/perf-isr-preempt.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.000102
-      median-lower-bound: 2.55e-05
-      median-upper-bound: 0.000102
-      min-lower-bound: 2.55e-05
-    FullCache:
-      max-upper-bound: 0.000106
-      median-lower-bound: 2.6e-05
-      median-upper-bound: 0.000104
-      min-lower-bound: 2.55e-05
-    HotCache:
-      max-upper-bound: 0.000106
-      median-lower-bound: 2.6e-05
-      median-upper-bound: 0.000104
-      min-lower-bound: 2.55e-05
-    Load/1:
-      max-upper-bound: 0.000104
-      median-lower-bound: 2.6e-05
-      median-upper-bound: 0.000104
-      min-lower-bound: 2.6e-05
-    Load/2:
-      max-upper-bound: 0.000104
-      median-lower-bound: 2.6e-05
-      median-upper-bound: 0.000104
-      min-lower-bound: 2.6e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000202
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 5.0e-05
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 2.35e-05
-      median-upper-bound: 9.4e-05
-      min-lower-bound: 2.35e-05
-    HotCache:
-      max-upper-bound: 8.6e-05
-      median-lower-bound: 2.15e-05
-      median-upper-bound: 8.6e-05
-      min-lower-bound: 2.1e-05
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 4.95e-05
-      median-upper-bound: 0.000198
-      min-lower-bound: 4.95e-05
-    Load/2:
-      max-upper-bound: 0.000244
-      median-lower-bound: 5.9e-05
-      median-upper-bound: 0.000236
-      min-lower-bound: 5.9e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.85e-05
-      median-upper-bound: 0.000114
-      min-lower-bound: 2.85e-05
-    FullCache:
-      max-upper-bound: 0.000122
-      median-lower-bound: 1.4e-05
-      median-upper-bound: 5.6e-05
-      min-lower-bound: 1.35e-05
-    HotCache:
-      max-upper-bound: 5.0e-05
-      median-lower-bound: 1.25e-05
-      median-upper-bound: 5.0e-05
-      min-lower-bound: 1.25e-05
-    Load/1:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.9e-05
-      median-upper-bound: 0.000116
-      min-lower-bound: 2.85e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 9.896e-05
-      median-lower-bound: 2.474e-05
-      median-upper-bound: 9.896e-05
-      min-lower-bound: 2.452e-05
-    FullCache:
-      max-upper-bound: 9.904e-05
-      median-lower-bound: 2.476e-05
-      median-upper-bound: 9.904e-05
-      min-lower-bound: 2.472e-05
-    HotCache:
-      max-upper-bound: 9.904e-05
-      median-lower-bound: 2.476e-05
-      median-upper-bound: 9.904e-05
-      min-lower-bound: 2.476e-05
-    Load/1:
-      max-upper-bound: 9.92e-05
-      median-lower-bound: 2.48e-05
-      median-upper-bound: 9.92e-05
-      min-lower-bound: 2.454e-05
-    Load/2:
-      max-upper-bound: 9.92e-05
-      median-lower-bound: 2.48e-05
-      median-upper-bound: 9.92e-05
-      min-lower-bound: 2.454e-05
-    Load/3:
-      max-upper-bound: 9.92e-05
-      median-lower-bound: 2.48e-05
-      median-upper-bound: 9.92e-05
-      min-lower-bound: 2.454e-05
-    Load/4:
-      max-upper-bound: 9.92e-05
-      median-lower-bound: 2.48e-05
-      median-upper-bound: 9.92e-05
-      min-lower-bound: 2.454e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 7.6408e-05
-      median-lower-bound: 1.7576e-05
-      median-upper-bound: 7.0304e-05
-      min-lower-bound: 1.749e-05
-    FullCache:
-      max-upper-bound: 5.58e-05
-      median-lower-bound: 8.964e-06
-      median-upper-bound: 3.5856e-05
-      min-lower-bound: 8.904e-06
-    HotCache:
-      max-upper-bound: 2.0048e-05
-      median-lower-bound: 4.846e-06
-      median-upper-bound: 1.9384e-05
-      min-lower-bound: 4.846e-06
-    Load/1:
-      max-upper-bound: 0.000101528
-      median-lower-bound: 1.716e-05
-      median-upper-bound: 6.864e-05
-      min-lower-bound: 1.709e-05
-    Load/2:
-      max-upper-bound: 0.00050236
-      median-lower-bound: 0.00012228
-      median-upper-bound: 0.00048912
-      min-lower-bound: 0.000122274
-    Load/3:
-      max-upper-bound: 0.000795032
-      median-lower-bound: 0.000191836
-      median-upper-bound: 0.000767344
-      min-lower-bound: 0.00019179
-    Load/4:
-      max-upper-bound: 0.0009774
-      median-lower-bound: 0.000232526
-      median-upper-bound: 0.000930104
-      min-lower-bound: 0.00023248
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 6.264e-05
-      median-lower-bound: 1.566e-05
-      median-upper-bound: 6.264e-05
-      min-lower-bound: 1.548e-05
-    FullCache:
-      max-upper-bound: 6.224e-05
-      median-lower-bound: 1.556e-05
-      median-upper-bound: 6.224e-05
-      min-lower-bound: 1.544e-05
-    HotCache:
-      max-upper-bound: 6.248e-05
-      median-lower-bound: 1.562e-05
-      median-upper-bound: 6.248e-05
-      min-lower-bound: 1.562e-05
-    Load/1:
-      max-upper-bound: 6.264e-05
-      median-lower-bound: 1.566e-05
-      median-upper-bound: 6.264e-05
-      min-lower-bound: 1.548e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.008e-05
-      median-lower-bound: 1.1004e-05
-      median-upper-bound: 4.4016e-05
-      min-lower-bound: 1.0942e-05
-    FullCache:
-      max-upper-bound: 3.4472e-05
-      median-lower-bound: 5.838e-06
-      median-upper-bound: 2.3352e-05
-      min-lower-bound: 5.806e-06
-    HotCache:
-      max-upper-bound: 1.0104e-05
-      median-lower-bound: 2.526e-06
-      median-upper-bound: 1.0104e-05
-      min-lower-bound: 2.526e-06
-    Load/1:
-      max-upper-bound: 4.832e-05
-      median-lower-bound: 1.1052e-05
-      median-upper-bound: 4.4208e-05
-      min-lower-bound: 1.0958e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/event/req/perf-other-cpu.yml b/spec/rtems/event/req/perf-other-cpu.yml
index dec705c5..0cb40c6c 100644
--- a/spec/rtems/event/req/perf-other-cpu.yml
+++ b/spec/rtems/event/req/perf-other-cpu.yml
@@ -2,131 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: RTEMS_SMP
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.05e-05
-      median-upper-bound: 8.2e-05
-      min-lower-bound: 2.05e-05
-    FullCache:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 1.95e-05
-    HotCache:
-      max-upper-bound: 8.0e-05
-      median-lower-bound: 1.95e-05
-      median-upper-bound: 7.8e-05
-      min-lower-bound: 1.95e-05
-    Load/1:
-      max-upper-bound: 9.2e-05
-      median-lower-bound: 2.25e-05
-      median-upper-bound: 9.0e-05
-      min-lower-bound: 2.25e-05
-    Load/2:
-      max-upper-bound: 9.2e-05
-      median-lower-bound: 2.25e-05
-      median-upper-bound: 9.0e-05
-      min-lower-bound: 2.2e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000218
-      median-lower-bound: 5.4e-05
-      median-upper-bound: 0.000216
-      min-lower-bound: 5.35e-05
-    FullCache:
-      max-upper-bound: 0.000166
-      median-lower-bound: 1.8e-05
-      median-upper-bound: 7.2e-05
-      min-lower-bound: 1.8e-05
-    HotCache:
-      max-upper-bound: 7.2e-05
-      median-lower-bound: 1.75e-05
-      median-upper-bound: 7.0e-05
-      min-lower-bound: 1.7e-05
-    Load/1:
-      max-upper-bound: 0.000214
-      median-lower-bound: 5.35e-05
-      median-upper-bound: 0.000214
-      min-lower-bound: 5.3e-05
-    Load/2:
-      max-upper-bound: 0.000244
-      median-lower-bound: 6.05e-05
-      median-upper-bound: 0.000242
-      min-lower-bound: 6.0e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.792e-05
-      median-lower-bound: 1.927e-05
-      median-upper-bound: 7.708e-05
-      min-lower-bound: 1.912e-05
-    FullCache:
-      max-upper-bound: 7.66e-05
-      median-lower-bound: 1.902e-05
-      median-upper-bound: 7.608e-05
-      min-lower-bound: 1.844e-05
-    HotCache:
-      max-upper-bound: 7.544e-05
-      median-lower-bound: 1.886e-05
-      median-upper-bound: 7.544e-05
-      min-lower-bound: 1.881e-05
-    Load/1:
-      max-upper-bound: 8.528e-05
-      median-lower-bound: 2.127e-05
-      median-upper-bound: 8.508e-05
-      min-lower-bound: 2.092e-05
-    Load/2:
-      max-upper-bound: 8.616e-05
-      median-lower-bound: 2.136e-05
-      median-upper-bound: 8.544e-05
-      min-lower-bound: 2.073e-05
-    Load/3:
-      max-upper-bound: 8.548e-05
-      median-lower-bound: 2.132e-05
-      median-upper-bound: 8.528e-05
-      min-lower-bound: 2.089e-05
-    Load/4:
-      max-upper-bound: 8.592e-05
-      median-lower-bound: 2.1e-05
-      median-upper-bound: 8.4e-05
-      min-lower-bound: 2.081e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 8.8912e-05
-      median-lower-bound: 1.8192e-05
-      median-upper-bound: 7.2768e-05
-      min-lower-bound: 1.7966e-05
-    FullCache:
-      max-upper-bound: 9.0816e-05
-      median-lower-bound: 7.876e-06
-      median-upper-bound: 3.1504e-05
-      min-lower-bound: 7.806e-06
-    HotCache:
-      max-upper-bound: 1.7104e-05
-      median-lower-bound: 4.134e-06
-      median-upper-bound: 1.6536e-05
-      min-lower-bound: 4.134e-06
-    Load/1:
-      max-upper-bound: 0.000107288
-      median-lower-bound: 1.7154e-05
-      median-upper-bound: 6.8616e-05
-      min-lower-bound: 1.6958e-05
-    Load/2:
-      max-upper-bound: 0.000369872
-      median-lower-bound: 9.2262e-05
-      median-upper-bound: 0.000369048
-      min-lower-bound: 9.2108e-05
-    Load/3:
-      max-upper-bound: 0.000647064
-      median-lower-bound: 0.000157334
-      median-upper-bound: 0.000629336
-      min-lower-bound: 0.00015498
-    Load/4:
-      max-upper-bound: 0.000817592
-      median-lower-bound: 0.00020107
-      median-upper-bound: 0.00080428
-      min-lower-bound: 0.000200576
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/event/req/perf-other-not-satisfied.yml b/spec/rtems/event/req/perf-other-not-satisfied.yml
index 91ba677d..a86df1e1 100644
--- a/spec/rtems/event/req/perf-other-not-satisfied.yml
+++ b/spec/rtems/event/req/perf-other-not-satisfied.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 1.0e-05
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    FullCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    Load/1:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 4.0e-06
-    Load/2:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 4.0e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 4.0e-05
-      median-lower-bound: 9.5e-06
-      median-upper-bound: 3.8e-05
-      min-lower-bound: 9.5e-06
-    FullCache:
-      max-upper-bound: 2.2e-05
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 6.0e-05
-      median-lower-bound: 1.5e-05
-      median-upper-bound: 6.0e-05
-      min-lower-bound: 1.45e-05
-    Load/2:
-      max-upper-bound: 6.2e-05
-      median-lower-bound: 1.55e-05
-      median-upper-bound: 6.2e-05
-      min-lower-bound: 1.5e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 2.4e-05
-      median-lower-bound: 5.5e-06
-      median-upper-bound: 2.2e-05
-      min-lower-bound: 5.5e-06
-    FullCache:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 3.4e-05
-      median-lower-bound: 8.0e-06
-      median-upper-bound: 3.2e-05
-      min-lower-bound: 8.0e-06
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.76e-06
-      median-lower-bound: 1.9e-06
-      median-upper-bound: 7.6e-06
-      min-lower-bound: 1.86e-06
-    FullCache:
-      max-upper-bound: 7.52e-06
-      median-lower-bound: 1.88e-06
-      median-upper-bound: 7.52e-06
-      min-lower-bound: 1.83e-06
-    HotCache:
-      max-upper-bound: 7.48e-06
-      median-lower-bound: 1.87e-06
-      median-upper-bound: 7.48e-06
-      min-lower-bound: 1.87e-06
-    Load/1:
-      max-upper-bound: 1.544e-05
-      median-lower-bound: 3.86e-06
-      median-upper-bound: 1.544e-05
-      min-lower-bound: 3.8e-06
-    Load/2:
-      max-upper-bound: 1.544e-05
-      median-lower-bound: 3.86e-06
-      median-upper-bound: 1.544e-05
-      min-lower-bound: 3.8e-06
-    Load/3:
-      max-upper-bound: 1.544e-05
-      median-lower-bound: 3.86e-06
-      median-upper-bound: 1.544e-05
-      min-lower-bound: 3.8e-06
-    Load/4:
-      max-upper-bound: 1.544e-05
-      median-lower-bound: 3.86e-06
-      median-upper-bound: 1.544e-05
-      min-lower-bound: 3.8e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.8048e-05
-      median-lower-bound: 4.046e-06
-      median-upper-bound: 1.6184e-05
-      min-lower-bound: 3.83e-06
-    FullCache:
-      max-upper-bound: 8.448e-06
-      median-lower-bound: 6.74e-07
-      median-upper-bound: 2.696e-06
-      min-lower-bound: 6.74e-07
-    HotCache:
-      max-upper-bound: 2.184e-06
-      median-lower-bound: 4.22e-07
-      median-upper-bound: 1.688e-06
-      min-lower-bound: 4.22e-07
-    Load/1:
-      max-upper-bound: 3.8352e-05
-      median-lower-bound: 5.642e-06
-      median-upper-bound: 2.2568e-05
-      min-lower-bound: 4.648e-06
-    Load/2:
-      max-upper-bound: 6.9512e-05
-      median-lower-bound: 1.4056e-05
-      median-upper-bound: 5.6224e-05
-      min-lower-bound: 1.4008e-05
-    Load/3:
-      max-upper-bound: 8.4144e-05
-      median-lower-bound: 1.9332e-05
-      median-upper-bound: 7.7328e-05
-      min-lower-bound: 1.89e-05
-    Load/4:
-      max-upper-bound: 8.748e-05
-      median-lower-bound: 2.0526e-05
-      median-upper-bound: 8.2104e-05
-      min-lower-bound: 2.0224e-05
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 6.56e-06
-      median-lower-bound: 1.56e-06
-      median-upper-bound: 6.24e-06
-      min-lower-bound: 1.56e-06
-    FullCache:
-      max-upper-bound: 6.08e-06
-      median-lower-bound: 1.52e-06
-      median-upper-bound: 6.08e-06
-      min-lower-bound: 1.49e-06
-    HotCache:
-      max-upper-bound: 6.12e-06
-      median-lower-bound: 1.53e-06
-      median-upper-bound: 6.12e-06
-      min-lower-bound: 1.53e-06
-    Load/1:
-      max-upper-bound: 1.424e-05
-      median-lower-bound: 3.52e-06
-      median-upper-bound: 1.408e-05
-      min-lower-bound: 3.49e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.0608e-05
-      median-lower-bound: 2.616e-06
-      median-upper-bound: 1.0464e-05
-      min-lower-bound: 2.582e-06
-    FullCache:
-      max-upper-bound: 6.736e-06
-      median-lower-bound: 8.56e-07
-      median-upper-bound: 3.424e-06
-      min-lower-bound: 8.52e-07
-    HotCache:
-      max-upper-bound: 1.272e-06
-      median-lower-bound: 3.18e-07
-      median-upper-bound: 1.272e-06
-      min-lower-bound: 3.18e-07
-    Load/1:
-      max-upper-bound: 1.464e-05
-      median-lower-bound: 3.62e-06
-      median-upper-bound: 1.448e-05
-      min-lower-bound: 3.564e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/event/req/perf-other-preempt.yml b/spec/rtems/event/req/perf-other-preempt.yml
index 0bc6add0..1cafd97a 100644
--- a/spec/rtems/event/req/perf-other-preempt.yml
+++ b/spec/rtems/event/req/perf-other-preempt.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 7.8e-05
-      median-lower-bound: 1.95e-05
-      median-upper-bound: 7.8e-05
-      min-lower-bound: 1.9e-05
-    FullCache:
-      max-upper-bound: 7.6e-05
-      median-lower-bound: 1.9e-05
-      median-upper-bound: 7.6e-05
-      min-lower-bound: 1.85e-05
-    HotCache:
-      max-upper-bound: 7.6e-05
-      median-lower-bound: 1.9e-05
-      median-upper-bound: 7.6e-05
-      min-lower-bound: 1.85e-05
-    Load/1:
-      max-upper-bound: 8.6e-05
-      median-lower-bound: 2.15e-05
-      median-upper-bound: 8.6e-05
-      min-lower-bound: 2.1e-05
-    Load/2:
-      max-upper-bound: 8.6e-05
-      median-lower-bound: 2.15e-05
-      median-upper-bound: 8.6e-05
-      min-lower-bound: 2.15e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000188
-      median-lower-bound: 4.65e-05
-      median-upper-bound: 0.000186
-      min-lower-bound: 4.65e-05
-    FullCache:
-      max-upper-bound: 0.00015
-      median-lower-bound: 1.6e-05
-      median-upper-bound: 6.4e-05
-      min-lower-bound: 1.55e-05
-    HotCache:
-      max-upper-bound: 5.8e-05
-      median-lower-bound: 1.45e-05
-      median-upper-bound: 5.8e-05
-      min-lower-bound: 1.4e-05
-    Load/1:
-      max-upper-bound: 0.000186
-      median-lower-bound: 4.6e-05
-      median-upper-bound: 0.000184
-      min-lower-bound: 4.6e-05
-    Load/2:
-      max-upper-bound: 0.00022
-      median-lower-bound: 5.35e-05
-      median-upper-bound: 0.000214
-      min-lower-bound: 5.35e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000106
-      median-lower-bound: 2.6e-05
-      median-upper-bound: 0.000104
-      min-lower-bound: 2.6e-05
-    FullCache:
-      max-upper-bound: 9.6e-05
-      median-lower-bound: 1.05e-05
-      median-upper-bound: 4.2e-05
-      min-lower-bound: 1.0e-05
-    HotCache:
-      max-upper-bound: 3.8e-05
-      median-lower-bound: 9.0e-06
-      median-upper-bound: 3.6e-05
-      min-lower-bound: 9.0e-06
-    Load/1:
-      max-upper-bound: 0.000112
-      median-lower-bound: 2.75e-05
-      median-upper-bound: 0.00011
-      min-lower-bound: 2.75e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.344e-05
-      median-lower-bound: 1.836e-05
-      median-upper-bound: 7.344e-05
-      min-lower-bound: 1.836e-05
-    FullCache:
-      max-upper-bound: 7.2e-05
-      median-lower-bound: 1.792e-05
-      median-upper-bound: 7.168e-05
-      min-lower-bound: 1.784e-05
-    HotCache:
-      max-upper-bound: 7.156e-05
-      median-lower-bound: 1.789e-05
-      median-upper-bound: 7.156e-05
-      min-lower-bound: 1.781e-05
-    Load/1:
-      max-upper-bound: 8.188e-05
-      median-lower-bound: 2.047e-05
-      median-upper-bound: 8.188e-05
-      min-lower-bound: 2.043e-05
-    Load/2:
-      max-upper-bound: 8.124e-05
-      median-lower-bound: 2.031e-05
-      median-upper-bound: 8.124e-05
-      min-lower-bound: 2.027e-05
-    Load/3:
-      max-upper-bound: 8.188e-05
-      median-lower-bound: 2.047e-05
-      median-upper-bound: 8.188e-05
-      min-lower-bound: 2.043e-05
-    Load/4:
-      max-upper-bound: 8.124e-05
-      median-lower-bound: 2.031e-05
-      median-upper-bound: 8.124e-05
-      min-lower-bound: 2.027e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 7.6112e-05
-      median-lower-bound: 1.7872e-05
-      median-upper-bound: 7.1488e-05
-      min-lower-bound: 1.6898e-05
-    FullCache:
-      max-upper-bound: 9.2e-05
-      median-lower-bound: 7.59e-06
-      median-upper-bound: 3.036e-05
-      min-lower-bound: 7.54e-06
-    HotCache:
-      max-upper-bound: 1.4784e-05
-      median-lower-bound: 3.634e-06
-      median-upper-bound: 1.4536e-05
-      min-lower-bound: 3.634e-06
-    Load/1:
-      max-upper-bound: 9.9328e-05
-      median-lower-bound: 1.606e-05
-      median-upper-bound: 6.424e-05
-      min-lower-bound: 1.5634e-05
-    Load/2:
-      max-upper-bound: 0.00044488
-      median-lower-bound: 0.000107426
-      median-upper-bound: 0.000429704
-      min-lower-bound: 0.000107254
-    Load/3:
-      max-upper-bound: 0.000688336
-      median-lower-bound: 0.000168912
-      median-upper-bound: 0.000675648
-      min-lower-bound: 0.000167808
-    Load/4:
-      max-upper-bound: 0.000835664
-      median-lower-bound: 0.000199834
-      median-upper-bound: 0.000799336
-      min-lower-bound: 0.000198884
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 4.852e-05
-      median-lower-bound: 1.209e-05
-      median-upper-bound: 4.836e-05
-      min-lower-bound: 1.181e-05
-    FullCache:
-      max-upper-bound: 4.616e-05
-      median-lower-bound: 1.146e-05
-      median-upper-bound: 4.584e-05
-      min-lower-bound: 1.138e-05
-    HotCache:
-      max-upper-bound: 4.572e-05
-      median-lower-bound: 1.143e-05
-      median-upper-bound: 4.572e-05
-      min-lower-bound: 1.135e-05
-    Load/1:
-      max-upper-bound: 5.58e-05
-      median-lower-bound: 1.395e-05
-      median-upper-bound: 5.58e-05
-      min-lower-bound: 1.395e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 4.304e-05
-      median-lower-bound: 1.022e-05
-      median-upper-bound: 4.088e-05
-      min-lower-bound: 1.016e-05
-    FullCache:
-      max-upper-bound: 3.7024e-05
-      median-lower-bound: 5.126e-06
-      median-upper-bound: 2.0504e-05
-      min-lower-bound: 5.092e-06
-    HotCache:
-      max-upper-bound: 7.632e-06
-      median-lower-bound: 1.908e-06
-      median-upper-bound: 7.632e-06
-      min-lower-bound: 1.908e-06
-    Load/1:
-      max-upper-bound: 4.4704e-05
-      median-lower-bound: 1.0948e-05
-      median-upper-bound: 4.3792e-05
-      min-lower-bound: 1.0858e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/event/req/perf-other.yml b/spec/rtems/event/req/perf-other.yml
index bc0be320..f11ac180 100644
--- a/spec/rtems/event/req/perf-other.yml
+++ b/spec/rtems/event/req/perf-other.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 4.8e-05
-      median-lower-bound: 1.2e-05
-      median-upper-bound: 4.8e-05
-      min-lower-bound: 1.15e-05
-    FullCache:
-      max-upper-bound: 4.4e-05
-      median-lower-bound: 1.05e-05
-      median-upper-bound: 4.2e-05
-      min-lower-bound: 1.05e-05
-    HotCache:
-      max-upper-bound: 4.4e-05
-      median-lower-bound: 1.05e-05
-      median-upper-bound: 4.2e-05
-      min-lower-bound: 1.05e-05
-    Load/1:
-      max-upper-bound: 6.0e-05
-      median-lower-bound: 1.45e-05
-      median-upper-bound: 5.8e-05
-      min-lower-bound: 1.45e-05
-    Load/2:
-      max-upper-bound: 6.0e-05
-      median-lower-bound: 1.5e-05
-      median-upper-bound: 6.0e-05
-      min-lower-bound: 1.45e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000124
-      median-lower-bound: 3.05e-05
-      median-upper-bound: 0.000122
-      min-lower-bound: 3.0e-05
-    FullCache:
-      max-upper-bound: 8.4e-05
-      median-lower-bound: 9.0e-06
-      median-upper-bound: 3.6e-05
-      min-lower-bound: 9.0e-06
-    HotCache:
-      max-upper-bound: 3.4e-05
-      median-lower-bound: 8.5e-06
-      median-upper-bound: 3.4e-05
-      min-lower-bound: 8.0e-06
-    Load/1:
-      max-upper-bound: 0.000136
-      median-lower-bound: 3.35e-05
-      median-upper-bound: 0.000134
-      min-lower-bound: 3.35e-05
-    Load/2:
-      max-upper-bound: 0.000154
-      median-lower-bound: 3.8e-05
-      median-upper-bound: 0.000152
-      min-lower-bound: 3.75e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 6.8e-05
-      median-lower-bound: 1.7e-05
-      median-upper-bound: 6.8e-05
-      min-lower-bound: 1.65e-05
-    FullCache:
-      max-upper-bound: 4.6e-05
-      median-lower-bound: 4.5e-06
-      median-upper-bound: 1.8e-05
-      min-lower-bound: 4.0e-06
-    HotCache:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 3.5e-06
-    Load/1:
-      max-upper-bound: 8.0e-05
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 1.95e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 4.46e-05
-      median-lower-bound: 1.109e-05
-      median-upper-bound: 4.436e-05
-      min-lower-bound: 1.101e-05
-    FullCache:
-      max-upper-bound: 4.052e-05
-      median-lower-bound: 1.013e-05
-      median-upper-bound: 4.052e-05
-      min-lower-bound: 1.013e-05
-    HotCache:
-      max-upper-bound: 4.056e-05
-      median-lower-bound: 1.014e-05
-      median-upper-bound: 4.056e-05
-      min-lower-bound: 1.014e-05
-    Load/1:
-      max-upper-bound: 5.612e-05
-      median-lower-bound: 1.399e-05
-      median-upper-bound: 5.596e-05
-      min-lower-bound: 1.381e-05
-    Load/2:
-      max-upper-bound: 5.612e-05
-      median-lower-bound: 1.399e-05
-      median-upper-bound: 5.596e-05
-      min-lower-bound: 1.381e-05
-    Load/3:
-      max-upper-bound: 5.612e-05
-      median-lower-bound: 1.399e-05
-      median-upper-bound: 5.596e-05
-      min-lower-bound: 1.381e-05
-    Load/4:
-      max-upper-bound: 5.612e-05
-      median-lower-bound: 1.399e-05
-      median-upper-bound: 5.596e-05
-      min-lower-bound: 1.381e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.0584e-05
-      median-lower-bound: 1.2128e-05
-      median-upper-bound: 4.8512e-05
-      min-lower-bound: 1.1526e-05
-    FullCache:
-      max-upper-bound: 4.4608e-05
-      median-lower-bound: 3.976e-06
-      median-upper-bound: 1.5904e-05
-      min-lower-bound: 3.962e-06
-    HotCache:
-      max-upper-bound: 9.376e-06
-      median-lower-bound: 2.156e-06
-      median-upper-bound: 8.624e-06
-      min-lower-bound: 2.156e-06
-    Load/1:
-      max-upper-bound: 8.06e-05
-      median-lower-bound: 1.2864e-05
-      median-upper-bound: 5.1456e-05
-      min-lower-bound: 1.188e-05
-    Load/2:
-      max-upper-bound: 0.00028116
-      median-lower-bound: 6.6552e-05
-      median-upper-bound: 0.000266208
-      min-lower-bound: 6.635e-05
-    Load/3:
-      max-upper-bound: 0.000408136
-      median-lower-bound: 0.0001005
-      median-upper-bound: 0.000402
-      min-lower-bound: 9.8372e-05
-    Load/4:
-      max-upper-bound: 0.000479504
-      median-lower-bound: 0.0001173
-      median-upper-bound: 0.0004692
-      min-lower-bound: 0.000114648
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 2.58e-05
-      median-lower-bound: 6.41e-06
-      median-upper-bound: 2.564e-05
-      min-lower-bound: 6.21e-06
-    FullCache:
-      max-upper-bound: 2.124e-05
-      median-lower-bound: 5.31e-06
-      median-upper-bound: 2.124e-05
-      min-lower-bound: 5.31e-06
-    HotCache:
-      max-upper-bound: 2.112e-05
-      median-lower-bound: 5.28e-06
-      median-upper-bound: 2.112e-05
-      min-lower-bound: 5.28e-06
-    Load/1:
-      max-upper-bound: 3.74e-05
-      median-lower-bound: 9.31e-06
-      median-upper-bound: 3.724e-05
-      min-lower-bound: 9.23e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 2.9016e-05
-      median-lower-bound: 7.054e-06
-      median-upper-bound: 2.8216e-05
-      min-lower-bound: 6.994e-06
-    FullCache:
-      max-upper-bound: 2.0568e-05
-      median-lower-bound: 2.712e-06
-      median-upper-bound: 1.0848e-05
-      min-lower-bound: 2.692e-06
-    HotCache:
-      max-upper-bound: 4.024e-06
-      median-lower-bound: 1.006e-06
-      median-upper-bound: 4.024e-06
-      min-lower-bound: 1.006e-06
-    Load/1:
-      max-upper-bound: 3.3432e-05
-      median-lower-bound: 8.27e-06
-      median-upper-bound: 3.308e-05
-      min-lower-bound: 8.204e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/message/req/perf-receive-try.yml b/spec/rtems/message/req/perf-receive-try.yml
index 4df0031a..a8a5d167 100644
--- a/spec/rtems/message/req/perf-receive-try.yml
+++ b/spec/rtems/message/req/perf-receive-try.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 2.0e-06
-    FullCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    Load/1:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 3.5e-06
-    Load/2:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 3.5e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 3.4e-05
-      median-lower-bound: 8.5e-06
-      median-upper-bound: 3.4e-05
-      min-lower-bound: 8.0e-06
-    FullCache:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 5.8e-05
-      median-lower-bound: 1.4e-05
-      median-upper-bound: 5.6e-05
-      min-lower-bound: 1.4e-05
-    Load/2:
-      max-upper-bound: 6.0e-05
-      median-lower-bound: 1.45e-05
-      median-upper-bound: 5.8e-05
-      min-lower-bound: 1.45e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 2.2e-05
-      median-lower-bound: 5.0e-06
-      median-upper-bound: 2.0e-05
-      min-lower-bound: 5.0e-06
-    FullCache:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 4.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 5.0e-07
-    Load/1:
-      max-upper-bound: 3.2e-05
-      median-lower-bound: 8.0e-06
-      median-upper-bound: 3.2e-05
-      min-lower-bound: 7.5e-06
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.44e-06
-      median-lower-bound: 1.86e-06
-      median-upper-bound: 7.44e-06
-      min-lower-bound: 1.86e-06
-    FullCache:
-      max-upper-bound: 7.16e-06
-      median-lower-bound: 1.74e-06
-      median-upper-bound: 6.96e-06
-      min-lower-bound: 1.74e-06
-    HotCache:
-      max-upper-bound: 6.92e-06
-      median-lower-bound: 1.73e-06
-      median-upper-bound: 6.92e-06
-      min-lower-bound: 1.73e-06
-    Load/1:
-      max-upper-bound: 1.48e-05
-      median-lower-bound: 3.7e-06
-      median-upper-bound: 1.48e-05
-      min-lower-bound: 3.66e-06
-    Load/2:
-      max-upper-bound: 1.496e-05
-      median-lower-bound: 3.74e-06
-      median-upper-bound: 1.496e-05
-      min-lower-bound: 3.74e-06
-    Load/3:
-      max-upper-bound: 1.48e-05
-      median-lower-bound: 3.7e-06
-      median-upper-bound: 1.48e-05
-      min-lower-bound: 3.66e-06
-    Load/4:
-      max-upper-bound: 1.48e-05
-      median-lower-bound: 3.7e-06
-      median-upper-bound: 1.48e-05
-      min-lower-bound: 3.66e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.9624e-05
-      median-lower-bound: 4.534e-06
-      median-upper-bound: 1.8136e-05
-      min-lower-bound: 4.248e-06
-    FullCache:
-      max-upper-bound: 1.296e-05
-      median-lower-bound: 9.64e-07
-      median-upper-bound: 3.856e-06
-      min-lower-bound: 9.64e-07
-    HotCache:
-      max-upper-bound: 2.048e-06
-      median-lower-bound: 3.9e-07
-      median-upper-bound: 1.56e-06
-      min-lower-bound: 3.9e-07
-    Load/1:
-      max-upper-bound: 4.0488e-05
-      median-lower-bound: 5.902e-06
-      median-upper-bound: 2.3608e-05
-      min-lower-bound: 4.858e-06
-    Load/2:
-      max-upper-bound: 7.4216e-05
-      median-lower-bound: 1.6522e-05
-      median-upper-bound: 6.6088e-05
-      min-lower-bound: 1.6498e-05
-    Load/3:
-      max-upper-bound: 8.9152e-05
-      median-lower-bound: 2.2162e-05
-      median-upper-bound: 8.8648e-05
-      min-lower-bound: 1.9336e-05
-    Load/4:
-      max-upper-bound: 9.5696e-05
-      median-lower-bound: 2.307e-05
-      median-upper-bound: 9.228e-05
-      min-lower-bound: 2.1742e-05
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.52e-06
-      median-lower-bound: 1.37e-06
-      median-upper-bound: 5.48e-06
-      min-lower-bound: 1.37e-06
-    FullCache:
-      max-upper-bound: 5.44e-06
-      median-lower-bound: 1.34e-06
-      median-upper-bound: 5.36e-06
-      min-lower-bound: 1.3e-06
-    HotCache:
-      max-upper-bound: 5.4e-06
-      median-lower-bound: 1.35e-06
-      median-upper-bound: 5.4e-06
-      min-lower-bound: 1.35e-06
-    Load/1:
-      max-upper-bound: 1.324e-05
-      median-lower-bound: 3.31e-06
-      median-upper-bound: 1.324e-05
-      min-lower-bound: 3.22e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.1848e-05
-      median-lower-bound: 2.378e-06
-      median-upper-bound: 9.512e-06
-      min-lower-bound: 2.354e-06
-    FullCache:
-      max-upper-bound: 1.0824e-05
-      median-lower-bound: 8.54e-07
-      median-upper-bound: 3.416e-06
-      min-lower-bound: 8.48e-07
-    HotCache:
-      max-upper-bound: 1.096e-06
-      median-lower-bound: 2.74e-07
-      median-upper-bound: 1.096e-06
-      min-lower-bound: 2.74e-07
-    Load/1:
-      max-upper-bound: 1.508e-05
-      median-lower-bound: 3.436e-06
-      median-upper-bound: 1.3744e-05
-      min-lower-bound: 3.394e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/message/req/perf-receive-wait-forever.yml b/spec/rtems/message/req/perf-receive-wait-forever.yml
index 6f1f5b0f..84999b7d 100644
--- a/spec/rtems/message/req/perf-receive-wait-forever.yml
+++ b/spec/rtems/message/req/perf-receive-wait-forever.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 7.6e-05
-      median-lower-bound: 1.9e-05
-      median-upper-bound: 7.6e-05
-      min-lower-bound: 1.85e-05
-    FullCache:
-      max-upper-bound: 7.4e-05
-      median-lower-bound: 1.85e-05
-      median-upper-bound: 7.4e-05
-      min-lower-bound: 1.8e-05
-    HotCache:
-      max-upper-bound: 7.4e-05
-      median-lower-bound: 1.85e-05
-      median-upper-bound: 7.4e-05
-      min-lower-bound: 1.8e-05
-    Load/1:
-      max-upper-bound: 8.8e-05
-      median-lower-bound: 2.2e-05
-      median-upper-bound: 8.8e-05
-      min-lower-bound: 2.15e-05
-    Load/2:
-      max-upper-bound: 8.8e-05
-      median-lower-bound: 2.2e-05
-      median-upper-bound: 8.8e-05
-      min-lower-bound: 2.15e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000196
-      median-lower-bound: 4.85e-05
-      median-upper-bound: 0.000194
-      min-lower-bound: 4.85e-05
-    FullCache:
-      max-upper-bound: 0.000152
-      median-lower-bound: 1.85e-05
-      median-upper-bound: 7.4e-05
-      min-lower-bound: 1.85e-05
-    HotCache:
-      max-upper-bound: 7.0e-05
-      median-lower-bound: 1.75e-05
-      median-upper-bound: 7.0e-05
-      min-lower-bound: 1.7e-05
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 4.95e-05
-      median-upper-bound: 0.000198
-      min-lower-bound: 4.95e-05
-    Load/2:
-      max-upper-bound: 0.000238
-      median-lower-bound: 5.8e-05
-      median-upper-bound: 0.000232
-      min-lower-bound: 5.75e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.85e-05
-      median-upper-bound: 0.000114
-      min-lower-bound: 2.85e-05
-    FullCache:
-      max-upper-bound: 0.00011
-      median-lower-bound: 1.15e-05
-      median-upper-bound: 4.6e-05
-      min-lower-bound: 1.15e-05
-    HotCache:
-      max-upper-bound: 4.6e-05
-      median-lower-bound: 1.15e-05
-      median-upper-bound: 4.6e-05
-      min-lower-bound: 1.1e-05
-    Load/1:
-      max-upper-bound: 0.000122
-      median-lower-bound: 3.05e-05
-      median-upper-bound: 0.000122
-      min-lower-bound: 3.0e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.176e-05
-      median-lower-bound: 1.784e-05
-      median-upper-bound: 7.136e-05
-      min-lower-bound: 1.776e-05
-    FullCache:
-      max-upper-bound: 6.868e-05
-      median-lower-bound: 1.717e-05
-      median-upper-bound: 6.868e-05
-      min-lower-bound: 1.717e-05
-    HotCache:
-      max-upper-bound: 6.888e-05
-      median-lower-bound: 1.722e-05
-      median-upper-bound: 6.888e-05
-      min-lower-bound: 1.722e-05
-    Load/1:
-      max-upper-bound: 8.356e-05
-      median-lower-bound: 2.077e-05
-      median-upper-bound: 8.308e-05
-      min-lower-bound: 2.069e-05
-    Load/2:
-      max-upper-bound: 8.356e-05
-      median-lower-bound: 2.077e-05
-      median-upper-bound: 8.308e-05
-      min-lower-bound: 2.069e-05
-    Load/3:
-      max-upper-bound: 8.356e-05
-      median-lower-bound: 2.077e-05
-      median-upper-bound: 8.308e-05
-      min-lower-bound: 2.069e-05
-    Load/4:
-      max-upper-bound: 8.356e-05
-      median-lower-bound: 2.077e-05
-      median-upper-bound: 8.308e-05
-      min-lower-bound: 2.069e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 7.6848e-05
-      median-lower-bound: 1.8436e-05
-      median-upper-bound: 7.3744e-05
-      min-lower-bound: 1.7486e-05
-    FullCache:
-      max-upper-bound: 7.9496e-05
-      median-lower-bound: 8.774e-06
-      median-upper-bound: 3.5096e-05
-      min-lower-bound: 8.734e-06
-    HotCache:
-      max-upper-bound: 1.4528e-05
-      median-lower-bound: 3.56e-06
-      median-upper-bound: 1.424e-05
-      min-lower-bound: 3.56e-06
-    Load/1:
-      max-upper-bound: 0.000120608
-      median-lower-bound: 1.7804e-05
-      median-upper-bound: 7.1216e-05
-      min-lower-bound: 1.7564e-05
-    Load/2:
-      max-upper-bound: 0.00050312
-      median-lower-bound: 0.000119652
-      median-upper-bound: 0.000478608
-      min-lower-bound: 0.000119592
-    Load/3:
-      max-upper-bound: 0.000780432
-      median-lower-bound: 0.000189674
-      median-upper-bound: 0.000758696
-      min-lower-bound: 0.000187986
-    Load/4:
-      max-upper-bound: 0.000930864
-      median-lower-bound: 0.000223454
-      median-upper-bound: 0.000893816
-      min-lower-bound: 0.000223392
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.272e-05
-      median-lower-bound: 1.314e-05
-      median-upper-bound: 5.256e-05
-      min-lower-bound: 1.3e-05
-    FullCache:
-      max-upper-bound: 5.036e-05
-      median-lower-bound: 1.259e-05
-      median-upper-bound: 5.036e-05
-      min-lower-bound: 1.255e-05
-    HotCache:
-      max-upper-bound: 5.032e-05
-      median-lower-bound: 1.258e-05
-      median-upper-bound: 5.032e-05
-      min-lower-bound: 1.258e-05
-    Load/1:
-      max-upper-bound: 6.028e-05
-      median-lower-bound: 1.503e-05
-      median-upper-bound: 6.012e-05
-      min-lower-bound: 1.491e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.2592e-05
-      median-lower-bound: 1.1908e-05
-      median-upper-bound: 4.7632e-05
-      min-lower-bound: 1.1862e-05
-    FullCache:
-      max-upper-bound: 4.8024e-05
-      median-lower-bound: 5.576e-06
-      median-upper-bound: 2.2304e-05
-      min-lower-bound: 5.56e-06
-    HotCache:
-      max-upper-bound: 8.816e-06
-      median-lower-bound: 2.204e-06
-      median-upper-bound: 8.816e-06
-      min-lower-bound: 2.204e-06
-    Load/1:
-      max-upper-bound: 5.6224e-05
-      median-lower-bound: 1.2816e-05
-      median-upper-bound: 5.1264e-05
-      min-lower-bound: 1.2756e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/message/req/perf-receive-wait-timed.yml b/spec/rtems/message/req/perf-receive-wait-timed.yml
index 3a39429e..49c4ddd7 100644
--- a/spec/rtems/message/req/perf-receive-wait-timed.yml
+++ b/spec/rtems/message/req/perf-receive-wait-timed.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.4e-05
-      median-lower-bound: 2.05e-05
-      median-upper-bound: 8.2e-05
-      min-lower-bound: 2.05e-05
-    FullCache:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 1.95e-05
-    HotCache:
-      max-upper-bound: 8.0e-05
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 1.95e-05
-    Load/1:
-      max-upper-bound: 9.6e-05
-      median-lower-bound: 2.35e-05
-      median-upper-bound: 9.4e-05
-      min-lower-bound: 2.3e-05
-    Load/2:
-      max-upper-bound: 9.6e-05
-      median-lower-bound: 2.35e-05
-      median-upper-bound: 9.4e-05
-      min-lower-bound: 2.35e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.00021
-      median-lower-bound: 5.2e-05
-      median-upper-bound: 0.000208
-      min-lower-bound: 5.15e-05
-    FullCache:
-      max-upper-bound: 0.000156
-      median-lower-bound: 2.1e-05
-      median-upper-bound: 8.4e-05
-      min-lower-bound: 2.05e-05
-    HotCache:
-      max-upper-bound: 7.8e-05
-      median-lower-bound: 1.95e-05
-      median-upper-bound: 7.8e-05
-      min-lower-bound: 1.95e-05
-    Load/1:
-      max-upper-bound: 0.000212
-      median-lower-bound: 5.25e-05
-      median-upper-bound: 0.00021
-      min-lower-bound: 5.25e-05
-    Load/2:
-      max-upper-bound: 0.000256
-      median-lower-bound: 6.2e-05
-      median-upper-bound: 0.000248
-      min-lower-bound: 6.2e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000126
-      median-lower-bound: 3.1e-05
-      median-upper-bound: 0.000124
-      min-lower-bound: 3.1e-05
-    FullCache:
-      max-upper-bound: 0.00011
-      median-lower-bound: 1.25e-05
-      median-upper-bound: 5.0e-05
-      min-lower-bound: 1.2e-05
-    HotCache:
-      max-upper-bound: 5.0e-05
-      median-lower-bound: 1.2e-05
-      median-upper-bound: 4.8e-05
-      min-lower-bound: 1.2e-05
-    Load/1:
-      max-upper-bound: 0.000132
-      median-lower-bound: 3.3e-05
-      median-upper-bound: 0.000132
-      min-lower-bound: 3.25e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.736e-05
-      median-lower-bound: 1.934e-05
-      median-upper-bound: 7.736e-05
-      min-lower-bound: 1.934e-05
-    FullCache:
-      max-upper-bound: 7.604e-05
-      median-lower-bound: 1.891e-05
-      median-upper-bound: 7.564e-05
-      min-lower-bound: 1.889e-05
-    HotCache:
-      max-upper-bound: 7.624e-05
-      median-lower-bound: 1.906e-05
-      median-upper-bound: 7.624e-05
-      min-lower-bound: 1.902e-05
-    Load/1:
-      max-upper-bound: 9.02e-05
-      median-lower-bound: 2.255e-05
-      median-upper-bound: 9.02e-05
-      min-lower-bound: 2.243e-05
-    Load/2:
-      max-upper-bound: 9.004e-05
-      median-lower-bound: 2.251e-05
-      median-upper-bound: 9.004e-05
-      min-lower-bound: 2.223e-05
-    Load/3:
-      max-upper-bound: 9.02e-05
-      median-lower-bound: 2.255e-05
-      median-upper-bound: 9.02e-05
-      min-lower-bound: 2.243e-05
-    Load/4:
-      max-upper-bound: 9.02e-05
-      median-lower-bound: 2.255e-05
-      median-upper-bound: 9.02e-05
-      min-lower-bound: 2.243e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 8.3288e-05
-      median-lower-bound: 1.9524e-05
-      median-upper-bound: 7.8096e-05
-      min-lower-bound: 1.872e-05
-    FullCache:
-      max-upper-bound: 8.4776e-05
-      median-lower-bound: 9.438e-06
-      median-upper-bound: 3.7752e-05
-      min-lower-bound: 9.394e-06
-    HotCache:
-      max-upper-bound: 1.6472e-05
-      median-lower-bound: 4.018e-06
-      median-upper-bound: 1.6072e-05
-      min-lower-bound: 4.018e-06
-    Load/1:
-      max-upper-bound: 0.000124184
-      median-lower-bound: 1.904e-05
-      median-upper-bound: 7.616e-05
-      min-lower-bound: 1.864e-05
-    Load/2:
-      max-upper-bound: 0.000534784
-      median-lower-bound: 0.000127222
-      median-upper-bound: 0.000508888
-      min-lower-bound: 0.000127082
-    Load/3:
-      max-upper-bound: 0.000828448
-      median-lower-bound: 0.000202946
-      median-upper-bound: 0.000811784
-      min-lower-bound: 0.00019972
-    Load/4:
-      max-upper-bound: 0.000987144
-      median-lower-bound: 0.000238754
-      median-upper-bound: 0.000955016
-      min-lower-bound: 0.000238604
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.676e-05
-      median-lower-bound: 1.411e-05
-      median-upper-bound: 5.644e-05
-      min-lower-bound: 1.401e-05
-    FullCache:
-      max-upper-bound: 5.416e-05
-      median-lower-bound: 1.354e-05
-      median-upper-bound: 5.416e-05
-      min-lower-bound: 1.354e-05
-    HotCache:
-      max-upper-bound: 5.436e-05
-      median-lower-bound: 1.359e-05
-      median-upper-bound: 5.436e-05
-      min-lower-bound: 1.359e-05
-    Load/1:
-      max-upper-bound: 6.456e-05
-      median-lower-bound: 1.61e-05
-      median-upper-bound: 6.44e-05
-      min-lower-bound: 1.598e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.2896e-05
-      median-lower-bound: 1.32e-05
-      median-upper-bound: 5.28e-05
-      min-lower-bound: 1.3192e-05
-    FullCache:
-      max-upper-bound: 4.8104e-05
-      median-lower-bound: 6.236e-06
-      median-upper-bound: 2.4944e-05
-      min-lower-bound: 6.196e-06
-    HotCache:
-      max-upper-bound: 9.76e-06
-      median-lower-bound: 2.41e-06
-      median-upper-bound: 9.64e-06
-      min-lower-bound: 2.41e-06
-    Load/1:
-      max-upper-bound: 5.712e-05
-      median-lower-bound: 1.414e-05
-      median-upper-bound: 5.656e-05
-      min-lower-bound: 1.4086e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/message/req/perf-send-other-cpu.yml b/spec/rtems/message/req/perf-send-other-cpu.yml
index 72bf93c0..0c8cee41 100644
--- a/spec/rtems/message/req/perf-send-other-cpu.yml
+++ b/spec/rtems/message/req/perf-send-other-cpu.yml
@@ -2,131 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: RTEMS_SMP
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 9.4e-05
-      median-lower-bound: 2.35e-05
-      median-upper-bound: 9.4e-05
-      min-lower-bound: 2.25e-05
-    FullCache:
-      max-upper-bound: 9.0e-05
-      median-lower-bound: 2.25e-05
-      median-upper-bound: 9.0e-05
-      min-lower-bound: 2.2e-05
-    HotCache:
-      max-upper-bound: 9.2e-05
-      median-lower-bound: 2.25e-05
-      median-upper-bound: 9.0e-05
-      min-lower-bound: 2.25e-05
-    Load/1:
-      max-upper-bound: 0.000102
-      median-lower-bound: 2.55e-05
-      median-upper-bound: 0.000102
-      min-lower-bound: 2.5e-05
-    Load/2:
-      max-upper-bound: 0.000102
-      median-lower-bound: 2.5e-05
-      median-upper-bound: 0.0001
-      min-lower-bound: 2.45e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000238
-      median-lower-bound: 5.9e-05
-      median-upper-bound: 0.000236
-      min-lower-bound: 5.9e-05
-    FullCache:
-      max-upper-bound: 0.000112
-      median-lower-bound: 2.1e-05
-      median-upper-bound: 8.4e-05
-      min-lower-bound: 2.05e-05
-    HotCache:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 2.0e-05
-    Load/1:
-      max-upper-bound: 0.000234
-      median-lower-bound: 5.8e-05
-      median-upper-bound: 0.000232
-      min-lower-bound: 5.8e-05
-    Load/2:
-      max-upper-bound: 0.000268
-      median-lower-bound: 6.6e-05
-      median-upper-bound: 0.000264
-      min-lower-bound: 6.6e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 8.768e-05
-      median-lower-bound: 2.181e-05
-      median-upper-bound: 8.724e-05
-      min-lower-bound: 2.172e-05
-    FullCache:
-      max-upper-bound: 8.576e-05
-      median-lower-bound: 2.14e-05
-      median-upper-bound: 8.56e-05
-      min-lower-bound: 2.132e-05
-    HotCache:
-      max-upper-bound: 8.476e-05
-      median-lower-bound: 2.119e-05
-      median-upper-bound: 8.476e-05
-      min-lower-bound: 2.117e-05
-    Load/1:
-      max-upper-bound: 9.576e-05
-      median-lower-bound: 2.387e-05
-      median-upper-bound: 9.548e-05
-      min-lower-bound: 2.334e-05
-    Load/2:
-      max-upper-bound: 9.584e-05
-      median-lower-bound: 2.375e-05
-      median-upper-bound: 9.5e-05
-      min-lower-bound: 2.321e-05
-    Load/3:
-      max-upper-bound: 9.584e-05
-      median-lower-bound: 2.375e-05
-      median-upper-bound: 9.5e-05
-      min-lower-bound: 2.321e-05
-    Load/4:
-      max-upper-bound: 9.576e-05
-      median-lower-bound: 2.386e-05
-      median-upper-bound: 9.544e-05
-      min-lower-bound: 2.317e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 9.4624e-05
-      median-lower-bound: 2.0306e-05
-      median-upper-bound: 8.1224e-05
-      min-lower-bound: 1.9922e-05
-    FullCache:
-      max-upper-bound: 5.436e-05
-      median-lower-bound: 9.22e-06
-      median-upper-bound: 3.688e-05
-      min-lower-bound: 9.106e-06
-    HotCache:
-      max-upper-bound: 1.9776e-05
-      median-lower-bound: 4.776e-06
-      median-upper-bound: 1.9104e-05
-      min-lower-bound: 4.776e-06
-    Load/1:
-      max-upper-bound: 0.000108176
-      median-lower-bound: 1.9106e-05
-      median-upper-bound: 7.6424e-05
-      min-lower-bound: 1.8912e-05
-    Load/2:
-      max-upper-bound: 0.00043296
-      median-lower-bound: 0.00010756
-      median-upper-bound: 0.00043024
-      min-lower-bound: 0.000107404
-    Load/3:
-      max-upper-bound: 0.000766288
-      median-lower-bound: 0.000187162
-      median-upper-bound: 0.000748648
-      min-lower-bound: 0.000185116
-    Load/4:
-      max-upper-bound: 0.000961368
-      median-lower-bound: 0.000237486
-      median-upper-bound: 0.000949944
-      min-lower-bound: 0.000237038
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/message/req/perf-send-other.yml b/spec/rtems/message/req/perf-send-other.yml
index be1688b2..5676c866 100644
--- a/spec/rtems/message/req/perf-send-other.yml
+++ b/spec/rtems/message/req/perf-send-other.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 6.0e-05
-      median-lower-bound: 1.5e-05
-      median-upper-bound: 6.0e-05
-      min-lower-bound: 1.45e-05
-    FullCache:
-      max-upper-bound: 5.6e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.35e-05
-    HotCache:
-      max-upper-bound: 5.6e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.35e-05
-    Load/1:
-      max-upper-bound: 7.2e-05
-      median-lower-bound: 1.75e-05
-      median-upper-bound: 7.0e-05
-      min-lower-bound: 1.75e-05
-    Load/2:
-      max-upper-bound: 7.2e-05
-      median-lower-bound: 1.8e-05
-      median-upper-bound: 7.2e-05
-      min-lower-bound: 1.75e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000144
-      median-lower-bound: 3.55e-05
-      median-upper-bound: 0.000142
-      min-lower-bound: 3.55e-05
-    FullCache:
-      max-upper-bound: 7.8e-05
-      median-lower-bound: 1.6e-05
-      median-upper-bound: 6.4e-05
-      min-lower-bound: 1.55e-05
-    HotCache:
-      max-upper-bound: 6.2e-05
-      median-lower-bound: 1.5e-05
-      median-upper-bound: 6.0e-05
-      min-lower-bound: 1.5e-05
-    Load/1:
-      max-upper-bound: 0.000156
-      median-lower-bound: 3.85e-05
-      median-upper-bound: 0.000154
-      min-lower-bound: 3.8e-05
-    Load/2:
-      max-upper-bound: 0.000174
-      median-lower-bound: 4.35e-05
-      median-upper-bound: 0.000174
-      min-lower-bound: 4.3e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.05e-05
-      median-upper-bound: 8.2e-05
-      min-lower-bound: 2.0e-05
-    FullCache:
-      max-upper-bound: 4.6e-05
-      median-lower-bound: 6.5e-06
-      median-upper-bound: 2.6e-05
-      min-lower-bound: 6.5e-06
-    HotCache:
-      max-upper-bound: 2.4e-05
-      median-lower-bound: 6.0e-06
-      median-upper-bound: 2.4e-05
-      min-lower-bound: 5.5e-06
-    Load/1:
-      max-upper-bound: 9.4e-05
-      median-lower-bound: 2.35e-05
-      median-upper-bound: 9.4e-05
-      min-lower-bound: 2.3e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.588e-05
-      median-lower-bound: 1.397e-05
-      median-upper-bound: 5.588e-05
-      min-lower-bound: 1.397e-05
-    FullCache:
-      max-upper-bound: 5.228e-05
-      median-lower-bound: 1.305e-05
-      median-upper-bound: 5.22e-05
-      min-lower-bound: 1.289e-05
-    HotCache:
-      max-upper-bound: 5.2e-05
-      median-lower-bound: 1.3e-05
-      median-upper-bound: 5.2e-05
-      min-lower-bound: 1.292e-05
-    Load/1:
-      max-upper-bound: 6.732e-05
-      median-lower-bound: 1.683e-05
-      median-upper-bound: 6.732e-05
-      min-lower-bound: 1.671e-05
-    Load/2:
-      max-upper-bound: 6.732e-05
-      median-lower-bound: 1.683e-05
-      median-upper-bound: 6.732e-05
-      min-lower-bound: 1.671e-05
-    Load/3:
-      max-upper-bound: 6.804e-05
-      median-lower-bound: 1.701e-05
-      median-upper-bound: 6.804e-05
-      min-lower-bound: 1.701e-05
-    Load/4:
-      max-upper-bound: 6.804e-05
-      median-lower-bound: 1.701e-05
-      median-upper-bound: 6.804e-05
-      min-lower-bound: 1.701e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.772e-05
-      median-lower-bound: 1.3486e-05
-      median-upper-bound: 5.3944e-05
-      min-lower-bound: 1.2942e-05
-    FullCache:
-      max-upper-bound: 4.2232e-05
-      median-lower-bound: 5.844e-06
-      median-upper-bound: 2.3376e-05
-      min-lower-bound: 5.83e-06
-    HotCache:
-      max-upper-bound: 1.1944e-05
-      median-lower-bound: 2.804e-06
-      median-upper-bound: 1.1216e-05
-      min-lower-bound: 2.804e-06
-    Load/1:
-      max-upper-bound: 9.0672e-05
-      median-lower-bound: 1.4414e-05
-      median-upper-bound: 5.7656e-05
-      min-lower-bound: 1.3466e-05
-    Load/2:
-      max-upper-bound: 0.000326056
-      median-lower-bound: 8.0318e-05
-      median-upper-bound: 0.000321272
-      min-lower-bound: 8.0088e-05
-    Load/3:
-      max-upper-bound: 0.000494512
-      median-lower-bound: 0.000123134
-      median-upper-bound: 0.000492536
-      min-lower-bound: 0.000120764
-    Load/4:
-      max-upper-bound: 0.000580544
-      median-lower-bound: 0.000144162
-      median-upper-bound: 0.000576648
-      min-lower-bound: 0.000141978
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 3.492e-05
-      median-lower-bound: 8.67e-06
-      median-upper-bound: 3.468e-05
-      min-lower-bound: 8.47e-06
-    FullCache:
-      max-upper-bound: 3.056e-05
-      median-lower-bound: 7.64e-06
-      median-upper-bound: 3.056e-05
-      min-lower-bound: 7.64e-06
-    HotCache:
-      max-upper-bound: 3.012e-05
-      median-lower-bound: 7.53e-06
-      median-upper-bound: 3.012e-05
-      min-lower-bound: 7.53e-06
-    Load/1:
-      max-upper-bound: 4.684e-05
-      median-lower-bound: 1.155e-05
-      median-upper-bound: 4.62e-05
-      min-lower-bound: 1.153e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 3.3184e-05
-      median-lower-bound: 8.216e-06
-      median-upper-bound: 3.2864e-05
-      min-lower-bound: 8.18e-06
-    FullCache:
-      max-upper-bound: 2.332e-05
-      median-lower-bound: 3.608e-06
-      median-upper-bound: 1.4432e-05
-      min-lower-bound: 3.598e-06
-    HotCache:
-      max-upper-bound: 5.424e-06
-      median-lower-bound: 1.356e-06
-      median-upper-bound: 5.424e-06
-      min-lower-bound: 1.356e-06
-    Load/1:
-      max-upper-bound: 3.784e-05
-      median-lower-bound: 9.392e-06
-      median-upper-bound: 3.7568e-05
-      min-lower-bound: 9.35e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/message/req/perf-send-preempt.yml b/spec/rtems/message/req/perf-send-preempt.yml
index 60946bb0..664576f1 100644
--- a/spec/rtems/message/req/perf-send-preempt.yml
+++ b/spec/rtems/message/req/perf-send-preempt.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 9.0e-05
-      median-lower-bound: 2.25e-05
-      median-upper-bound: 9.0e-05
-      min-lower-bound: 2.2e-05
-    FullCache:
-      max-upper-bound: 8.8e-05
-      median-lower-bound: 2.2e-05
-      median-upper-bound: 8.8e-05
-      min-lower-bound: 2.15e-05
-    HotCache:
-      max-upper-bound: 8.6e-05
-      median-lower-bound: 2.15e-05
-      median-upper-bound: 8.6e-05
-      min-lower-bound: 2.15e-05
-    Load/1:
-      max-upper-bound: 9.8e-05
-      median-lower-bound: 2.45e-05
-      median-upper-bound: 9.8e-05
-      min-lower-bound: 2.4e-05
-    Load/2:
-      max-upper-bound: 9.8e-05
-      median-lower-bound: 2.45e-05
-      median-upper-bound: 9.8e-05
-      min-lower-bound: 2.45e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.00021
-      median-lower-bound: 5.2e-05
-      median-upper-bound: 0.000208
-      min-lower-bound: 5.2e-05
-    FullCache:
-      max-upper-bound: 0.000102
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 2.0e-05
-    HotCache:
-      max-upper-bound: 7.4e-05
-      median-lower-bound: 1.85e-05
-      median-upper-bound: 7.4e-05
-      min-lower-bound: 1.8e-05
-    Load/1:
-      max-upper-bound: 0.000204
-      median-lower-bound: 5.05e-05
-      median-upper-bound: 0.000202
-      min-lower-bound: 5.05e-05
-    Load/2:
-      max-upper-bound: 0.00024
-      median-lower-bound: 5.95e-05
-      median-upper-bound: 0.000238
-      min-lower-bound: 5.9e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.85e-05
-      median-upper-bound: 0.000114
-      min-lower-bound: 2.85e-05
-    FullCache:
-      max-upper-bound: 6.4e-05
-      median-lower-bound: 1.15e-05
-      median-upper-bound: 4.6e-05
-      min-lower-bound: 1.1e-05
-    HotCache:
-      max-upper-bound: 4.2e-05
-      median-lower-bound: 1.0e-05
-      median-upper-bound: 4.0e-05
-      min-lower-bound: 1.0e-05
-    Load/1:
-      max-upper-bound: 0.000122
-      median-lower-bound: 3.05e-05
-      median-upper-bound: 0.000122
-      min-lower-bound: 3.0e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 8.54e-05
-      median-lower-bound: 2.135e-05
-      median-upper-bound: 8.54e-05
-      min-lower-bound: 2.111e-05
-    FullCache:
-      max-upper-bound: 8.344e-05
-      median-lower-bound: 2.082e-05
-      median-upper-bound: 8.328e-05
-      min-lower-bound: 2.072e-05
-    HotCache:
-      max-upper-bound: 8.348e-05
-      median-lower-bound: 2.087e-05
-      median-upper-bound: 8.348e-05
-      min-lower-bound: 2.087e-05
-    Load/1:
-      max-upper-bound: 9.264e-05
-      median-lower-bound: 2.316e-05
-      median-upper-bound: 9.264e-05
-      min-lower-bound: 2.316e-05
-    Load/2:
-      max-upper-bound: 9.392e-05
-      median-lower-bound: 2.348e-05
-      median-upper-bound: 9.392e-05
-      min-lower-bound: 2.348e-05
-    Load/3:
-      max-upper-bound: 9.376e-05
-      median-lower-bound: 2.344e-05
-      median-upper-bound: 9.376e-05
-      min-lower-bound: 2.344e-05
-    Load/4:
-      max-upper-bound: 9.376e-05
-      median-lower-bound: 2.344e-05
-      median-upper-bound: 9.376e-05
-      min-lower-bound: 2.344e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 8.4272e-05
-      median-lower-bound: 1.9424e-05
-      median-upper-bound: 7.7696e-05
-      min-lower-bound: 1.8548e-05
-    FullCache:
-      max-upper-bound: 5.0152e-05
-      median-lower-bound: 8.968e-06
-      median-upper-bound: 3.5872e-05
-      min-lower-bound: 8.934e-06
-    HotCache:
-      max-upper-bound: 1.6576e-05
-      median-lower-bound: 4.144e-06
-      median-upper-bound: 1.6576e-05
-      min-lower-bound: 4.144e-06
-    Load/1:
-      max-upper-bound: 0.000103112
-      median-lower-bound: 1.7594e-05
-      median-upper-bound: 7.0376e-05
-      min-lower-bound: 1.7324e-05
-    Load/2:
-      max-upper-bound: 0.000494264
-      median-lower-bound: 0.000121442
-      median-upper-bound: 0.000485768
-      min-lower-bound: 0.000121322
-    Load/3:
-      max-upper-bound: 0.000780928
-      median-lower-bound: 0.00019489
-      median-upper-bound: 0.00077956
-      min-lower-bound: 0.000191446
-    Load/4:
-      max-upper-bound: 0.000935568
-      median-lower-bound: 0.00023072
-      median-upper-bound: 0.00092288
-      min-lower-bound: 0.00022803
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.42e-05
-      median-lower-bound: 1.345e-05
-      median-upper-bound: 5.38e-05
-      min-lower-bound: 1.333e-05
-    FullCache:
-      max-upper-bound: 5.192e-05
-      median-lower-bound: 1.298e-05
-      median-upper-bound: 5.192e-05
-      min-lower-bound: 1.294e-05
-    HotCache:
-      max-upper-bound: 5.172e-05
-      median-lower-bound: 1.293e-05
-      median-upper-bound: 5.172e-05
-      min-lower-bound: 1.293e-05
-    Load/1:
-      max-upper-bound: 6.2e-05
-      median-lower-bound: 1.538e-05
-      median-upper-bound: 6.152e-05
-      min-lower-bound: 1.534e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 4.7744e-05
-      median-lower-bound: 1.146e-05
-      median-upper-bound: 4.584e-05
-      min-lower-bound: 1.137e-05
-    FullCache:
-      max-upper-bound: 3.1288e-05
-      median-lower-bound: 6.03e-06
-      median-upper-bound: 2.412e-05
-      min-lower-bound: 6.024e-06
-    HotCache:
-      max-upper-bound: 8.568e-06
-      median-lower-bound: 2.142e-06
-      median-upper-bound: 8.568e-06
-      min-lower-bound: 2.142e-06
-    Load/1:
-      max-upper-bound: 4.948e-05
-      median-lower-bound: 1.2076e-05
-      median-upper-bound: 4.8304e-05
-      min-lower-bound: 1.1982e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/message/req/perf-send.yml b/spec/rtems/message/req/perf-send.yml
index ee2ebaa4..20ad38da 100644
--- a/spec/rtems/message/req/perf-send.yml
+++ b/spec/rtems/message/req/perf-send.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 3.5e-06
-      median-upper-bound: 1.4e-05
-      min-lower-bound: 3.0e-06
-    FullCache:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 3.0e-06
-      median-upper-bound: 1.2e-05
-      min-lower-bound: 3.0e-06
-    HotCache:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 3.0e-06
-      median-upper-bound: 1.2e-05
-      min-lower-bound: 3.0e-06
-    Load/1:
-      max-upper-bound: 2.6e-05
-      median-lower-bound: 6.5e-06
-      median-upper-bound: 2.6e-05
-      min-lower-bound: 6.0e-06
-    Load/2:
-      max-upper-bound: 2.8e-05
-      median-lower-bound: 6.5e-06
-      median-upper-bound: 2.6e-05
-      min-lower-bound: 6.0e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 6.0e-05
-      median-lower-bound: 1.45e-05
-      median-upper-bound: 5.8e-05
-      min-lower-bound: 1.45e-05
-    FullCache:
-      max-upper-bound: 3.0e-05
-      median-lower-bound: 2.5e-06
-      median-upper-bound: 1.0e-05
-      min-lower-bound: 2.0e-06
-    HotCache:
-      max-upper-bound: 1.0e-05
-      median-lower-bound: 2.5e-06
-      median-upper-bound: 1.0e-05
-      min-lower-bound: 2.0e-06
-    Load/1:
-      max-upper-bound: 7.6e-05
-      median-lower-bound: 1.85e-05
-      median-upper-bound: 7.4e-05
-      min-lower-bound: 1.8e-05
-    Load/2:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 2.0e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 3.4e-05
-      median-lower-bound: 8.0e-06
-      median-upper-bound: 3.2e-05
-      min-lower-bound: 8.0e-06
-    FullCache:
-      max-upper-bound: 2.2e-05
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 2.0e-06
-    HotCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    Load/1:
-      max-upper-bound: 4.8e-05
-      median-lower-bound: 1.2e-05
-      median-upper-bound: 4.8e-05
-      min-lower-bound: 1.15e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 1.276e-05
-      median-lower-bound: 3.19e-06
-      median-upper-bound: 1.276e-05
-      min-lower-bound: 3.19e-06
-    FullCache:
-      max-upper-bound: 1.268e-05
-      median-lower-bound: 3.11e-06
-      median-upper-bound: 1.244e-05
-      min-lower-bound: 3.1e-06
-    HotCache:
-      max-upper-bound: 1.264e-05
-      median-lower-bound: 3.16e-06
-      median-upper-bound: 1.264e-05
-      min-lower-bound: 3.12e-06
-    Load/1:
-      max-upper-bound: 2.436e-05
-      median-lower-bound: 6.09e-06
-      median-upper-bound: 2.436e-05
-      min-lower-bound: 5.97e-06
-    Load/2:
-      max-upper-bound: 2.436e-05
-      median-lower-bound: 6.09e-06
-      median-upper-bound: 2.436e-05
-      min-lower-bound: 6.01e-06
-    Load/3:
-      max-upper-bound: 2.436e-05
-      median-lower-bound: 6.09e-06
-      median-upper-bound: 2.436e-05
-      min-lower-bound: 5.97e-06
-    Load/4:
-      max-upper-bound: 2.436e-05
-      median-lower-bound: 6.09e-06
-      median-upper-bound: 2.436e-05
-      min-lower-bound: 5.97e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 2.5304e-05
-      median-lower-bound: 6.052e-06
-      median-upper-bound: 2.4208e-05
-      min-lower-bound: 5.572e-06
-    FullCache:
-      max-upper-bound: 1.6616e-05
-      median-lower-bound: 1.186e-06
-      median-upper-bound: 4.744e-06
-      min-lower-bound: 1.186e-06
-    HotCache:
-      max-upper-bound: 2.944e-06
-      median-lower-bound: 6.12e-07
-      median-upper-bound: 2.448e-06
-      min-lower-bound: 6.12e-07
-    Load/1:
-      max-upper-bound: 4.8064e-05
-      median-lower-bound: 7.092e-06
-      median-upper-bound: 2.8368e-05
-      min-lower-bound: 6.182e-06
-    Load/2:
-      max-upper-bound: 0.000119096
-      median-lower-bound: 2.8766e-05
-      median-upper-bound: 0.000115064
-      min-lower-bound: 2.7478e-05
-    Load/3:
-      max-upper-bound: 0.000168512
-      median-lower-bound: 4.1306e-05
-      median-upper-bound: 0.000165224
-      min-lower-bound: 3.884e-05
-    Load/4:
-      max-upper-bound: 0.000194432
-      median-lower-bound: 4.8126e-05
-      median-upper-bound: 0.000192504
-      min-lower-bound: 4.3936e-05
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 1.1e-05
-      median-lower-bound: 2.75e-06
-      median-upper-bound: 1.1e-05
-      min-lower-bound: 2.71e-06
-    FullCache:
-      max-upper-bound: 1.076e-05
-      median-lower-bound: 2.65e-06
-      median-upper-bound: 1.06e-05
-      min-lower-bound: 2.61e-06
-    HotCache:
-      max-upper-bound: 1.056e-05
-      median-lower-bound: 2.64e-06
-      median-upper-bound: 1.056e-05
-      min-lower-bound: 2.64e-06
-    Load/1:
-      max-upper-bound: 2.292e-05
-      median-lower-bound: 5.67e-06
-      median-upper-bound: 2.268e-05
-      min-lower-bound: 5.63e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.5312e-05
-      median-lower-bound: 3.802e-06
-      median-upper-bound: 1.5208e-05
-      min-lower-bound: 3.746e-06
-    FullCache:
-      max-upper-bound: 1.2152e-05
-      median-lower-bound: 1.072e-06
-      median-upper-bound: 4.288e-06
-      min-lower-bound: 1.068e-06
-    HotCache:
-      max-upper-bound: 1.984e-06
-      median-lower-bound: 4.96e-07
-      median-upper-bound: 1.984e-06
-      min-lower-bound: 4.96e-07
-    Load/1:
-      max-upper-bound: 2.148e-05
-      median-lower-bound: 5.298e-06
-      median-upper-bound: 2.1192e-05
-      min-lower-bound: 5.264e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/part/req/perf-get-buffer.yml b/spec/rtems/part/req/perf-get-buffer.yml
index 688d871f..fe243067 100644
--- a/spec/rtems/part/req/perf-get-buffer.yml
+++ b/spec/rtems/part/req/perf-get-buffer.yml
@@ -2,215 +2,6 @@ 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:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    FullCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.5e-06
-    Load/1:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 3.5e-06
-      median-upper-bound: 1.4e-05
-      min-lower-bound: 3.0e-06
-    Load/2:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 3.0e-06
-      median-upper-bound: 1.2e-05
-      min-lower-bound: 3.0e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 2.8e-05
-      median-lower-bound: 6.5e-06
-      median-upper-bound: 2.6e-05
-      min-lower-bound: 6.5e-06
-    FullCache:
-      max-upper-bound: 1.2e-05
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 5.0e-05
-      median-lower-bound: 1.25e-05
-      median-upper-bound: 5.0e-05
-      min-lower-bound: 1.2e-05
-    Load/2:
-      max-upper-bound: 5.0e-05
-      median-lower-bound: 1.25e-05
-      median-upper-bound: 5.0e-05
-      min-lower-bound: 1.2e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 4.5e-06
-      median-upper-bound: 1.8e-05
-      min-lower-bound: 4.0e-06
-    FullCache:
-      max-upper-bound: 1.0e-05
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 4.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 5.0e-07
-    Load/1:
-      max-upper-bound: 2.6e-05
-      median-lower-bound: 6.5e-06
-      median-upper-bound: 2.6e-05
-      min-lower-bound: 6.0e-06
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 6.32e-06
-      median-lower-bound: 1.58e-06
-      median-upper-bound: 6.32e-06
-      min-lower-bound: 1.5e-06
-    FullCache:
-      max-upper-bound: 6.2e-06
-      median-lower-bound: 1.48e-06
-      median-upper-bound: 5.92e-06
-      min-lower-bound: 1.48e-06
-    HotCache:
-      max-upper-bound: 5.88e-06
-      median-lower-bound: 1.47e-06
-      median-upper-bound: 5.88e-06
-      min-lower-bound: 1.47e-06
-    Load/1:
-      max-upper-bound: 1.204e-05
-      median-lower-bound: 2.97e-06
-      median-upper-bound: 1.188e-05
-      min-lower-bound: 2.93e-06
-    Load/2:
-      max-upper-bound: 1.204e-05
-      median-lower-bound: 2.97e-06
-      median-upper-bound: 1.188e-05
-      min-lower-bound: 2.93e-06
-    Load/3:
-      max-upper-bound: 1.204e-05
-      median-lower-bound: 2.97e-06
-      median-upper-bound: 1.188e-05
-      min-lower-bound: 2.93e-06
-    Load/4:
-      max-upper-bound: 1.204e-05
-      median-lower-bound: 2.97e-06
-      median-upper-bound: 1.188e-05
-      min-lower-bound: 2.93e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.7024e-05
-      median-lower-bound: 3.712e-06
-      median-upper-bound: 1.4848e-05
-      min-lower-bound: 3.192e-06
-    FullCache:
-      max-upper-bound: 8.136e-06
-      median-lower-bound: 9.18e-07
-      median-upper-bound: 3.672e-06
-      min-lower-bound: 8.0e-07
-    HotCache:
-      max-upper-bound: 1.864e-06
-      median-lower-bound: 3.42e-07
-      median-upper-bound: 1.368e-06
-      min-lower-bound: 3.42e-07
-    Load/1:
-      max-upper-bound: 3.5736e-05
-      median-lower-bound: 5.126e-06
-      median-upper-bound: 2.0504e-05
-      min-lower-bound: 4.184e-06
-    Load/2:
-      max-upper-bound: 5.7856e-05
-      median-lower-bound: 1.221e-05
-      median-upper-bound: 4.884e-05
-      min-lower-bound: 1.1982e-05
-    Load/3:
-      max-upper-bound: 5.972e-05
-      median-lower-bound: 1.3606e-05
-      median-upper-bound: 5.4424e-05
-      min-lower-bound: 1.0836e-05
-    Load/4:
-      max-upper-bound: 5.6312e-05
-      median-lower-bound: 1.3302e-05
-      median-upper-bound: 5.3208e-05
-      min-lower-bound: 1.0662e-05
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.08e-06
-      median-lower-bound: 1.27e-06
-      median-upper-bound: 5.08e-06
-      min-lower-bound: 1.26e-06
-    FullCache:
-      max-upper-bound: 5.0e-06
-      median-lower-bound: 1.23e-06
-      median-upper-bound: 4.92e-06
-      min-lower-bound: 1.18e-06
-    HotCache:
-      max-upper-bound: 4.88e-06
-      median-lower-bound: 1.22e-06
-      median-upper-bound: 4.88e-06
-      min-lower-bound: 1.22e-06
-    Load/1:
-      max-upper-bound: 1.104e-05
-      median-lower-bound: 2.76e-06
-      median-upper-bound: 1.104e-05
-      min-lower-bound: 2.6e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 9.32e-06
-      median-lower-bound: 2.19e-06
-      median-upper-bound: 8.76e-06
-      min-lower-bound: 2.04e-06
-    FullCache:
-      max-upper-bound: 7.624e-06
-      median-lower-bound: 8.18e-07
-      median-upper-bound: 3.272e-06
-      min-lower-bound: 7.08e-07
-    HotCache:
-      max-upper-bound: 1.08e-06
-      median-lower-bound: 2.48e-07
-      median-upper-bound: 9.92e-07
-      min-lower-bound: 2.48e-07
-    Load/1:
-      max-upper-bound: 1.1848e-05
-      median-lower-bound: 2.812e-06
-      median-upper-bound: 1.1248e-05
-      min-lower-bound: 2.742e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/part/req/perf-get-no-buffer.yml b/spec/rtems/part/req/perf-get-no-buffer.yml
index 8a0cab9b..002cf24e 100644
--- a/spec/rtems/part/req/perf-get-no-buffer.yml
+++ b/spec/rtems/part/req/perf-get-no-buffer.yml
@@ -2,215 +2,6 @@ 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:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.5e-06
-    FullCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 3.5e-06
-      median-upper-bound: 1.4e-05
-      min-lower-bound: 3.0e-06
-    Load/2:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 3.0e-06
-      median-upper-bound: 1.2e-05
-      min-lower-bound: 3.0e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 2.6e-05
-      median-lower-bound: 6.0e-06
-      median-upper-bound: 2.4e-05
-      min-lower-bound: 6.0e-06
-    FullCache:
-      max-upper-bound: 1.2e-05
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 5.0e-05
-      median-lower-bound: 1.2e-05
-      median-upper-bound: 4.8e-05
-      min-lower-bound: 1.2e-05
-    Load/2:
-      max-upper-bound: 5.0e-05
-      median-lower-bound: 1.2e-05
-      median-upper-bound: 4.8e-05
-      min-lower-bound: 1.2e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 4.0e-06
-    FullCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 5.0e-07
-    HotCache:
-      max-upper-bound: 4.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 5.0e-07
-    Load/1:
-      max-upper-bound: 2.4e-05
-      median-lower-bound: 6.0e-06
-      median-upper-bound: 2.4e-05
-      min-lower-bound: 5.5e-06
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.64e-06
-      median-lower-bound: 1.41e-06
-      median-upper-bound: 5.64e-06
-      min-lower-bound: 1.33e-06
-    FullCache:
-      max-upper-bound: 5.36e-06
-      median-lower-bound: 1.29e-06
-      median-upper-bound: 5.16e-06
-      min-lower-bound: 1.29e-06
-    HotCache:
-      max-upper-bound: 5.44e-06
-      median-lower-bound: 1.36e-06
-      median-upper-bound: 5.44e-06
-      min-lower-bound: 1.36e-06
-    Load/1:
-      max-upper-bound: 1.136e-05
-      median-lower-bound: 2.8e-06
-      median-upper-bound: 1.12e-05
-      min-lower-bound: 2.76e-06
-    Load/2:
-      max-upper-bound: 1.136e-05
-      median-lower-bound: 2.8e-06
-      median-upper-bound: 1.12e-05
-      min-lower-bound: 2.76e-06
-    Load/3:
-      max-upper-bound: 1.136e-05
-      median-lower-bound: 2.8e-06
-      median-upper-bound: 1.12e-05
-      min-lower-bound: 2.76e-06
-    Load/4:
-      max-upper-bound: 1.136e-05
-      median-lower-bound: 2.8e-06
-      median-upper-bound: 1.12e-05
-      min-lower-bound: 2.76e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.3712e-05
-      median-lower-bound: 3.21e-06
-      median-upper-bound: 1.284e-05
-      min-lower-bound: 3.022e-06
-    FullCache:
-      max-upper-bound: 5.408e-06
-      median-lower-bound: 7.82e-07
-      median-upper-bound: 3.128e-06
-      min-lower-bound: 7.76e-07
-    HotCache:
-      max-upper-bound: 1.768e-06
-      median-lower-bound: 3.18e-07
-      median-upper-bound: 1.272e-06
-      min-lower-bound: 3.18e-07
-    Load/1:
-      max-upper-bound: 3.4616e-05
-      median-lower-bound: 4.812e-06
-      median-upper-bound: 1.9248e-05
-      min-lower-bound: 3.79e-06
-    Load/2:
-      max-upper-bound: 5.0184e-05
-      median-lower-bound: 1.0182e-05
-      median-upper-bound: 4.0728e-05
-      min-lower-bound: 9.528e-06
-    Load/3:
-      max-upper-bound: 4.3536e-05
-      median-lower-bound: 1.0662e-05
-      median-upper-bound: 4.2648e-05
-      min-lower-bound: 1.0012e-05
-    Load/4:
-      max-upper-bound: 4.2232e-05
-      median-lower-bound: 1.0276e-05
-      median-upper-bound: 4.1104e-05
-      min-lower-bound: 9.11e-06
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 4.2e-06
-      median-lower-bound: 1.05e-06
-      median-upper-bound: 4.2e-06
-      min-lower-bound: 1.05e-06
-    FullCache:
-      max-upper-bound: 4.12e-06
-      median-lower-bound: 1.02e-06
-      median-upper-bound: 4.08e-06
-      min-lower-bound: 9.8e-07
-    HotCache:
-      max-upper-bound: 4.28e-06
-      median-lower-bound: 1.03e-06
-      median-upper-bound: 4.12e-06
-      min-lower-bound: 1.03e-06
-    Load/1:
-      max-upper-bound: 1.02e-05
-      median-lower-bound: 2.54e-06
-      median-upper-bound: 1.016e-05
-      min-lower-bound: 2.51e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 7.752e-06
-      median-lower-bound: 1.912e-06
-      median-upper-bound: 7.648e-06
-      min-lower-bound: 1.886e-06
-    FullCache:
-      max-upper-bound: 3.744e-06
-      median-lower-bound: 5.7e-07
-      median-upper-bound: 2.28e-06
-      min-lower-bound: 5.66e-07
-    HotCache:
-      max-upper-bound: 8.96e-07
-      median-lower-bound: 2.24e-07
-      median-upper-bound: 8.96e-07
-      min-lower-bound: 2.24e-07
-    Load/1:
-      max-upper-bound: 1.056e-05
-      median-lower-bound: 2.594e-06
-      median-upper-bound: 1.0376e-05
-      min-lower-bound: 2.548e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/part/req/perf-return-buffer.yml b/spec/rtems/part/req/perf-return-buffer.yml
index 4b40d99b..34c58d5f 100644
--- a/spec/rtems/part/req/perf-return-buffer.yml
+++ b/spec/rtems/part/req/perf-return-buffer.yml
@@ -2,215 +2,6 @@ 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:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 1.0e-05
-      median-lower-bound: 2.5e-06
-      median-upper-bound: 1.0e-05
-      min-lower-bound: 2.0e-06
-    FullCache:
-      max-upper-bound: 1.0e-05
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 2.0e-06
-    HotCache:
-      max-upper-bound: 1.0e-05
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 2.0e-06
-    Load/1:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 3.5e-06
-    Load/2:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 3.5e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 3.4e-05
-      median-lower-bound: 8.5e-06
-      median-upper-bound: 3.4e-05
-      min-lower-bound: 8.0e-06
-    FullCache:
-      max-upper-bound: 1.2e-05
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.5e-06
-    Load/1:
-      max-upper-bound: 5.4e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.3e-05
-    Load/2:
-      max-upper-bound: 5.6e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.35e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 2.2e-05
-      median-lower-bound: 5.0e-06
-      median-upper-bound: 2.0e-05
-      min-lower-bound: 5.0e-06
-    FullCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 3.0e-05
-      median-lower-bound: 7.0e-06
-      median-upper-bound: 2.8e-05
-      min-lower-bound: 7.0e-06
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 8.56e-06
-      median-lower-bound: 2.14e-06
-      median-upper-bound: 8.56e-06
-      min-lower-bound: 2.14e-06
-    FullCache:
-      max-upper-bound: 8.36e-06
-      median-lower-bound: 2.09e-06
-      median-upper-bound: 8.36e-06
-      min-lower-bound: 2.01e-06
-    HotCache:
-      max-upper-bound: 8.24e-06
-      median-lower-bound: 2.06e-06
-      median-upper-bound: 8.24e-06
-      min-lower-bound: 2.02e-06
-    Load/1:
-      max-upper-bound: 1.428e-05
-      median-lower-bound: 3.57e-06
-      median-upper-bound: 1.428e-05
-      min-lower-bound: 3.57e-06
-    Load/2:
-      max-upper-bound: 1.428e-05
-      median-lower-bound: 3.57e-06
-      median-upper-bound: 1.428e-05
-      min-lower-bound: 3.57e-06
-    Load/3:
-      max-upper-bound: 1.428e-05
-      median-lower-bound: 3.57e-06
-      median-upper-bound: 1.428e-05
-      min-lower-bound: 3.57e-06
-    Load/4:
-      max-upper-bound: 1.428e-05
-      median-lower-bound: 3.57e-06
-      median-upper-bound: 1.428e-05
-      min-lower-bound: 3.53e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.724e-05
-      median-lower-bound: 3.766e-06
-      median-upper-bound: 1.5064e-05
-      min-lower-bound: 3.5e-06
-    FullCache:
-      max-upper-bound: 4.992e-06
-      median-lower-bound: 7.86e-07
-      median-upper-bound: 3.144e-06
-      min-lower-bound: 7.86e-07
-    HotCache:
-      max-upper-bound: 2.272e-06
-      median-lower-bound: 4.46e-07
-      median-upper-bound: 1.784e-06
-      min-lower-bound: 4.46e-07
-    Load/1:
-      max-upper-bound: 3.5808e-05
-      median-lower-bound: 5.322e-06
-      median-upper-bound: 2.1288e-05
-      min-lower-bound: 4.57e-06
-    Load/2:
-      max-upper-bound: 5.872e-05
-      median-lower-bound: 1.3486e-05
-      median-upper-bound: 5.3944e-05
-      min-lower-bound: 1.2666e-05
-    Load/3:
-      max-upper-bound: 5.972e-05
-      median-lower-bound: 1.4692e-05
-      median-upper-bound: 5.8768e-05
-      min-lower-bound: 1.2684e-05
-    Load/4:
-      max-upper-bound: 6.204e-05
-      median-lower-bound: 1.5324e-05
-      median-upper-bound: 6.1296e-05
-      min-lower-bound: 1.2416e-05
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.32e-06
-      median-lower-bound: 1.83e-06
-      median-upper-bound: 7.32e-06
-      min-lower-bound: 1.77e-06
-    FullCache:
-      max-upper-bound: 6.76e-06
-      median-lower-bound: 1.69e-06
-      median-upper-bound: 6.76e-06
-      min-lower-bound: 1.69e-06
-    HotCache:
-      max-upper-bound: 6.96e-06
-      median-lower-bound: 1.74e-06
-      median-upper-bound: 6.96e-06
-      min-lower-bound: 1.74e-06
-    Load/1:
-      max-upper-bound: 1.36e-05
-      median-lower-bound: 3.34e-06
-      median-upper-bound: 1.336e-05
-      min-lower-bound: 3.22e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 9.288e-06
-      median-lower-bound: 2.142e-06
-      median-upper-bound: 8.568e-06
-      min-lower-bound: 1.998e-06
-    FullCache:
-      max-upper-bound: 4.528e-06
-      median-lower-bound: 6.96e-07
-      median-upper-bound: 2.784e-06
-      min-lower-bound: 6.92e-07
-    HotCache:
-      max-upper-bound: 1.408e-06
-      median-lower-bound: 3.52e-07
-      median-upper-bound: 1.408e-06
-      min-lower-bound: 3.52e-07
-    Load/1:
-      max-upper-bound: 1.276e-05
-      median-lower-bound: 2.994e-06
-      median-upper-bound: 1.1976e-05
-      min-lower-bound: 2.846e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/sem/req/perf-mtx-pi-obtain.yml b/spec/rtems/sem/req/perf-mtx-pi-obtain.yml
index b53a75b0..e6a45859 100644
--- a/spec/rtems/sem/req/perf-mtx-pi-obtain.yml
+++ b/spec/rtems/sem/req/perf-mtx-pi-obtain.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    FullCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.5e-06
-    Load/1:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 3.5e-06
-      median-upper-bound: 1.4e-05
-      min-lower-bound: 3.0e-06
-    Load/2:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 3.5e-06
-      median-upper-bound: 1.4e-05
-      min-lower-bound: 3.0e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 3.6e-05
-      median-lower-bound: 8.5e-06
-      median-upper-bound: 3.4e-05
-      min-lower-bound: 8.5e-06
-    FullCache:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 5.4e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.3e-05
-    Load/2:
-      max-upper-bound: 5.6e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.35e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 2.2e-05
-      median-lower-bound: 5.0e-06
-      median-upper-bound: 2.0e-05
-      min-lower-bound: 5.0e-06
-    FullCache:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 5.0e-07
-    HotCache:
-      max-upper-bound: 4.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 5.0e-07
-    Load/1:
-      max-upper-bound: 3.0e-05
-      median-lower-bound: 7.0e-06
-      median-upper-bound: 2.8e-05
-      min-lower-bound: 7.0e-06
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.08e-06
-      median-lower-bound: 1.77e-06
-      median-upper-bound: 7.08e-06
-      min-lower-bound: 1.73e-06
-    FullCache:
-      max-upper-bound: 6.48e-06
-      median-lower-bound: 1.59e-06
-      median-upper-bound: 6.36e-06
-      min-lower-bound: 1.59e-06
-    HotCache:
-      max-upper-bound: 6.32e-06
-      median-lower-bound: 1.58e-06
-      median-upper-bound: 6.32e-06
-      min-lower-bound: 1.58e-06
-    Load/1:
-      max-upper-bound: 1.28e-05
-      median-lower-bound: 3.16e-06
-      median-upper-bound: 1.264e-05
-      min-lower-bound: 3.16e-06
-    Load/2:
-      max-upper-bound: 1.28e-05
-      median-lower-bound: 3.16e-06
-      median-upper-bound: 1.264e-05
-      min-lower-bound: 3.16e-06
-    Load/3:
-      max-upper-bound: 1.28e-05
-      median-lower-bound: 3.16e-06
-      median-upper-bound: 1.264e-05
-      min-lower-bound: 3.16e-06
-    Load/4:
-      max-upper-bound: 1.28e-05
-      median-lower-bound: 3.16e-06
-      median-upper-bound: 1.264e-05
-      min-lower-bound: 3.16e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 2.052e-05
-      median-lower-bound: 4.506e-06
-      median-upper-bound: 1.8024e-05
-      min-lower-bound: 4.25e-06
-    FullCache:
-      max-upper-bound: 1.176e-05
-      median-lower-bound: 7.18e-07
-      median-upper-bound: 2.872e-06
-      min-lower-bound: 7.12e-07
-    HotCache:
-      max-upper-bound: 1.968e-06
-      median-lower-bound: 3.66e-07
-      median-upper-bound: 1.464e-06
-      min-lower-bound: 3.66e-07
-    Load/1:
-      max-upper-bound: 3.9384e-05
-      median-lower-bound: 5.59e-06
-      median-upper-bound: 2.236e-05
-      min-lower-bound: 4.662e-06
-    Load/2:
-      max-upper-bound: 6.8328e-05
-      median-lower-bound: 1.576e-05
-      median-upper-bound: 6.304e-05
-      min-lower-bound: 1.5654e-05
-    Load/3:
-      max-upper-bound: 7.6264e-05
-      median-lower-bound: 1.8946e-05
-      median-upper-bound: 7.5784e-05
-      min-lower-bound: 1.6724e-05
-    Load/4:
-      max-upper-bound: 8.4928e-05
-      median-lower-bound: 1.8642e-05
-      median-upper-bound: 7.4568e-05
-      min-lower-bound: 1.7214e-05
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.52e-06
-      median-lower-bound: 1.34e-06
-      median-upper-bound: 5.36e-06
-      min-lower-bound: 1.34e-06
-    FullCache:
-      max-upper-bound: 5.28e-06
-      median-lower-bound: 1.28e-06
-      median-upper-bound: 5.12e-06
-      min-lower-bound: 1.22e-06
-    HotCache:
-      max-upper-bound: 5.08e-06
-      median-lower-bound: 1.27e-06
-      median-upper-bound: 5.08e-06
-      min-lower-bound: 1.23e-06
-    Load/1:
-      max-upper-bound: 1.14e-05
-      median-lower-bound: 2.85e-06
-      median-upper-bound: 1.14e-05
-      min-lower-bound: 2.79e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.0912e-05
-      median-lower-bound: 2.262e-06
-      median-upper-bound: 9.048e-06
-      min-lower-bound: 2.238e-06
-    FullCache:
-      max-upper-bound: 8.192e-06
-      median-lower-bound: 2.64e-07
-      median-upper-bound: 1.056e-06
-      min-lower-bound: 2.64e-07
-    HotCache:
-      max-upper-bound: 1.056e-06
-      median-lower-bound: 2.64e-07
-      median-upper-bound: 1.056e-06
-      min-lower-bound: 2.64e-07
-    Load/1:
-      max-upper-bound: 1.2552e-05
-      median-lower-bound: 2.96e-06
-      median-upper-bound: 1.184e-05
-      min-lower-bound: 2.92e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/sem/req/perf-mtx-pi-release-one.yml b/spec/rtems/sem/req/perf-mtx-pi-release-one.yml
index 064ad2d0..5ed68419 100644
--- a/spec/rtems/sem/req/perf-mtx-pi-release-one.yml
+++ b/spec/rtems/sem/req/perf-mtx-pi-release-one.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 6.2e-05
-      median-lower-bound: 1.55e-05
-      median-upper-bound: 6.2e-05
-      min-lower-bound: 1.5e-05
-    FullCache:
-      max-upper-bound: 5.8e-05
-      median-lower-bound: 1.45e-05
-      median-upper-bound: 5.8e-05
-      min-lower-bound: 1.4e-05
-    HotCache:
-      max-upper-bound: 5.8e-05
-      median-lower-bound: 1.45e-05
-      median-upper-bound: 5.8e-05
-      min-lower-bound: 1.4e-05
-    Load/1:
-      max-upper-bound: 7.6e-05
-      median-lower-bound: 1.9e-05
-      median-upper-bound: 7.6e-05
-      min-lower-bound: 1.85e-05
-    Load/2:
-      max-upper-bound: 7.6e-05
-      median-lower-bound: 1.85e-05
-      median-upper-bound: 7.4e-05
-      min-lower-bound: 1.85e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000164
-      median-lower-bound: 4.0e-05
-      median-upper-bound: 0.00016
-      min-lower-bound: 4.0e-05
-    FullCache:
-      max-upper-bound: 9.8e-05
-      median-lower-bound: 1.95e-05
-      median-upper-bound: 7.8e-05
-      min-lower-bound: 1.9e-05
-    HotCache:
-      max-upper-bound: 7.0e-05
-      median-lower-bound: 1.75e-05
-      median-upper-bound: 7.0e-05
-      min-lower-bound: 1.7e-05
-    Load/1:
-      max-upper-bound: 0.000176
-      median-lower-bound: 4.3e-05
-      median-upper-bound: 0.000172
-      min-lower-bound: 4.3e-05
-    Load/2:
-      max-upper-bound: 0.000196
-      median-lower-bound: 4.85e-05
-      median-upper-bound: 0.000194
-      min-lower-bound: 4.8e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 8.8e-05
-      median-lower-bound: 2.2e-05
-      median-upper-bound: 8.8e-05
-      min-lower-bound: 2.15e-05
-    FullCache:
-      max-upper-bound: 4.4e-05
-      median-lower-bound: 5.5e-06
-      median-upper-bound: 2.2e-05
-      min-lower-bound: 5.5e-06
-    HotCache:
-      max-upper-bound: 2.2e-05
-      median-lower-bound: 5.0e-06
-      median-upper-bound: 2.0e-05
-      min-lower-bound: 5.0e-06
-    Load/1:
-      max-upper-bound: 0.0001
-      median-lower-bound: 2.5e-05
-      median-upper-bound: 0.0001
-      min-lower-bound: 2.45e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.912e-05
-      median-lower-bound: 1.478e-05
-      median-upper-bound: 5.912e-05
-      min-lower-bound: 1.466e-05
-    FullCache:
-      max-upper-bound: 5.524e-05
-      median-lower-bound: 1.373e-05
-      median-upper-bound: 5.492e-05
-      min-lower-bound: 1.369e-05
-    HotCache:
-      max-upper-bound: 5.52e-05
-      median-lower-bound: 1.38e-05
-      median-upper-bound: 5.52e-05
-      min-lower-bound: 1.372e-05
-    Load/1:
-      max-upper-bound: 7.112e-05
-      median-lower-bound: 1.778e-05
-      median-upper-bound: 7.112e-05
-      min-lower-bound: 1.778e-05
-    Load/2:
-      max-upper-bound: 7.096e-05
-      median-lower-bound: 1.774e-05
-      median-upper-bound: 7.096e-05
-      min-lower-bound: 1.774e-05
-    Load/3:
-      max-upper-bound: 7.024e-05
-      median-lower-bound: 1.756e-05
-      median-upper-bound: 7.024e-05
-      min-lower-bound: 1.756e-05
-    Load/4:
-      max-upper-bound: 6.992e-05
-      median-lower-bound: 1.748e-05
-      median-upper-bound: 6.992e-05
-      min-lower-bound: 1.748e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 6.4032e-05
-      median-lower-bound: 1.5704e-05
-      median-upper-bound: 6.2816e-05
-      min-lower-bound: 1.5162e-05
-    FullCache:
-      max-upper-bound: 5.064e-05
-      median-lower-bound: 7.956e-06
-      median-upper-bound: 3.1824e-05
-      min-lower-bound: 7.91e-06
-    HotCache:
-      max-upper-bound: 1.644e-05
-      median-lower-bound: 3.95e-06
-      median-upper-bound: 1.58e-05
-      min-lower-bound: 3.95e-06
-    Load/1:
-      max-upper-bound: 0.000102024
-      median-lower-bound: 1.6424e-05
-      median-upper-bound: 6.5696e-05
-      min-lower-bound: 1.5496e-05
-    Load/2:
-      max-upper-bound: 0.00038412
-      median-lower-bound: 9.2088e-05
-      median-upper-bound: 0.000368352
-      min-lower-bound: 9.2044e-05
-    Load/3:
-      max-upper-bound: 0.000585536
-      median-lower-bound: 0.000144302
-      median-upper-bound: 0.000577208
-      min-lower-bound: 0.000142448
-    Load/4:
-      max-upper-bound: 0.000676192
-      median-lower-bound: 0.000166508
-      median-upper-bound: 0.000666032
-      min-lower-bound: 0.00016302
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 3.236e-05
-      median-lower-bound: 8.01e-06
-      median-upper-bound: 3.204e-05
-      min-lower-bound: 8.01e-06
-    FullCache:
-      max-upper-bound: 2.78e-05
-      median-lower-bound: 6.95e-06
-      median-upper-bound: 2.78e-05
-      min-lower-bound: 6.95e-06
-    HotCache:
-      max-upper-bound: 2.8e-05
-      median-lower-bound: 7.0e-06
-      median-upper-bound: 2.8e-05
-      min-lower-bound: 7.0e-06
-    Load/1:
-      max-upper-bound: 4.38e-05
-      median-lower-bound: 1.091e-05
-      median-upper-bound: 4.364e-05
-      min-lower-bound: 1.079e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 3.7536e-05
-      median-lower-bound: 8.984e-06
-      median-upper-bound: 3.5936e-05
-      min-lower-bound: 8.934e-06
-    FullCache:
-      max-upper-bound: 2.204e-05
-      median-lower-bound: 3.048e-06
-      median-upper-bound: 1.2192e-05
-      min-lower-bound: 3.042e-06
-    HotCache:
-      max-upper-bound: 5.744e-06
-      median-lower-bound: 1.412e-06
-      median-upper-bound: 5.648e-06
-      min-lower-bound: 1.412e-06
-    Load/1:
-      max-upper-bound: 4.2712e-05
-      median-lower-bound: 1.0254e-05
-      median-upper-bound: 4.1016e-05
-      min-lower-bound: 1.0204e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/sem/req/perf-mtx-pi-release-other-cpu.yml b/spec/rtems/sem/req/perf-mtx-pi-release-other-cpu.yml
index 7c93a969..b5e6176b 100644
--- a/spec/rtems/sem/req/perf-mtx-pi-release-other-cpu.yml
+++ b/spec/rtems/sem/req/perf-mtx-pi-release-other-cpu.yml
@@ -2,131 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: RTEMS_SMP
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.000126
-      median-lower-bound: 3.1e-05
-      median-upper-bound: 0.000124
-      min-lower-bound: 3.05e-05
-    FullCache:
-      max-upper-bound: 0.000124
-      median-lower-bound: 3.05e-05
-      median-upper-bound: 0.000122
-      min-lower-bound: 3.0e-05
-    HotCache:
-      max-upper-bound: 0.000124
-      median-lower-bound: 3.1e-05
-      median-upper-bound: 0.000124
-      min-lower-bound: 3.05e-05
-    Load/1:
-      max-upper-bound: 0.000134
-      median-lower-bound: 3.35e-05
-      median-upper-bound: 0.000134
-      min-lower-bound: 3.3e-05
-    Load/2:
-      max-upper-bound: 0.000134
-      median-lower-bound: 3.3e-05
-      median-upper-bound: 0.000132
-      min-lower-bound: 3.25e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000318
-      median-lower-bound: 7.9e-05
-      median-upper-bound: 0.000316
-      min-lower-bound: 7.85e-05
-    FullCache:
-      max-upper-bound: 0.000196
-      median-lower-bound: 3.0e-05
-      median-upper-bound: 0.00012
-      min-lower-bound: 2.95e-05
-    HotCache:
-      max-upper-bound: 0.000118
-      median-lower-bound: 2.9e-05
-      median-upper-bound: 0.000116
-      min-lower-bound: 2.85e-05
-    Load/1:
-      max-upper-bound: 0.000314
-      median-lower-bound: 7.8e-05
-      median-upper-bound: 0.000312
-      min-lower-bound: 7.8e-05
-    Load/2:
-      max-upper-bound: 0.000366
-      median-lower-bound: 9.1e-05
-      median-upper-bound: 0.000364
-      min-lower-bound: 9.05e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 0.00011944
-      median-lower-bound: 2.975e-05
-      median-upper-bound: 0.000119
-      min-lower-bound: 2.926e-05
-    FullCache:
-      max-upper-bound: 0.00011764
-      median-lower-bound: 2.941e-05
-      median-upper-bound: 0.00011764
-      min-lower-bound: 2.886e-05
-    HotCache:
-      max-upper-bound: 0.00011684
-      median-lower-bound: 2.921e-05
-      median-upper-bound: 0.00011684
-      min-lower-bound: 2.914e-05
-    Load/1:
-      max-upper-bound: 0.00012576
-      median-lower-bound: 3.132e-05
-      median-upper-bound: 0.00012528
-      min-lower-bound: 3.124e-05
-    Load/2:
-      max-upper-bound: 0.0001258
-      median-lower-bound: 3.145e-05
-      median-upper-bound: 0.0001258
-      min-lower-bound: 3.127e-05
-    Load/3:
-      max-upper-bound: 0.0001258
-      median-lower-bound: 3.145e-05
-      median-upper-bound: 0.0001258
-      min-lower-bound: 3.118e-05
-    Load/4:
-      max-upper-bound: 0.00012564
-      median-lower-bound: 3.127e-05
-      median-upper-bound: 0.00012508
-      min-lower-bound: 3.117e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 0.0001264
-      median-lower-bound: 2.8146e-05
-      median-upper-bound: 0.000112584
-      min-lower-bound: 2.7626e-05
-    FullCache:
-      max-upper-bound: 9.1288e-05
-      median-lower-bound: 1.225e-05
-      median-upper-bound: 4.9e-05
-      min-lower-bound: 1.21e-05
-    HotCache:
-      max-upper-bound: 2.8448e-05
-      median-lower-bound: 6.928e-06
-      median-upper-bound: 2.7712e-05
-      min-lower-bound: 6.928e-06
-    Load/1:
-      max-upper-bound: 0.000145552
-      median-lower-bound: 2.6358e-05
-      median-upper-bound: 0.000105432
-      min-lower-bound: 2.6086e-05
-    Load/2:
-      max-upper-bound: 0.000639944
-      median-lower-bound: 0.0001571
-      median-upper-bound: 0.0006284
-      min-lower-bound: 0.000156856
-    Load/3:
-      max-upper-bound: 0.001071048
-      median-lower-bound: 0.000264426
-      median-upper-bound: 0.001057704
-      min-lower-bound: 0.000263772
-    Load/4:
-      max-upper-bound: 0.001344168
-      median-lower-bound: 0.000333384
-      median-upper-bound: 0.001333536
-      min-lower-bound: 0.00032833
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/sem/req/perf-mtx-pi-release-preempt.yml b/spec/rtems/sem/req/perf-mtx-pi-release-preempt.yml
index b4ecc115..f75372b9 100644
--- a/spec/rtems/sem/req/perf-mtx-pi-release-preempt.yml
+++ b/spec/rtems/sem/req/perf-mtx-pi-release-preempt.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.000118
-      median-lower-bound: 2.95e-05
-      median-upper-bound: 0.000118
-      min-lower-bound: 2.9e-05
-    FullCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.9e-05
-      median-upper-bound: 0.000116
-      min-lower-bound: 2.9e-05
-    HotCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.9e-05
-      median-upper-bound: 0.000116
-      min-lower-bound: 2.85e-05
-    Load/1:
-      max-upper-bound: 0.000132
-      median-lower-bound: 3.3e-05
-      median-upper-bound: 0.000132
-      min-lower-bound: 3.25e-05
-    Load/2:
-      max-upper-bound: 0.000132
-      median-lower-bound: 3.25e-05
-      median-upper-bound: 0.00013
-      min-lower-bound: 3.25e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000278
-      median-lower-bound: 6.9e-05
-      median-upper-bound: 0.000276
-      min-lower-bound: 6.9e-05
-    FullCache:
-      max-upper-bound: 0.000148
-      median-lower-bound: 2.9e-05
-      median-upper-bound: 0.000116
-      min-lower-bound: 2.85e-05
-    HotCache:
-      max-upper-bound: 0.000106
-      median-lower-bound: 2.65e-05
-      median-upper-bound: 0.000106
-      min-lower-bound: 2.6e-05
-    Load/1:
-      max-upper-bound: 0.000286
-      median-lower-bound: 7.1e-05
-      median-upper-bound: 0.000284
-      min-lower-bound: 7.05e-05
-    Load/2:
-      max-upper-bound: 0.000334
-      median-lower-bound: 8.3e-05
-      median-upper-bound: 0.000332
-      min-lower-bound: 8.25e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000158
-      median-lower-bound: 3.9e-05
-      median-upper-bound: 0.000156
-      min-lower-bound: 3.9e-05
-    FullCache:
-      max-upper-bound: 8.4e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.35e-05
-    HotCache:
-      max-upper-bound: 5.2e-05
-      median-lower-bound: 1.25e-05
-      median-upper-bound: 5.0e-05
-      min-lower-bound: 1.25e-05
-    Load/1:
-      max-upper-bound: 0.000164
-      median-lower-bound: 4.1e-05
-      median-upper-bound: 0.000164
-      min-lower-bound: 4.05e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 0.000113
-      median-lower-bound: 2.811e-05
-      median-upper-bound: 0.00011244
-      min-lower-bound: 2.793e-05
-    FullCache:
-      max-upper-bound: 0.0001104
-      median-lower-bound: 2.76e-05
-      median-upper-bound: 0.0001104
-      min-lower-bound: 2.756e-05
-    HotCache:
-      max-upper-bound: 0.00011076
-      median-lower-bound: 2.769e-05
-      median-upper-bound: 0.00011076
-      min-lower-bound: 2.769e-05
-    Load/1:
-      max-upper-bound: 0.0001256
-      median-lower-bound: 3.132e-05
-      median-upper-bound: 0.00012528
-      min-lower-bound: 3.128e-05
-    Load/2:
-      max-upper-bound: 0.0001256
-      median-lower-bound: 3.132e-05
-      median-upper-bound: 0.00012528
-      min-lower-bound: 3.128e-05
-    Load/3:
-      max-upper-bound: 0.0001256
-      median-lower-bound: 3.132e-05
-      median-upper-bound: 0.00012528
-      min-lower-bound: 3.128e-05
-    Load/4:
-      max-upper-bound: 0.0001256
-      median-lower-bound: 3.132e-05
-      median-upper-bound: 0.00012528
-      min-lower-bound: 3.128e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 0.000109656
-      median-lower-bound: 2.6024e-05
-      median-upper-bound: 0.000104096
-      min-lower-bound: 2.511e-05
-    FullCache:
-      max-upper-bound: 6.7032e-05
-      median-lower-bound: 1.1418e-05
-      median-upper-bound: 4.5672e-05
-      min-lower-bound: 1.1368e-05
-    HotCache:
-      max-upper-bound: 2.4144e-05
-      median-lower-bound: 6.018e-06
-      median-upper-bound: 2.4072e-05
-      min-lower-bound: 6.018e-06
-    Load/1:
-      max-upper-bound: 0.000137808
-      median-lower-bound: 2.4774e-05
-      median-upper-bound: 9.9096e-05
-      min-lower-bound: 2.4548e-05
-    Load/2:
-      max-upper-bound: 0.000701616
-      median-lower-bound: 0.00017535
-      median-upper-bound: 0.0007014
-      min-lower-bound: 0.000174094
-    Load/3:
-      max-upper-bound: 0.0010992
-      median-lower-bound: 0.000273658
-      median-upper-bound: 0.001094632
-      min-lower-bound: 0.000271588
-    Load/4:
-      max-upper-bound: 0.001299624
-      median-lower-bound: 0.000323146
-      median-upper-bound: 0.001292584
-      min-lower-bound: 0.000318906
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 6.764e-05
-      median-lower-bound: 1.689e-05
-      median-upper-bound: 6.756e-05
-      min-lower-bound: 1.677e-05
-    FullCache:
-      max-upper-bound: 6.584e-05
-      median-lower-bound: 1.646e-05
-      median-upper-bound: 6.584e-05
-      min-lower-bound: 1.646e-05
-    HotCache:
-      max-upper-bound: 6.58e-05
-      median-lower-bound: 1.645e-05
-      median-upper-bound: 6.58e-05
-      min-lower-bound: 1.645e-05
-    Load/1:
-      max-upper-bound: 7.568e-05
-      median-lower-bound: 1.892e-05
-      median-upper-bound: 7.568e-05
-      min-lower-bound: 1.872e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 6.1384e-05
-      median-lower-bound: 1.4904e-05
-      median-upper-bound: 5.9616e-05
-      min-lower-bound: 1.478e-05
-    FullCache:
-      max-upper-bound: 3.3224e-05
-      median-lower-bound: 6.172e-06
-      median-upper-bound: 2.4688e-05
-      min-lower-bound: 6.16e-06
-    HotCache:
-      max-upper-bound: 1.152e-05
-      median-lower-bound: 2.88e-06
-      median-upper-bound: 1.152e-05
-      min-lower-bound: 2.88e-06
-    Load/1:
-      max-upper-bound: 6.5792e-05
-      median-lower-bound: 1.5866e-05
-      median-upper-bound: 6.3464e-05
-      min-lower-bound: 1.5806e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/sem/req/perf-mtx-pi-release.yml b/spec/rtems/sem/req/perf-mtx-pi-release.yml
index 60dc90bc..b1a3bd1d 100644
--- a/spec/rtems/sem/req/perf-mtx-pi-release.yml
+++ b/spec/rtems/sem/req/perf-mtx-pi-release.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    FullCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    Load/1:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 3.5e-06
-      median-upper-bound: 1.4e-05
-      min-lower-bound: 3.5e-06
-    Load/2:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 3.5e-06
-      median-upper-bound: 1.4e-05
-      min-lower-bound: 3.0e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 3.2e-05
-      median-lower-bound: 8.0e-06
-      median-upper-bound: 3.2e-05
-      min-lower-bound: 7.5e-06
-    FullCache:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 5.4e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.3e-05
-    Load/2:
-      max-upper-bound: 5.6e-05
-      median-lower-bound: 1.35e-05
-      median-upper-bound: 5.4e-05
-      min-lower-bound: 1.3e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 2.2e-05
-      median-lower-bound: 5.0e-06
-      median-upper-bound: 2.0e-05
-      min-lower-bound: 5.0e-06
-    FullCache:
-      max-upper-bound: 1.2e-05
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 5.0e-07
-    HotCache:
-      max-upper-bound: 4.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 5.0e-07
-    Load/1:
-      max-upper-bound: 3.0e-05
-      median-lower-bound: 7.0e-06
-      median-upper-bound: 2.8e-05
-      min-lower-bound: 7.0e-06
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.2e-06
-      median-lower-bound: 1.76e-06
-      median-upper-bound: 7.04e-06
-      min-lower-bound: 1.72e-06
-    FullCache:
-      max-upper-bound: 6.92e-06
-      median-lower-bound: 1.73e-06
-      median-upper-bound: 6.92e-06
-      min-lower-bound: 1.73e-06
-    HotCache:
-      max-upper-bound: 6.64e-06
-      median-lower-bound: 1.66e-06
-      median-upper-bound: 6.64e-06
-      min-lower-bound: 1.66e-06
-    Load/1:
-      max-upper-bound: 1.292e-05
-      median-lower-bound: 3.19e-06
-      median-upper-bound: 1.276e-05
-      min-lower-bound: 3.15e-06
-    Load/2:
-      max-upper-bound: 1.292e-05
-      median-lower-bound: 3.19e-06
-      median-upper-bound: 1.276e-05
-      min-lower-bound: 3.15e-06
-    Load/3:
-      max-upper-bound: 1.292e-05
-      median-lower-bound: 3.19e-06
-      median-upper-bound: 1.276e-05
-      min-lower-bound: 3.15e-06
-    Load/4:
-      max-upper-bound: 1.292e-05
-      median-lower-bound: 3.19e-06
-      median-upper-bound: 1.276e-05
-      min-lower-bound: 3.15e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.8408e-05
-      median-lower-bound: 4.376e-06
-      median-upper-bound: 1.7504e-05
-      min-lower-bound: 4.276e-06
-    FullCache:
-      max-upper-bound: 8.176e-06
-      median-lower-bound: 8.48e-07
-      median-upper-bound: 3.392e-06
-      min-lower-bound: 8.48e-07
-    HotCache:
-      max-upper-bound: 2.056e-06
-      median-lower-bound: 3.92e-07
-      median-upper-bound: 1.568e-06
-      min-lower-bound: 3.92e-07
-    Load/1:
-      max-upper-bound: 3.7456e-05
-      median-lower-bound: 5.768e-06
-      median-upper-bound: 2.3072e-05
-      min-lower-bound: 4.886e-06
-    Load/2:
-      max-upper-bound: 6.5328e-05
-      median-lower-bound: 1.248e-05
-      median-upper-bound: 4.992e-05
-      min-lower-bound: 1.244e-05
-    Load/3:
-      max-upper-bound: 7.2928e-05
-      median-lower-bound: 1.6402e-05
-      median-upper-bound: 6.5608e-05
-      min-lower-bound: 1.4684e-05
-    Load/4:
-      max-upper-bound: 8.0488e-05
-      median-lower-bound: 1.7816e-05
-      median-upper-bound: 7.1264e-05
-      min-lower-bound: 1.515e-05
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.48e-06
-      median-lower-bound: 1.37e-06
-      median-upper-bound: 5.48e-06
-      min-lower-bound: 1.37e-06
-    FullCache:
-      max-upper-bound: 5.16e-06
-      median-lower-bound: 1.27e-06
-      median-upper-bound: 5.08e-06
-      min-lower-bound: 1.23e-06
-    HotCache:
-      max-upper-bound: 5.04e-06
-      median-lower-bound: 1.26e-06
-      median-upper-bound: 5.04e-06
-      min-lower-bound: 1.26e-06
-    Load/1:
-      max-upper-bound: 1.088e-05
-      median-lower-bound: 2.72e-06
-      median-upper-bound: 1.088e-05
-      min-lower-bound: 2.72e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 7.536e-06
-      median-lower-bound: 1.86e-06
-      median-upper-bound: 7.44e-06
-      min-lower-bound: 1.834e-06
-    FullCache:
-      max-upper-bound: 2.92e-06
-      median-lower-bound: 3.84e-07
-      median-upper-bound: 1.536e-06
-      min-lower-bound: 3.84e-07
-    HotCache:
-      max-upper-bound: 1.088e-06
-      median-lower-bound: 2.72e-07
-      median-upper-bound: 1.088e-06
-      min-lower-bound: 2.72e-07
-    Load/1:
-      max-upper-bound: 1.0576e-05
-      median-lower-bound: 2.596e-06
-      median-upper-bound: 1.0384e-05
-      min-lower-bound: 2.552e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/sem/req/perf-mtx-pi-try.yml b/spec/rtems/sem/req/perf-mtx-pi-try.yml
index 8114fd88..b1298562 100644
--- a/spec/rtems/sem/req/perf-mtx-pi-try.yml
+++ b/spec/rtems/sem/req/perf-mtx-pi-try.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    FullCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    HotCache:
-      max-upper-bound: 8.0e-06
-      median-lower-bound: 2.0e-06
-      median-upper-bound: 8.0e-06
-      min-lower-bound: 1.5e-06
-    Load/1:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 4.0e-06
-    Load/2:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 4.0e-06
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 4.0e-05
-      median-lower-bound: 9.5e-06
-      median-upper-bound: 3.8e-05
-      min-lower-bound: 9.0e-06
-    FullCache:
-      max-upper-bound: 1.8e-05
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.5e-06
-      median-upper-bound: 6.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 6.0e-05
-      median-lower-bound: 1.45e-05
-      median-upper-bound: 5.8e-05
-      min-lower-bound: 1.45e-05
-    Load/2:
-      max-upper-bound: 6.2e-05
-      median-lower-bound: 1.5e-05
-      median-upper-bound: 6.0e-05
-      min-lower-bound: 1.5e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 2.4e-05
-      median-lower-bound: 6.0e-06
-      median-upper-bound: 2.4e-05
-      min-lower-bound: 6.0e-06
-    FullCache:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    HotCache:
-      max-upper-bound: 6.0e-06
-      median-lower-bound: 1.0e-06
-      median-upper-bound: 4.0e-06
-      min-lower-bound: 1.0e-06
-    Load/1:
-      max-upper-bound: 3.6e-05
-      median-lower-bound: 8.5e-06
-      median-upper-bound: 3.4e-05
-      min-lower-bound: 8.5e-06
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.48e-06
-      median-lower-bound: 1.87e-06
-      median-upper-bound: 7.48e-06
-      min-lower-bound: 1.79e-06
-    FullCache:
-      max-upper-bound: 7.2e-06
-      median-lower-bound: 1.73e-06
-      median-upper-bound: 6.92e-06
-      min-lower-bound: 1.73e-06
-    HotCache:
-      max-upper-bound: 7.2e-06
-      median-lower-bound: 1.8e-06
-      median-upper-bound: 7.2e-06
-      min-lower-bound: 1.8e-06
-    Load/1:
-      max-upper-bound: 1.532e-05
-      median-lower-bound: 3.77e-06
-      median-upper-bound: 1.508e-05
-      min-lower-bound: 3.69e-06
-    Load/2:
-      max-upper-bound: 1.532e-05
-      median-lower-bound: 3.77e-06
-      median-upper-bound: 1.508e-05
-      min-lower-bound: 3.69e-06
-    Load/3:
-      max-upper-bound: 1.532e-05
-      median-lower-bound: 3.77e-06
-      median-upper-bound: 1.508e-05
-      min-lower-bound: 3.69e-06
-    Load/4:
-      max-upper-bound: 1.532e-05
-      median-lower-bound: 3.77e-06
-      median-upper-bound: 1.508e-05
-      min-lower-bound: 3.69e-06
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 1.8456e-05
-      median-lower-bound: 4.476e-06
-      median-upper-bound: 1.7904e-05
-      min-lower-bound: 4.076e-06
-    FullCache:
-      max-upper-bound: 9.352e-06
-      median-lower-bound: 7.62e-07
-      median-upper-bound: 3.048e-06
-      min-lower-bound: 7.58e-07
-    HotCache:
-      max-upper-bound: 2.152e-06
-      median-lower-bound: 4.12e-07
-      median-upper-bound: 1.648e-06
-      min-lower-bound: 4.12e-07
-    Load/1:
-      max-upper-bound: 4.0864e-05
-      median-lower-bound: 5.69e-06
-      median-upper-bound: 2.276e-05
-      min-lower-bound: 4.626e-06
-    Load/2:
-      max-upper-bound: 7.6544e-05
-      median-lower-bound: 1.7774e-05
-      median-upper-bound: 7.1096e-05
-      min-lower-bound: 1.7694e-05
-    Load/3:
-      max-upper-bound: 9.896e-05
-      median-lower-bound: 2.4178e-05
-      median-upper-bound: 9.6712e-05
-      min-lower-bound: 2.0998e-05
-    Load/4:
-      max-upper-bound: 0.000107128
-      median-lower-bound: 2.4432e-05
-      median-upper-bound: 9.7728e-05
-      min-lower-bound: 2.1314e-05
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 6.04e-06
-      median-lower-bound: 1.46e-06
-      median-upper-bound: 5.84e-06
-      min-lower-bound: 1.46e-06
-    FullCache:
-      max-upper-bound: 5.8e-06
-      median-lower-bound: 1.41e-06
-      median-upper-bound: 5.64e-06
-      min-lower-bound: 1.37e-06
-    HotCache:
-      max-upper-bound: 5.76e-06
-      median-lower-bound: 1.44e-06
-      median-upper-bound: 5.76e-06
-      min-lower-bound: 1.44e-06
-    Load/1:
-      max-upper-bound: 1.4e-05
-      median-lower-bound: 3.45e-06
-      median-upper-bound: 1.38e-05
-      min-lower-bound: 3.34e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 9.6e-06
-      median-lower-bound: 2.358e-06
-      median-upper-bound: 9.432e-06
-      min-lower-bound: 2.334e-06
-    FullCache:
-      max-upper-bound: 4.856e-06
-      median-lower-bound: 3.1e-07
-      median-upper-bound: 1.24e-06
-      min-lower-bound: 3.1e-07
-    HotCache:
-      max-upper-bound: 1.24e-06
-      median-lower-bound: 3.1e-07
-      median-upper-bound: 1.24e-06
-      min-lower-bound: 3.1e-07
-    Load/1:
-      max-upper-bound: 1.2512e-05
-      median-lower-bound: 3.09e-06
-      median-upper-bound: 1.236e-05
-      min-lower-bound: 3.05e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/sem/req/perf-mtx-pi-wait-forever.yml b/spec/rtems/sem/req/perf-mtx-pi-wait-forever.yml
index df81d764..33df9867 100644
--- a/spec/rtems/sem/req/perf-mtx-pi-wait-forever.yml
+++ b/spec/rtems/sem/req/perf-mtx-pi-wait-forever.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.00011
-      median-lower-bound: 2.75e-05
-      median-upper-bound: 0.00011
-      min-lower-bound: 2.75e-05
-    FullCache:
-      max-upper-bound: 0.000108
-      median-lower-bound: 2.7e-05
-      median-upper-bound: 0.000108
-      min-lower-bound: 2.65e-05
-    HotCache:
-      max-upper-bound: 0.000108
-      median-lower-bound: 2.7e-05
-      median-upper-bound: 0.000108
-      min-lower-bound: 2.65e-05
-    Load/1:
-      max-upper-bound: 0.000124
-      median-lower-bound: 3.1e-05
-      median-upper-bound: 0.000124
-      min-lower-bound: 3.05e-05
-    Load/2:
-      max-upper-bound: 0.000124
-      median-lower-bound: 3.1e-05
-      median-upper-bound: 0.000124
-      min-lower-bound: 3.05e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000276
-      median-lower-bound: 6.9e-05
-      median-upper-bound: 0.000276
-      min-lower-bound: 6.85e-05
-    FullCache:
-      max-upper-bound: 0.000158
-      median-lower-bound: 2.85e-05
-      median-upper-bound: 0.000114
-      min-lower-bound: 2.85e-05
-    HotCache:
-      max-upper-bound: 0.000108
-      median-lower-bound: 2.7e-05
-      median-upper-bound: 0.000108
-      min-lower-bound: 2.65e-05
-    Load/1:
-      max-upper-bound: 0.000284
-      median-lower-bound: 7.05e-05
-      median-upper-bound: 0.000282
-      min-lower-bound: 7.05e-05
-    Load/2:
-      max-upper-bound: 0.000336
-      median-lower-bound: 8.3e-05
-      median-upper-bound: 0.000332
-      min-lower-bound: 8.3e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.00017
-      median-lower-bound: 4.2e-05
-      median-upper-bound: 0.000168
-      min-lower-bound: 4.2e-05
-    FullCache:
-      max-upper-bound: 9.8e-05
-      median-lower-bound: 1.6e-05
-      median-upper-bound: 6.4e-05
-      min-lower-bound: 1.55e-05
-    HotCache:
-      max-upper-bound: 6.0e-05
-      median-lower-bound: 1.45e-05
-      median-upper-bound: 5.8e-05
-      min-lower-bound: 1.45e-05
-    Load/1:
-      max-upper-bound: 0.000176
-      median-lower-bound: 4.4e-05
-      median-upper-bound: 0.000176
-      min-lower-bound: 4.35e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 0.000105
-      median-lower-bound: 2.625e-05
-      median-upper-bound: 0.000105
-      min-lower-bound: 2.625e-05
-    FullCache:
-      max-upper-bound: 0.00010296
-      median-lower-bound: 2.568e-05
-      median-upper-bound: 0.00010272
-      min-lower-bound: 2.564e-05
-    HotCache:
-      max-upper-bound: 0.00010284
-      median-lower-bound: 2.571e-05
-      median-upper-bound: 0.00010284
-      min-lower-bound: 2.563e-05
-    Load/1:
-      max-upper-bound: 0.00011816
-      median-lower-bound: 2.954e-05
-      median-upper-bound: 0.00011816
-      min-lower-bound: 2.946e-05
-    Load/2:
-      max-upper-bound: 0.00011816
-      median-lower-bound: 2.954e-05
-      median-upper-bound: 0.00011816
-      min-lower-bound: 2.946e-05
-    Load/3:
-      max-upper-bound: 0.00011832
-      median-lower-bound: 2.958e-05
-      median-upper-bound: 0.00011832
-      min-lower-bound: 2.934e-05
-    Load/4:
-      max-upper-bound: 0.00011832
-      median-lower-bound: 2.958e-05
-      median-upper-bound: 0.00011832
-      min-lower-bound: 2.934e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 0.000112208
-      median-lower-bound: 2.7194e-05
-      median-upper-bound: 0.000108776
-      min-lower-bound: 2.621e-05
-    FullCache:
-      max-upper-bound: 8.3136e-05
-      median-lower-bound: 1.2762e-05
-      median-upper-bound: 5.1048e-05
-      min-lower-bound: 1.2678e-05
-    HotCache:
-      max-upper-bound: 2.4432e-05
-      median-lower-bound: 5.964e-06
-      median-upper-bound: 2.3856e-05
-      min-lower-bound: 5.964e-06
-    Load/1:
-      max-upper-bound: 0.000161576
-      median-lower-bound: 2.6626e-05
-      median-upper-bound: 0.000106504
-      min-lower-bound: 2.6004e-05
-    Load/2:
-      max-upper-bound: 0.000718024
-      median-lower-bound: 0.000178464
-      median-upper-bound: 0.000713856
-      min-lower-bound: 0.000178106
-    Load/3:
-      max-upper-bound: 0.001148736
-      median-lower-bound: 0.000284654
-      median-upper-bound: 0.001138616
-      min-lower-bound: 0.00028356
-    Load/4:
-      max-upper-bound: 0.001350688
-      median-lower-bound: 0.000336698
-      median-upper-bound: 0.001346792
-      min-lower-bound: 0.000334676
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.396e-05
-      median-lower-bound: 1.849e-05
-      median-upper-bound: 7.396e-05
-      min-lower-bound: 1.849e-05
-    FullCache:
-      max-upper-bound: 7.192e-05
-      median-lower-bound: 1.798e-05
-      median-upper-bound: 7.192e-05
-      min-lower-bound: 1.764e-05
-    HotCache:
-      max-upper-bound: 7.108e-05
-      median-lower-bound: 1.777e-05
-      median-upper-bound: 7.108e-05
-      min-lower-bound: 1.773e-05
-    Load/1:
-      max-upper-bound: 8.192e-05
-      median-lower-bound: 2.048e-05
-      median-upper-bound: 8.192e-05
-      min-lower-bound: 2.048e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 6.7592e-05
-      median-lower-bound: 1.658e-05
-      median-upper-bound: 6.632e-05
-      min-lower-bound: 1.6494e-05
-    FullCache:
-      max-upper-bound: 3.8328e-05
-      median-lower-bound: 6.492e-06
-      median-upper-bound: 2.5968e-05
-      min-lower-bound: 6.472e-06
-    HotCache:
-      max-upper-bound: 1.1928e-05
-      median-lower-bound: 2.95e-06
-      median-upper-bound: 1.18e-05
-      min-lower-bound: 2.95e-06
-    Load/1:
-      max-upper-bound: 7.1848e-05
-      median-lower-bound: 1.7368e-05
-      median-upper-bound: 6.9472e-05
-      min-lower-bound: 1.7292e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/sem/req/perf-mtx-pi-wait-timed.yml b/spec/rtems/sem/req/perf-mtx-pi-wait-timed.yml
index a6e30e4c..970b440f 100644
--- a/spec/rtems/sem/req/perf-mtx-pi-wait-timed.yml
+++ b/spec/rtems/sem/req/perf-mtx-pi-wait-timed.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.9e-05
-      median-upper-bound: 0.000116
-      min-lower-bound: 2.9e-05
-    FullCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.85e-05
-      median-upper-bound: 0.000114
-      min-lower-bound: 2.8e-05
-    HotCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.85e-05
-      median-upper-bound: 0.000114
-      min-lower-bound: 2.8e-05
-    Load/1:
-      max-upper-bound: 0.000132
-      median-lower-bound: 3.25e-05
-      median-upper-bound: 0.00013
-      min-lower-bound: 3.25e-05
-    Load/2:
-      max-upper-bound: 0.00013
-      median-lower-bound: 3.25e-05
-      median-upper-bound: 0.00013
-      min-lower-bound: 3.2e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000286
-      median-lower-bound: 7.15e-05
-      median-upper-bound: 0.000286
-      min-lower-bound: 7.1e-05
-    FullCache:
-      max-upper-bound: 0.000168
-      median-lower-bound: 3.2e-05
-      median-upper-bound: 0.000128
-      min-lower-bound: 3.15e-05
-    HotCache:
-      max-upper-bound: 0.00012
-      median-lower-bound: 3.0e-05
-      median-upper-bound: 0.00012
-      min-lower-bound: 2.95e-05
-    Load/1:
-      max-upper-bound: 0.000294
-      median-lower-bound: 7.3e-05
-      median-upper-bound: 0.000292
-      min-lower-bound: 7.25e-05
-    Load/2:
-      max-upper-bound: 0.000348
-      median-lower-bound: 8.6e-05
-      median-upper-bound: 0.000344
-      min-lower-bound: 8.55e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000178
-      median-lower-bound: 4.4e-05
-      median-upper-bound: 0.000176
-      min-lower-bound: 4.4e-05
-    FullCache:
-      max-upper-bound: 0.000108
-      median-lower-bound: 1.7e-05
-      median-upper-bound: 6.8e-05
-      min-lower-bound: 1.65e-05
-    HotCache:
-      max-upper-bound: 6.4e-05
-      median-lower-bound: 1.55e-05
-      median-upper-bound: 6.2e-05
-      min-lower-bound: 1.55e-05
-    Load/1:
-      max-upper-bound: 0.000184
-      median-lower-bound: 4.6e-05
-      median-upper-bound: 0.000184
-      min-lower-bound: 4.55e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 0.0001118
-      median-lower-bound: 2.785e-05
-      median-upper-bound: 0.0001114
-      min-lower-bound: 2.773e-05
-    FullCache:
-      max-upper-bound: 0.00010992
-      median-lower-bound: 2.748e-05
-      median-upper-bound: 0.00010992
-      min-lower-bound: 2.724e-05
-    HotCache:
-      max-upper-bound: 0.00010884
-      median-lower-bound: 2.721e-05
-      median-upper-bound: 0.00010884
-      min-lower-bound: 2.721e-05
-    Load/1:
-      max-upper-bound: 0.00012496
-      median-lower-bound: 3.116e-05
-      median-upper-bound: 0.00012464
-      min-lower-bound: 3.1e-05
-    Load/2:
-      max-upper-bound: 0.00012496
-      median-lower-bound: 3.116e-05
-      median-upper-bound: 0.00012464
-      min-lower-bound: 3.1e-05
-    Load/3:
-      max-upper-bound: 0.00012496
-      median-lower-bound: 3.116e-05
-      median-upper-bound: 0.00012464
-      min-lower-bound: 3.1e-05
-    Load/4:
-      max-upper-bound: 0.00012496
-      median-lower-bound: 3.116e-05
-      median-upper-bound: 0.00012464
-      min-lower-bound: 3.1e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 0.000120264
-      median-lower-bound: 2.7956e-05
-      median-upper-bound: 0.000111824
-      min-lower-bound: 2.6916e-05
-    FullCache:
-      max-upper-bound: 8.8176e-05
-      median-lower-bound: 1.3208e-05
-      median-upper-bound: 5.2832e-05
-      min-lower-bound: 1.3148e-05
-    HotCache:
-      max-upper-bound: 2.6376e-05
-      median-lower-bound: 6.526e-06
-      median-upper-bound: 2.6104e-05
-      min-lower-bound: 6.526e-06
-    Load/1:
-      max-upper-bound: 0.000162904
-      median-lower-bound: 2.7162e-05
-      median-upper-bound: 0.000108648
-      min-lower-bound: 2.6772e-05
-    Load/2:
-      max-upper-bound: 0.000741368
-      median-lower-bound: 0.000184708
-      median-upper-bound: 0.000738832
-      min-lower-bound: 0.000184256
-    Load/3:
-      max-upper-bound: 0.001186688
-      median-lower-bound: 0.000294466
-      median-upper-bound: 0.001177864
-      min-lower-bound: 0.000293062
-    Load/4:
-      max-upper-bound: 0.001400728
-      median-lower-bound: 0.000348276
-      median-upper-bound: 0.001393104
-      min-lower-bound: 0.000347286
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.68e-05
-      median-lower-bound: 1.92e-05
-      median-upper-bound: 7.68e-05
-      min-lower-bound: 1.92e-05
-    FullCache:
-      max-upper-bound: 7.58e-05
-      median-lower-bound: 1.883e-05
-      median-upper-bound: 7.532e-05
-      min-lower-bound: 1.869e-05
-    HotCache:
-      max-upper-bound: 7.616e-05
-      median-lower-bound: 1.904e-05
-      median-upper-bound: 7.616e-05
-      min-lower-bound: 1.888e-05
-    Load/1:
-      max-upper-bound: 8.524e-05
-      median-lower-bound: 2.131e-05
-      median-upper-bound: 8.524e-05
-      min-lower-bound: 2.111e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 7.2024e-05
-      median-lower-bound: 1.7732e-05
-      median-upper-bound: 7.0928e-05
-      min-lower-bound: 1.7626e-05
-    FullCache:
-      max-upper-bound: 4.2584e-05
-      median-lower-bound: 6.806e-06
-      median-upper-bound: 2.7224e-05
-      min-lower-bound: 6.752e-06
-    HotCache:
-      max-upper-bound: 1.2608e-05
-      median-lower-bound: 3.12e-06
-      median-upper-bound: 1.248e-05
-      min-lower-bound: 3.12e-06
-    Load/1:
-      max-upper-bound: 7.3976e-05
-      median-lower-bound: 1.8364e-05
-      median-upper-bound: 7.3456e-05
-      min-lower-bound: 1.8308e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-construct.yml b/spec/rtems/task/req/perf-construct.yml
index 58795a92..11fa074d 100644
--- a/spec/rtems/task/req/perf-construct.yml
+++ b/spec/rtems/task/req/perf-construct.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.000166
-      median-lower-bound: 4.15e-05
-      median-upper-bound: 0.000166
-      min-lower-bound: 4.1e-05
-    FullCache:
-      max-upper-bound: 0.000164
-      median-lower-bound: 4.1e-05
-      median-upper-bound: 0.000164
-      min-lower-bound: 4.1e-05
-    HotCache:
-      max-upper-bound: 0.000164
-      median-lower-bound: 4.1e-05
-      median-upper-bound: 0.000164
-      min-lower-bound: 4.1e-05
-    Load/1:
-      max-upper-bound: 0.00018
-      median-lower-bound: 4.45e-05
-      median-upper-bound: 0.000178
-      min-lower-bound: 4.45e-05
-    Load/2:
-      max-upper-bound: 0.000178
-      median-lower-bound: 4.45e-05
-      median-upper-bound: 0.000178
-      min-lower-bound: 4.4e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.00027
-      median-lower-bound: 6.65e-05
-      median-upper-bound: 0.000266
-      min-lower-bound: 6.6e-05
-    FullCache:
-      max-upper-bound: 0.000196
-      median-lower-bound: 4.1e-05
-      median-upper-bound: 0.000164
-      min-lower-bound: 4.1e-05
-    HotCache:
-      max-upper-bound: 0.00016
-      median-lower-bound: 4.0e-05
-      median-upper-bound: 0.00016
-      min-lower-bound: 3.95e-05
-    Load/1:
-      max-upper-bound: 0.000282
-      median-lower-bound: 7.0e-05
-      median-upper-bound: 0.00028
-      min-lower-bound: 6.95e-05
-    Load/2:
-      max-upper-bound: 0.000368
-      median-lower-bound: 9.1e-05
-      median-upper-bound: 0.000364
-      min-lower-bound: 9.1e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000162
-      median-lower-bound: 4.0e-05
-      median-upper-bound: 0.00016
-      min-lower-bound: 4.0e-05
-    FullCache:
-      max-upper-bound: 0.000102
-      median-lower-bound: 1.8e-05
-      median-upper-bound: 7.2e-05
-      min-lower-bound: 1.75e-05
-    HotCache:
-      max-upper-bound: 7.0e-05
-      median-lower-bound: 1.75e-05
-      median-upper-bound: 7.0e-05
-      min-lower-bound: 1.7e-05
-    Load/1:
-      max-upper-bound: 0.000178
-      median-lower-bound: 4.4e-05
-      median-upper-bound: 0.000176
-      min-lower-bound: 4.35e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 0.000151
-      median-lower-bound: 3.759e-05
-      median-upper-bound: 0.00015036
-      min-lower-bound: 3.751e-05
-    FullCache:
-      max-upper-bound: 0.00015052
-      median-lower-bound: 3.76e-05
-      median-upper-bound: 0.0001504
-      min-lower-bound: 3.743e-05
-    HotCache:
-      max-upper-bound: 0.00014976
-      median-lower-bound: 3.744e-05
-      median-upper-bound: 0.00014976
-      min-lower-bound: 3.744e-05
-    Load/1:
-      max-upper-bound: 0.0001626
-      median-lower-bound: 4.065e-05
-      median-upper-bound: 0.0001626
-      min-lower-bound: 4.049e-05
-    Load/2:
-      max-upper-bound: 0.0001618
-      median-lower-bound: 4.045e-05
-      median-upper-bound: 0.0001618
-      min-lower-bound: 4.041e-05
-    Load/3:
-      max-upper-bound: 0.0001626
-      median-lower-bound: 4.065e-05
-      median-upper-bound: 0.0001626
-      min-lower-bound: 4.049e-05
-    Load/4:
-      max-upper-bound: 0.0001626
-      median-lower-bound: 4.065e-05
-      median-upper-bound: 0.0001626
-      min-lower-bound: 4.049e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 9.1664e-05
-      median-lower-bound: 2.2482e-05
-      median-upper-bound: 8.9928e-05
-      min-lower-bound: 2.1906e-05
-    FullCache:
-      max-upper-bound: 9.3696e-05
-      median-lower-bound: 1.3934e-05
-      median-upper-bound: 5.5736e-05
-      min-lower-bound: 1.3726e-05
-    HotCache:
-      max-upper-bound: 3.7592e-05
-      median-lower-bound: 6.908e-06
-      median-upper-bound: 2.7632e-05
-      min-lower-bound: 6.864e-06
-    Load/1:
-      max-upper-bound: 0.000156224
-      median-lower-bound: 2.3548e-05
-      median-upper-bound: 9.4192e-05
-      min-lower-bound: 2.2446e-05
-    Load/2:
-      max-upper-bound: 0.00074872
-      median-lower-bound: 0.00018456
-      median-upper-bound: 0.00073824
-      min-lower-bound: 0.00018355
-    Load/3:
-      max-upper-bound: 0.00129904
-      median-lower-bound: 0.000321152
-      median-upper-bound: 0.001284608
-      min-lower-bound: 0.000318308
-    Load/4:
-      max-upper-bound: 0.001719288
-      median-lower-bound: 0.00042442
-      median-upper-bound: 0.00169768
-      min-lower-bound: 0.000422798
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 7.816e-05
-      median-lower-bound: 1.954e-05
-      median-upper-bound: 7.816e-05
-      min-lower-bound: 1.916e-05
-    FullCache:
-      max-upper-bound: 7.784e-05
-      median-lower-bound: 1.946e-05
-      median-upper-bound: 7.784e-05
-      min-lower-bound: 1.941e-05
-    HotCache:
-      max-upper-bound: 7.716e-05
-      median-lower-bound: 1.929e-05
-      median-upper-bound: 7.716e-05
-      min-lower-bound: 1.929e-05
-    Load/1:
-      max-upper-bound: 8.984e-05
-      median-lower-bound: 2.24e-05
-      median-upper-bound: 8.96e-05
-      min-lower-bound: 2.208e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 6.4072e-05
-      median-lower-bound: 1.4646e-05
-      median-upper-bound: 5.8584e-05
-      min-lower-bound: 1.4472e-05
-    FullCache:
-      max-upper-bound: 4.368e-05
-      median-lower-bound: 6.198e-06
-      median-upper-bound: 2.4792e-05
-      min-lower-bound: 6.068e-06
-    HotCache:
-      max-upper-bound: 1.756e-05
-      median-lower-bound: 3.358e-06
-      median-upper-bound: 1.3432e-05
-      min-lower-bound: 3.358e-06
-    Load/1:
-      max-upper-bound: 6.7776e-05
-      median-lower-bound: 1.6114e-05
-      median-upper-bound: 6.4456e-05
-      min-lower-bound: 1.59e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-restart-preempt.yml b/spec/rtems/task/req/perf-restart-preempt.yml
index aa96c21c..013dcc71 100644
--- a/spec/rtems/task/req/perf-restart-preempt.yml
+++ b/spec/rtems/task/req/perf-restart-preempt.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.000156
-      median-lower-bound: 3.9e-05
-      median-upper-bound: 0.000156
-      min-lower-bound: 3.9e-05
-    FullCache:
-      max-upper-bound: 0.000156
-      median-lower-bound: 3.85e-05
-      median-upper-bound: 0.000154
-      min-lower-bound: 3.8e-05
-    HotCache:
-      max-upper-bound: 0.000156
-      median-lower-bound: 3.85e-05
-      median-upper-bound: 0.000154
-      min-lower-bound: 3.8e-05
-    Load/1:
-      max-upper-bound: 0.000166
-      median-lower-bound: 4.15e-05
-      median-upper-bound: 0.000166
-      min-lower-bound: 4.1e-05
-    Load/2:
-      max-upper-bound: 0.000166
-      median-lower-bound: 4.15e-05
-      median-upper-bound: 0.000166
-      min-lower-bound: 4.1e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000326
-      median-lower-bound: 8.15e-05
-      median-upper-bound: 0.000326
-      min-lower-bound: 8.1e-05
-    FullCache:
-      max-upper-bound: 0.000286
-      median-lower-bound: 3.55e-05
-      median-upper-bound: 0.000142
-      min-lower-bound: 3.5e-05
-    HotCache:
-      max-upper-bound: 0.000134
-      median-lower-bound: 3.35e-05
-      median-upper-bound: 0.000134
-      min-lower-bound: 3.3e-05
-    Load/1:
-      max-upper-bound: 0.000322
-      median-lower-bound: 8.0e-05
-      median-upper-bound: 0.00032
-      min-lower-bound: 7.95e-05
-    Load/2:
-      max-upper-bound: 0.000382
-      median-lower-bound: 9.35e-05
-      median-upper-bound: 0.000374
-      min-lower-bound: 9.3e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000212
-      median-lower-bound: 5.3e-05
-      median-upper-bound: 0.000212
-      min-lower-bound: 5.25e-05
-    FullCache:
-      max-upper-bound: 0.000196
-      median-lower-bound: 2.25e-05
-      median-upper-bound: 9.0e-05
-      min-lower-bound: 2.25e-05
-    HotCache:
-      max-upper-bound: 8.4e-05
-      median-lower-bound: 2.1e-05
-      median-upper-bound: 8.4e-05
-      min-lower-bound: 2.05e-05
-    Load/1:
-      max-upper-bound: 0.00022
-      median-lower-bound: 5.45e-05
-      median-upper-bound: 0.000218
-      min-lower-bound: 5.45e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 0.00014988
-      median-lower-bound: 3.715e-05
-      median-upper-bound: 0.0001486
-      min-lower-bound: 3.703e-05
-    FullCache:
-      max-upper-bound: 0.00014644
-      median-lower-bound: 3.661e-05
-      median-upper-bound: 0.00014644
-      min-lower-bound: 3.659e-05
-    HotCache:
-      max-upper-bound: 0.00014632
-      median-lower-bound: 3.658e-05
-      median-upper-bound: 0.00014632
-      min-lower-bound: 3.658e-05
-    Load/1:
-      max-upper-bound: 0.00015744
-      median-lower-bound: 3.926e-05
-      median-upper-bound: 0.00015704
-      min-lower-bound: 3.9e-05
-    Load/2:
-      max-upper-bound: 0.00015744
-      median-lower-bound: 3.926e-05
-      median-upper-bound: 0.00015704
-      min-lower-bound: 3.9e-05
-    Load/3:
-      max-upper-bound: 0.00015744
-      median-lower-bound: 3.926e-05
-      median-upper-bound: 0.00015704
-      min-lower-bound: 3.9e-05
-    Load/4:
-      max-upper-bound: 0.00015744
-      median-lower-bound: 3.926e-05
-      median-upper-bound: 0.00015704
-      min-lower-bound: 3.9e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 0.000131184
-      median-lower-bound: 3.1192e-05
-      median-upper-bound: 0.000124768
-      min-lower-bound: 3.0298e-05
-    FullCache:
-      max-upper-bound: 0.000123064
-      median-lower-bound: 1.37e-05
-      median-upper-bound: 5.48e-05
-      min-lower-bound: 1.365e-05
-    HotCache:
-      max-upper-bound: 3.336e-05
-      median-lower-bound: 8.238e-06
-      median-upper-bound: 3.2952e-05
-      min-lower-bound: 8.238e-06
-    Load/1:
-      max-upper-bound: 0.000184344
-      median-lower-bound: 2.9632e-05
-      median-upper-bound: 0.000118528
-      min-lower-bound: 2.8994e-05
-    Load/2:
-      max-upper-bound: 0.000826384
-      median-lower-bound: 0.00020054
-      median-upper-bound: 0.00080216
-      min-lower-bound: 0.000200332
-    Load/3:
-      max-upper-bound: 0.001288688
-      median-lower-bound: 0.000314378
-      median-upper-bound: 0.001257512
-      min-lower-bound: 0.00031287
-    Load/4:
-      max-upper-bound: 0.001554912
-      median-lower-bound: 0.000371362
-      median-upper-bound: 0.001485448
-      min-lower-bound: 0.000371018
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 0.00010084
-      median-lower-bound: 2.519e-05
-      median-upper-bound: 0.00010076
-      min-lower-bound: 2.519e-05
-    FullCache:
-      max-upper-bound: 9.92e-05
-      median-lower-bound: 2.464e-05
-      median-upper-bound: 9.856e-05
-      min-lower-bound: 2.448e-05
-    HotCache:
-      max-upper-bound: 9.812e-05
-      median-lower-bound: 2.453e-05
-      median-upper-bound: 9.812e-05
-      min-lower-bound: 2.449e-05
-    Load/1:
-      max-upper-bound: 0.00010836
-      median-lower-bound: 2.709e-05
-      median-upper-bound: 0.00010836
-      min-lower-bound: 2.705e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 8.0904e-05
-      median-lower-bound: 1.9816e-05
-      median-upper-bound: 7.9264e-05
-      min-lower-bound: 1.9676e-05
-    FullCache:
-      max-upper-bound: 7.06e-05
-      median-lower-bound: 8.264e-06
-      median-upper-bound: 3.3056e-05
-      min-lower-bound: 8.224e-06
-    HotCache:
-      max-upper-bound: 1.8264e-05
-      median-lower-bound: 4.49e-06
-      median-upper-bound: 1.796e-05
-      min-lower-bound: 4.49e-06
-    Load/1:
-      max-upper-bound: 8.4168e-05
-      median-lower-bound: 2.0602e-05
-      median-upper-bound: 8.2408e-05
-      min-lower-bound: 2.0482e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-restart-self.yml b/spec/rtems/task/req/perf-restart-self.yml
index c0c7b20f..38809ccd 100644
--- a/spec/rtems/task/req/perf-restart-self.yml
+++ b/spec/rtems/task/req/perf-restart-self.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.00016
-      median-lower-bound: 4.0e-05
-      median-upper-bound: 0.00016
-      min-lower-bound: 4.0e-05
-    FullCache:
-      max-upper-bound: 0.000162
-      median-lower-bound: 4.0e-05
-      median-upper-bound: 0.00016
-      min-lower-bound: 4.0e-05
-    HotCache:
-      max-upper-bound: 0.000162
-      median-lower-bound: 4.05e-05
-      median-upper-bound: 0.000162
-      min-lower-bound: 4.0e-05
-    Load/1:
-      max-upper-bound: 0.000162
-      median-lower-bound: 4.05e-05
-      median-upper-bound: 0.000162
-      min-lower-bound: 4.05e-05
-    Load/2:
-      max-upper-bound: 0.000162
-      median-lower-bound: 4.05e-05
-      median-upper-bound: 0.000162
-      min-lower-bound: 4.0e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.00024
-      median-lower-bound: 6.0e-05
-      median-upper-bound: 0.00024
-      min-lower-bound: 5.95e-05
-    FullCache:
-      max-upper-bound: 0.00019
-      median-lower-bound: 3.4e-05
-      median-upper-bound: 0.000136
-      min-lower-bound: 3.35e-05
-    HotCache:
-      max-upper-bound: 0.000132
-      median-lower-bound: 3.3e-05
-      median-upper-bound: 0.000132
-      min-lower-bound: 3.25e-05
-    Load/1:
-      max-upper-bound: 0.000242
-      median-lower-bound: 6.05e-05
-      median-upper-bound: 0.000242
-      min-lower-bound: 6.0e-05
-    Load/2:
-      max-upper-bound: 0.000284
-      median-lower-bound: 7.05e-05
-      median-upper-bound: 0.000282
-      min-lower-bound: 7.05e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 5.0e-05
-      median-upper-bound: 0.0002
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000172
-      median-lower-bound: 4.25e-05
-      median-upper-bound: 0.00017
-      min-lower-bound: 4.25e-05
-    FullCache:
-      max-upper-bound: 0.000124
-      median-lower-bound: 2.1e-05
-      median-upper-bound: 8.4e-05
-      min-lower-bound: 2.1e-05
-    HotCache:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.05e-05
-      median-upper-bound: 8.2e-05
-      min-lower-bound: 2.0e-05
-    Load/1:
-      max-upper-bound: 0.000172
-      median-lower-bound: 4.25e-05
-      median-upper-bound: 0.00017
-      min-lower-bound: 4.25e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 0.00015568
-      median-lower-bound: 3.892e-05
-      median-upper-bound: 0.00015568
-      min-lower-bound: 3.864e-05
-    FullCache:
-      max-upper-bound: 0.00015568
-      median-lower-bound: 3.868e-05
-      median-upper-bound: 0.00015472
-      min-lower-bound: 3.852e-05
-    HotCache:
-      max-upper-bound: 0.00015568
-      median-lower-bound: 3.892e-05
-      median-upper-bound: 0.00015568
-      min-lower-bound: 3.864e-05
-    Load/1:
-      max-upper-bound: 0.0001552
-      median-lower-bound: 3.88e-05
-      median-upper-bound: 0.0001552
-      min-lower-bound: 3.88e-05
-    Load/2:
-      max-upper-bound: 0.00015584
-      median-lower-bound: 3.896e-05
-      median-upper-bound: 0.00015584
-      min-lower-bound: 3.896e-05
-    Load/3:
-      max-upper-bound: 0.00015584
-      median-lower-bound: 3.896e-05
-      median-upper-bound: 0.00015584
-      min-lower-bound: 3.896e-05
-    Load/4:
-      max-upper-bound: 0.00015584
-      median-lower-bound: 3.896e-05
-      median-upper-bound: 0.00015584
-      min-lower-bound: 3.896e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 8.8128e-05
-      median-lower-bound: 2.1856e-05
-      median-upper-bound: 8.7424e-05
-      min-lower-bound: 2.1742e-05
-    FullCache:
-      max-upper-bound: 9.2496e-05
-      median-lower-bound: 1.0216e-05
-      median-upper-bound: 4.0864e-05
-      min-lower-bound: 1.0206e-05
-    HotCache:
-      max-upper-bound: 3.3648e-05
-      median-lower-bound: 8.344e-06
-      median-upper-bound: 3.3376e-05
-      min-lower-bound: 8.344e-06
-    Load/1:
-      max-upper-bound: 0.000133184
-      median-lower-bound: 2.2052e-05
-      median-upper-bound: 8.8208e-05
-      min-lower-bound: 2.1962e-05
-    Load/2:
-      max-upper-bound: 0.000636544
-      median-lower-bound: 0.00015723
-      median-upper-bound: 0.00062892
-      min-lower-bound: 0.000157052
-    Load/3:
-      max-upper-bound: 0.001013752
-      median-lower-bound: 0.000251854
-      median-upper-bound: 0.001007416
-      min-lower-bound: 0.00025183
-    Load/4:
-      max-upper-bound: 0.001230072
-      median-lower-bound: 0.000303726
-      median-upper-bound: 0.001214904
-      min-lower-bound: 0.000303236
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 9.784e-05
-      median-lower-bound: 2.434e-05
-      median-upper-bound: 9.736e-05
-      min-lower-bound: 2.408e-05
-    FullCache:
-      max-upper-bound: 9.736e-05
-      median-lower-bound: 2.434e-05
-      median-upper-bound: 9.736e-05
-      min-lower-bound: 2.434e-05
-    HotCache:
-      max-upper-bound: 9.736e-05
-      median-lower-bound: 2.434e-05
-      median-upper-bound: 9.736e-05
-      min-lower-bound: 2.434e-05
-    Load/1:
-      max-upper-bound: 9.784e-05
-      median-lower-bound: 2.434e-05
-      median-upper-bound: 9.736e-05
-      min-lower-bound: 2.408e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 6.0552e-05
-      median-lower-bound: 1.5064e-05
-      median-upper-bound: 6.0256e-05
-      min-lower-bound: 1.4968e-05
-    FullCache:
-      max-upper-bound: 3.7472e-05
-      median-lower-bound: 5.686e-06
-      median-upper-bound: 2.2744e-05
-      min-lower-bound: 5.682e-06
-    HotCache:
-      max-upper-bound: 1.7608e-05
-      median-lower-bound: 4.338e-06
-      median-upper-bound: 1.7352e-05
-      min-lower-bound: 4.338e-06
-    Load/1:
-      max-upper-bound: 6.0576e-05
-      median-lower-bound: 1.506e-05
-      median-upper-bound: 6.024e-05
-      min-lower-bound: 1.4954e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-restart.yml b/spec/rtems/task/req/perf-restart.yml
index e1c49011..0912be26 100644
--- a/spec/rtems/task/req/perf-restart.yml
+++ b/spec/rtems/task/req/perf-restart.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 8.6e-05
-      median-lower-bound: 2.15e-05
-      median-upper-bound: 8.6e-05
-      min-lower-bound: 2.1e-05
-    FullCache:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 2.0e-05
-    HotCache:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.05e-05
-      median-upper-bound: 8.2e-05
-      min-lower-bound: 2.0e-05
-    Load/1:
-      max-upper-bound: 9.8e-05
-      median-lower-bound: 2.45e-05
-      median-upper-bound: 9.8e-05
-      min-lower-bound: 2.3e-05
-    Load/2:
-      max-upper-bound: 9.8e-05
-      median-lower-bound: 2.4e-05
-      median-upper-bound: 9.6e-05
-      min-lower-bound: 2.3e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000216
-      median-lower-bound: 5.3e-05
-      median-upper-bound: 0.000212
-      min-lower-bound: 5.3e-05
-    FullCache:
-      max-upper-bound: 0.000174
-      median-lower-bound: 1.65e-05
-      median-upper-bound: 6.6e-05
-      min-lower-bound: 1.65e-05
-    HotCache:
-      max-upper-bound: 6.2e-05
-      median-lower-bound: 1.5e-05
-      median-upper-bound: 6.0e-05
-      min-lower-bound: 1.5e-05
-    Load/1:
-      max-upper-bound: 0.000224
-      median-lower-bound: 5.6e-05
-      median-upper-bound: 0.000224
-      min-lower-bound: 5.55e-05
-    Load/2:
-      max-upper-bound: 0.000258
-      median-lower-bound: 6.4e-05
-      median-upper-bound: 0.000256
-      min-lower-bound: 6.2e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000134
-      median-lower-bound: 3.3e-05
-      median-upper-bound: 0.000132
-      min-lower-bound: 3.25e-05
-    FullCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 9.5e-06
-      median-upper-bound: 3.8e-05
-      min-lower-bound: 9.0e-06
-    HotCache:
-      max-upper-bound: 3.8e-05
-      median-lower-bound: 9.0e-06
-      median-upper-bound: 3.6e-05
-      min-lower-bound: 9.0e-06
-    Load/1:
-      max-upper-bound: 0.000144
-      median-lower-bound: 3.6e-05
-      median-upper-bound: 0.000144
-      min-lower-bound: 3.45e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 8.192e-05
-      median-lower-bound: 2.046e-05
-      median-upper-bound: 8.184e-05
-      min-lower-bound: 2.036e-05
-    FullCache:
-      max-upper-bound: 7.824e-05
-      median-lower-bound: 1.943e-05
-      median-upper-bound: 7.772e-05
-      min-lower-bound: 1.943e-05
-    HotCache:
-      max-upper-bound: 7.792e-05
-      median-lower-bound: 1.948e-05
-      median-upper-bound: 7.792e-05
-      min-lower-bound: 1.948e-05
-    Load/1:
-      max-upper-bound: 9.352e-05
-      median-lower-bound: 2.328e-05
-      median-upper-bound: 9.312e-05
-      min-lower-bound: 2.215e-05
-    Load/2:
-      max-upper-bound: 9.352e-05
-      median-lower-bound: 2.328e-05
-      median-upper-bound: 9.312e-05
-      min-lower-bound: 2.213e-05
-    Load/3:
-      max-upper-bound: 9.352e-05
-      median-lower-bound: 2.322e-05
-      median-upper-bound: 9.288e-05
-      min-lower-bound: 2.223e-05
-    Load/4:
-      max-upper-bound: 9.352e-05
-      median-lower-bound: 2.322e-05
-      median-upper-bound: 9.288e-05
-      min-lower-bound: 2.223e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 8.8136e-05
-      median-lower-bound: 2.0934e-05
-      median-upper-bound: 8.3736e-05
-      min-lower-bound: 2.0448e-05
-    FullCache:
-      max-upper-bound: 7.3936e-05
-      median-lower-bound: 6.13e-06
-      median-upper-bound: 2.452e-05
-      min-lower-bound: 6.106e-06
-    HotCache:
-      max-upper-bound: 1.6152e-05
-      median-lower-bound: 3.91e-06
-      median-upper-bound: 1.564e-05
-      min-lower-bound: 3.91e-06
-    Load/1:
-      max-upper-bound: 0.000132472
-      median-lower-bound: 2.1702e-05
-      median-upper-bound: 8.6808e-05
-      min-lower-bound: 2.068e-05
-    Load/2:
-      max-upper-bound: 0.000525616
-      median-lower-bound: 0.000129916
-      median-upper-bound: 0.000519664
-      min-lower-bound: 0.000126052
-    Load/3:
-      max-upper-bound: 0.00080428
-      median-lower-bound: 0.000199864
-      median-upper-bound: 0.000799456
-      min-lower-bound: 0.00018731
-    Load/4:
-      max-upper-bound: 0.000929216
-      median-lower-bound: 0.000229488
-      median-upper-bound: 0.000917952
-      min-lower-bound: 0.000220234
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 5.184e-05
-      median-lower-bound: 1.291e-05
-      median-upper-bound: 5.164e-05
-      min-lower-bound: 1.291e-05
-    FullCache:
-      max-upper-bound: 4.86e-05
-      median-lower-bound: 1.198e-05
-      median-upper-bound: 4.792e-05
-      min-lower-bound: 1.19e-05
-    HotCache:
-      max-upper-bound: 4.788e-05
-      median-lower-bound: 1.197e-05
-      median-upper-bound: 4.788e-05
-      min-lower-bound: 1.189e-05
-    Load/1:
-      max-upper-bound: 6.372e-05
-      median-lower-bound: 1.565e-05
-      median-upper-bound: 6.26e-05
-      min-lower-bound: 1.518e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.6328e-05
-      median-lower-bound: 1.323e-05
-      median-upper-bound: 5.292e-05
-      min-lower-bound: 1.3156e-05
-    FullCache:
-      max-upper-bound: 4.6808e-05
-      median-lower-bound: 4.326e-06
-      median-upper-bound: 1.7304e-05
-      min-lower-bound: 4.306e-06
-    HotCache:
-      max-upper-bound: 8.464e-06
-      median-lower-bound: 2.116e-06
-      median-upper-bound: 8.464e-06
-      min-lower-bound: 2.116e-06
-    Load/1:
-      max-upper-bound: 6.1064e-05
-      median-lower-bound: 1.429e-05
-      median-upper-bound: 5.716e-05
-      min-lower-bound: 1.423e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-set-scheduler-move.yml b/spec/rtems/task/req/perf-set-scheduler-move.yml
index d7cd031f..8921e6d0 100644
--- a/spec/rtems/task/req/perf-set-scheduler-move.yml
+++ b/spec/rtems/task/req/perf-set-scheduler-move.yml
@@ -2,131 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: RTEMS_SMP
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.000116
-      median-lower-bound: 2.85e-05
-      median-upper-bound: 0.000114
-      min-lower-bound: 2.8e-05
-    FullCache:
-      max-upper-bound: 0.000108
-      median-lower-bound: 2.7e-05
-      median-upper-bound: 0.000108
-      min-lower-bound: 2.7e-05
-    HotCache:
-      max-upper-bound: 0.000108
-      median-lower-bound: 2.7e-05
-      median-upper-bound: 0.000108
-      min-lower-bound: 2.7e-05
-    Load/1:
-      max-upper-bound: 0.00013
-      median-lower-bound: 3.25e-05
-      median-upper-bound: 0.00013
-      min-lower-bound: 3.2e-05
-    Load/2:
-      max-upper-bound: 0.00013
-      median-lower-bound: 3.25e-05
-      median-upper-bound: 0.00013
-      min-lower-bound: 3.2e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000338
-      median-lower-bound: 8.4e-05
-      median-upper-bound: 0.000336
-      min-lower-bound: 8.4e-05
-    FullCache:
-      max-upper-bound: 0.000184
-      median-lower-bound: 3.0e-05
-      median-upper-bound: 0.00012
-      min-lower-bound: 3.0e-05
-    HotCache:
-      max-upper-bound: 0.00012
-      median-lower-bound: 2.95e-05
-      median-upper-bound: 0.000118
-      min-lower-bound: 2.9e-05
-    Load/1:
-      max-upper-bound: 0.000362
-      median-lower-bound: 9.0e-05
-      median-upper-bound: 0.00036
-      min-lower-bound: 8.75e-05
-    Load/2:
-      max-upper-bound: 0.00041
-      median-lower-bound: 0.0001025
-      median-upper-bound: 0.00041
-      min-lower-bound: 0.000101
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 0.00010836
-      median-lower-bound: 2.703e-05
-      median-upper-bound: 0.00010812
-      min-lower-bound: 2.683e-05
-    FullCache:
-      max-upper-bound: 0.0001044
-      median-lower-bound: 2.586e-05
-      median-upper-bound: 0.00010344
-      min-lower-bound: 2.578e-05
-    HotCache:
-      max-upper-bound: 0.0001046
-      median-lower-bound: 2.615e-05
-      median-upper-bound: 0.0001046
-      min-lower-bound: 2.607e-05
-    Load/1:
-      max-upper-bound: 0.0001234
-      median-lower-bound: 3.043e-05
-      median-upper-bound: 0.00012172
-      min-lower-bound: 3.034e-05
-    Load/2:
-      max-upper-bound: 0.00012264
-      median-lower-bound: 3.054e-05
-      median-upper-bound: 0.00012216
-      min-lower-bound: 3.045e-05
-    Load/3:
-      max-upper-bound: 0.00012264
-      median-lower-bound: 3.052e-05
-      median-upper-bound: 0.00012208
-      min-lower-bound: 3.041e-05
-    Load/4:
-      max-upper-bound: 0.00012288
-      median-lower-bound: 3.05e-05
-      median-upper-bound: 0.000122
-      min-lower-bound: 3.033e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 0.00011996
-      median-lower-bound: 2.7476e-05
-      median-upper-bound: 0.000109904
-      min-lower-bound: 2.719e-05
-    FullCache:
-      max-upper-bound: 0.00011556
-      median-lower-bound: 1.3236e-05
-      median-upper-bound: 5.2944e-05
-      min-lower-bound: 1.3172e-05
-    HotCache:
-      max-upper-bound: 2.7168e-05
-      median-lower-bound: 6.552e-06
-      median-upper-bound: 2.6208e-05
-      min-lower-bound: 6.552e-06
-    Load/1:
-      max-upper-bound: 0.000190232
-      median-lower-bound: 3.0796e-05
-      median-upper-bound: 0.000123184
-      min-lower-bound: 3.0084e-05
-    Load/2:
-      max-upper-bound: 0.00064236
-      median-lower-bound: 0.00015924
-      median-upper-bound: 0.00063696
-      min-lower-bound: 0.000158816
-    Load/3:
-      max-upper-bound: 0.00110592
-      median-lower-bound: 0.0002725
-      median-upper-bound: 0.00109
-      min-lower-bound: 0.00027201
-    Load/4:
-      max-upper-bound: 0.00136536
-      median-lower-bound: 0.000340782
-      median-upper-bound: 0.001363128
-      min-lower-bound: 0.000336014
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-set-scheduler-nop.yml b/spec/rtems/task/req/perf-set-scheduler-nop.yml
index 1aa00f51..507e1c75 100644
--- a/spec/rtems/task/req/perf-set-scheduler-nop.yml
+++ b/spec/rtems/task/req/perf-set-scheduler-nop.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 9.2e-05
-      median-lower-bound: 2.25e-05
-      median-upper-bound: 9.0e-05
-      min-lower-bound: 2.25e-05
-    FullCache:
-      max-upper-bound: 8.8e-05
-      median-lower-bound: 2.15e-05
-      median-upper-bound: 8.6e-05
-      min-lower-bound: 2.15e-05
-    HotCache:
-      max-upper-bound: 8.8e-05
-      median-lower-bound: 2.15e-05
-      median-upper-bound: 8.6e-05
-      min-lower-bound: 2.15e-05
-    Load/1:
-      max-upper-bound: 0.000112
-      median-lower-bound: 2.8e-05
-      median-upper-bound: 0.000112
-      min-lower-bound: 2.75e-05
-    Load/2:
-      max-upper-bound: 0.000112
-      median-lower-bound: 2.75e-05
-      median-upper-bound: 0.00011
-      min-lower-bound: 2.75e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000244
-      median-lower-bound: 6.05e-05
-      median-upper-bound: 0.000242
-      min-lower-bound: 6.05e-05
-    FullCache:
-      max-upper-bound: 0.00019
-      median-lower-bound: 1.85e-05
-      median-upper-bound: 7.4e-05
-      min-lower-bound: 1.85e-05
-    HotCache:
-      max-upper-bound: 7.2e-05
-      median-lower-bound: 1.75e-05
-      median-upper-bound: 7.0e-05
-      min-lower-bound: 1.75e-05
-    Load/1:
-      max-upper-bound: 0.000272
-      median-lower-bound: 6.8e-05
-      median-upper-bound: 0.000272
-      min-lower-bound: 6.75e-05
-    Load/2:
-      max-upper-bound: 0.000324
-      median-lower-bound: 7.85e-05
-      median-upper-bound: 0.000314
-      min-lower-bound: 7.8e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 5.6e-05
-      median-lower-bound: 1.4e-05
-      median-upper-bound: 5.6e-05
-      min-lower-bound: 1.35e-05
-    FullCache:
-      max-upper-bound: 4.6e-05
-      median-lower-bound: 4.0e-06
-      median-upper-bound: 1.6e-05
-      min-lower-bound: 3.5e-06
-    HotCache:
-      max-upper-bound: 1.6e-05
-      median-lower-bound: 3.5e-06
-      median-upper-bound: 1.4e-05
-      min-lower-bound: 3.5e-06
-    Load/1:
-      max-upper-bound: 6.8e-05
-      median-lower-bound: 1.7e-05
-      median-upper-bound: 6.8e-05
-      min-lower-bound: 1.65e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 8.796e-05
-      median-lower-bound: 2.199e-05
-      median-upper-bound: 8.796e-05
-      min-lower-bound: 2.195e-05
-    FullCache:
-      max-upper-bound: 8.368e-05
-      median-lower-bound: 2.088e-05
-      median-upper-bound: 8.352e-05
-      min-lower-bound: 2.088e-05
-    HotCache:
-      max-upper-bound: 8.372e-05
-      median-lower-bound: 2.093e-05
-      median-upper-bound: 8.372e-05
-      min-lower-bound: 2.085e-05
-    Load/1:
-      max-upper-bound: 0.0001074
-      median-lower-bound: 2.685e-05
-      median-upper-bound: 0.0001074
-      min-lower-bound: 2.685e-05
-    Load/2:
-      max-upper-bound: 0.0001074
-      median-lower-bound: 2.685e-05
-      median-upper-bound: 0.0001074
-      min-lower-bound: 2.685e-05
-    Load/3:
-      max-upper-bound: 0.0001074
-      median-lower-bound: 2.685e-05
-      median-upper-bound: 0.0001074
-      min-lower-bound: 2.685e-05
-    Load/4:
-      max-upper-bound: 0.0001074
-      median-lower-bound: 2.685e-05
-      median-upper-bound: 0.0001074
-      min-lower-bound: 2.685e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 9.3416e-05
-      median-lower-bound: 2.2962e-05
-      median-upper-bound: 9.1848e-05
-      min-lower-bound: 2.2446e-05
-    FullCache:
-      max-upper-bound: 9.2504e-05
-      median-lower-bound: 7.334e-06
-      median-upper-bound: 2.9336e-05
-      min-lower-bound: 7.324e-06
-    HotCache:
-      max-upper-bound: 1.8912e-05
-      median-lower-bound: 4.606e-06
-      median-upper-bound: 1.8424e-05
-      min-lower-bound: 4.606e-06
-    Load/1:
-      max-upper-bound: 0.00015488
-      median-lower-bound: 2.5356e-05
-      median-upper-bound: 0.000101424
-      min-lower-bound: 2.423e-05
-    Load/2:
-      max-upper-bound: 0.000658456
-      median-lower-bound: 0.000159664
-      median-upper-bound: 0.000638656
-      min-lower-bound: 0.00015957
-    Load/3:
-      max-upper-bound: 0.00102956
-      median-lower-bound: 0.00025375
-      median-upper-bound: 0.001015
-      min-lower-bound: 0.000249198
-    Load/4:
-      max-upper-bound: 0.001216392
-      median-lower-bound: 0.000292572
-      median-upper-bound: 0.001170288
-      min-lower-bound: 0.00029127
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 1.976e-05
-      median-lower-bound: 4.9e-06
-      median-upper-bound: 1.96e-05
-      min-lower-bound: 4.82e-06
-    FullCache:
-      max-upper-bound: 1.924e-05
-      median-lower-bound: 4.81e-06
-      median-upper-bound: 1.924e-05
-      min-lower-bound: 4.79e-06
-    HotCache:
-      max-upper-bound: 1.952e-05
-      median-lower-bound: 4.88e-06
-      median-upper-bound: 1.952e-05
-      min-lower-bound: 4.88e-06
-    Load/1:
-      max-upper-bound: 2.948e-05
-      median-lower-bound: 7.33e-06
-      median-upper-bound: 2.932e-05
-      min-lower-bound: 7.19e-06
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 2.2192e-05
-      median-lower-bound: 5.484e-06
-      median-upper-bound: 2.1936e-05
-      min-lower-bound: 5.428e-06
-    FullCache:
-      max-upper-bound: 1.74e-05
-      median-lower-bound: 1.716e-06
-      median-upper-bound: 6.864e-06
-      min-lower-bound: 1.706e-06
-    HotCache:
-      max-upper-bound: 3.336e-06
-      median-lower-bound: 8.34e-07
-      median-upper-bound: 3.336e-06
-      min-lower-bound: 8.34e-07
-    Load/1:
-      max-upper-bound: 2.636e-05
-      median-lower-bound: 6.526e-06
-      median-upper-bound: 2.6104e-05
-      min-lower-bound: 6.46e-06
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-set-scheduler-other.yml b/spec/rtems/task/req/perf-set-scheduler-other.yml
index 17f178f2..b8da4d5f 100644
--- a/spec/rtems/task/req/perf-set-scheduler-other.yml
+++ b/spec/rtems/task/req/perf-set-scheduler-other.yml
@@ -2,131 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: RTEMS_SMP
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 3.8e-05
-      median-lower-bound: 9.0e-06
-      median-upper-bound: 3.6e-05
-      min-lower-bound: 9.0e-06
-    FullCache:
-      max-upper-bound: 3.8e-05
-      median-lower-bound: 9.0e-06
-      median-upper-bound: 3.6e-05
-      min-lower-bound: 9.0e-06
-    HotCache:
-      max-upper-bound: 3.8e-05
-      median-lower-bound: 9.0e-06
-      median-upper-bound: 3.6e-05
-      min-lower-bound: 9.0e-06
-    Load/1:
-      max-upper-bound: 4.8e-05
-      median-lower-bound: 1.2e-05
-      median-upper-bound: 4.8e-05
-      min-lower-bound: 1.15e-05
-    Load/2:
-      max-upper-bound: 4.8e-05
-      median-lower-bound: 1.15e-05
-      median-upper-bound: 4.6e-05
-      min-lower-bound: 1.15e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000118
-      median-lower-bound: 2.95e-05
-      median-upper-bound: 0.000118
-      min-lower-bound: 2.9e-05
-    FullCache:
-      max-upper-bound: 8.6e-05
-      median-lower-bound: 7.0e-06
-      median-upper-bound: 2.8e-05
-      min-lower-bound: 7.0e-06
-    HotCache:
-      max-upper-bound: 2.8e-05
-      median-lower-bound: 6.5e-06
-      median-upper-bound: 2.6e-05
-      min-lower-bound: 6.5e-06
-    Load/1:
-      max-upper-bound: 0.000132
-      median-lower-bound: 3.3e-05
-      median-upper-bound: 0.000132
-      min-lower-bound: 3.25e-05
-    Load/2:
-      max-upper-bound: 0.00015
-      median-lower-bound: 3.75e-05
-      median-upper-bound: 0.00015
-      min-lower-bound: 3.7e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 3.524e-05
-      median-lower-bound: 8.81e-06
-      median-upper-bound: 3.524e-05
-      min-lower-bound: 8.81e-06
-    FullCache:
-      max-upper-bound: 3.512e-05
-      median-lower-bound: 8.72e-06
-      median-upper-bound: 3.488e-05
-      min-lower-bound: 8.72e-06
-    HotCache:
-      max-upper-bound: 3.516e-05
-      median-lower-bound: 8.79e-06
-      median-upper-bound: 3.516e-05
-      min-lower-bound: 8.71e-06
-    Load/1:
-      max-upper-bound: 4.472e-05
-      median-lower-bound: 1.118e-05
-      median-upper-bound: 4.472e-05
-      min-lower-bound: 1.118e-05
-    Load/2:
-      max-upper-bound: 4.504e-05
-      median-lower-bound: 1.126e-05
-      median-upper-bound: 4.504e-05
-      min-lower-bound: 1.114e-05
-    Load/3:
-      max-upper-bound: 4.472e-05
-      median-lower-bound: 1.118e-05
-      median-upper-bound: 4.472e-05
-      min-lower-bound: 1.118e-05
-    Load/4:
-      max-upper-bound: 4.472e-05
-      median-lower-bound: 1.118e-05
-      median-upper-bound: 4.472e-05
-      min-lower-bound: 1.118e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 4.852e-05
-      median-lower-bound: 1.1518e-05
-      median-upper-bound: 4.6072e-05
-      min-lower-bound: 1.1026e-05
-    FullCache:
-      max-upper-bound: 3.2592e-05
-      median-lower-bound: 3.48e-06
-      median-upper-bound: 1.392e-05
-      min-lower-bound: 3.466e-06
-    HotCache:
-      max-upper-bound: 7.368e-06
-      median-lower-bound: 1.716e-06
-      median-upper-bound: 6.864e-06
-      min-lower-bound: 1.716e-06
-    Load/1:
-      max-upper-bound: 8.4336e-05
-      median-lower-bound: 1.246e-05
-      median-upper-bound: 4.984e-05
-      min-lower-bound: 1.1598e-05
-    Load/2:
-      max-upper-bound: 0.000268072
-      median-lower-bound: 6.4952e-05
-      median-upper-bound: 0.000259808
-      min-lower-bound: 6.4352e-05
-    Load/3:
-      max-upper-bound: 0.000415408
-      median-lower-bound: 0.000103482
-      median-upper-bound: 0.000413928
-      min-lower-bound: 9.996e-05
-    Load/4:
-      max-upper-bound: 0.000485824
-      median-lower-bound: 0.00011831
-      median-upper-bound: 0.00047324
-      min-lower-bound: 0.000117336
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-set-scheduler-preempt.yml b/spec/rtems/task/req/perf-set-scheduler-preempt.yml
index 07bd4321..35d8326a 100644
--- a/spec/rtems/task/req/perf-set-scheduler-preempt.yml
+++ b/spec/rtems/task/req/perf-set-scheduler-preempt.yml
@@ -2,131 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: RTEMS_SMP
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.000104
-      median-lower-bound: 2.6e-05
-      median-upper-bound: 0.000104
-      min-lower-bound: 2.6e-05
-    FullCache:
-      max-upper-bound: 0.000102
-      median-lower-bound: 2.55e-05
-      median-upper-bound: 0.000102
-      min-lower-bound: 2.5e-05
-    HotCache:
-      max-upper-bound: 0.000102
-      median-lower-bound: 2.55e-05
-      median-upper-bound: 0.000102
-      min-lower-bound: 2.5e-05
-    Load/1:
-      max-upper-bound: 0.000114
-      median-lower-bound: 2.8e-05
-      median-upper-bound: 0.000112
-      min-lower-bound: 2.8e-05
-    Load/2:
-      max-upper-bound: 0.000114
-      median-lower-bound: 2.8e-05
-      median-upper-bound: 0.000112
-      min-lower-bound: 2.8e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000254
-      median-lower-bound: 6.35e-05
-      median-upper-bound: 0.000254
-      min-lower-bound: 6.35e-05
-    FullCache:
-      max-upper-bound: 0.000144
-      median-lower-bound: 2.2e-05
-      median-upper-bound: 8.8e-05
-      min-lower-bound: 2.2e-05
-    HotCache:
-      max-upper-bound: 8.2e-05
-      median-lower-bound: 2.0e-05
-      median-upper-bound: 8.0e-05
-      min-lower-bound: 2.0e-05
-    Load/1:
-      max-upper-bound: 0.000252
-      median-lower-bound: 6.3e-05
-      median-upper-bound: 0.000252
-      min-lower-bound: 6.25e-05
-    Load/2:
-      max-upper-bound: 0.000254
-      median-lower-bound: 6.3e-05
-      median-upper-bound: 0.000252
-      min-lower-bound: 6.25e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 9.896e-05
-      median-lower-bound: 2.474e-05
-      median-upper-bound: 9.896e-05
-      min-lower-bound: 2.466e-05
-    FullCache:
-      max-upper-bound: 9.724e-05
-      median-lower-bound: 2.427e-05
-      median-upper-bound: 9.708e-05
-      min-lower-bound: 2.414e-05
-    HotCache:
-      max-upper-bound: 9.712e-05
-      median-lower-bound: 2.428e-05
-      median-upper-bound: 9.712e-05
-      min-lower-bound: 2.412e-05
-    Load/1:
-      max-upper-bound: 0.00010684
-      median-lower-bound: 2.671e-05
-      median-upper-bound: 0.00010684
-      min-lower-bound: 2.671e-05
-    Load/2:
-      max-upper-bound: 0.00010708
-      median-lower-bound: 2.677e-05
-      median-upper-bound: 0.00010708
-      min-lower-bound: 2.677e-05
-    Load/3:
-      max-upper-bound: 0.000107
-      median-lower-bound: 2.675e-05
-      median-upper-bound: 0.000107
-      min-lower-bound: 2.675e-05
-    Load/4:
-      max-upper-bound: 0.000107
-      median-lower-bound: 2.675e-05
-      median-upper-bound: 0.000107
-      min-lower-bound: 2.675e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 9.6896e-05
-      median-lower-bound: 2.2452e-05
-      median-upper-bound: 8.9808e-05
-      min-lower-bound: 2.2332e-05
-    FullCache:
-      max-upper-bound: 5.752e-05
-      median-lower-bound: 9.792e-06
-      median-upper-bound: 3.9168e-05
-      min-lower-bound: 9.768e-06
-    HotCache:
-      max-upper-bound: 1.9096e-05
-      median-lower-bound: 4.774e-06
-      median-upper-bound: 1.9096e-05
-      min-lower-bound: 4.774e-06
-    Load/1:
-      max-upper-bound: 0.000118752
-      median-lower-bound: 2.1774e-05
-      median-upper-bound: 8.7096e-05
-      min-lower-bound: 2.1704e-05
-    Load/2:
-      max-upper-bound: 0.000116392
-      median-lower-bound: 2.1798e-05
-      median-upper-bound: 8.7192e-05
-      min-lower-bound: 2.1674e-05
-    Load/3:
-      max-upper-bound: 0.000549704
-      median-lower-bound: 0.000118466
-      median-upper-bound: 0.000473864
-      min-lower-bound: 0.000118102
-    Load/4:
-      max-upper-bound: 0.00082376
-      median-lower-bound: 0.000177756
-      median-upper-bound: 0.000711024
-      min-lower-bound: 0.000176602
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-start-preempt.yml b/spec/rtems/task/req/perf-start-preempt.yml
index a90adbc1..3036a973 100644
--- a/spec/rtems/task/req/perf-start-preempt.yml
+++ b/spec/rtems/task/req/perf-start-preempt.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 9.8e-05
-      median-lower-bound: 2.45e-05
-      median-upper-bound: 9.8e-05
-      min-lower-bound: 2.4e-05
-    FullCache:
-      max-upper-bound: 9.6e-05
-      median-lower-bound: 2.35e-05
-      median-upper-bound: 9.4e-05
-      min-lower-bound: 2.35e-05
-    HotCache:
-      max-upper-bound: 9.6e-05
-      median-lower-bound: 2.4e-05
-      median-upper-bound: 9.6e-05
-      min-lower-bound: 2.35e-05
-    Load/1:
-      max-upper-bound: 0.000106
-      median-lower-bound: 2.65e-05
-      median-upper-bound: 0.000106
-      min-lower-bound: 2.65e-05
-    Load/2:
-      max-upper-bound: 0.000106
-      median-lower-bound: 2.65e-05
-      median-upper-bound: 0.000106
-      min-lower-bound: 2.6e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.00023
-      median-lower-bound: 5.7e-05
-      median-upper-bound: 0.000228
-      min-lower-bound: 5.6e-05
-    FullCache:
-      max-upper-bound: 0.000182
-      median-lower-bound: 2.65e-05
-      median-upper-bound: 0.000106
-      min-lower-bound: 2.55e-05
-    HotCache:
-      max-upper-bound: 0.000108
-      median-lower-bound: 2.65e-05
-      median-upper-bound: 0.000106
-      min-lower-bound: 2.55e-05
-    Load/1:
-      max-upper-bound: 0.000224
-      median-lower-bound: 5.55e-05
-      median-upper-bound: 0.000222
-      min-lower-bound: 5.5e-05
-    Load/2:
-      max-upper-bound: 0.000274
-      median-lower-bound: 6.7e-05
-      median-upper-bound: 0.000268
-      min-lower-bound: 6.5e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000144
-      median-lower-bound: 3.5e-05
-      median-upper-bound: 0.00014
-      min-lower-bound: 3.4e-05
-    FullCache:
-      max-upper-bound: 0.000122
-      median-lower-bound: 1.8e-05
-      median-upper-bound: 7.2e-05
-      min-lower-bound: 1.7e-05
-    HotCache:
-      max-upper-bound: 7.0e-05
-      median-lower-bound: 1.7e-05
-      median-upper-bound: 6.8e-05
-      min-lower-bound: 1.55e-05
-    Load/1:
-      max-upper-bound: 0.00015
-      median-lower-bound: 3.7e-05
-      median-upper-bound: 0.000148
-      min-lower-bound: 3.6e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 9.22e-05
-      median-lower-bound: 2.293e-05
-      median-upper-bound: 9.172e-05
-      min-lower-bound: 2.293e-05
-    FullCache:
-      max-upper-bound: 8.992e-05
-      median-lower-bound: 2.248e-05
-      median-upper-bound: 8.992e-05
-      min-lower-bound: 2.248e-05
-    HotCache:
-      max-upper-bound: 9.036e-05
-      median-lower-bound: 2.259e-05
-      median-upper-bound: 9.036e-05
-      min-lower-bound: 2.259e-05
-    Load/1:
-      max-upper-bound: 9.952e-05
-      median-lower-bound: 2.488e-05
-      median-upper-bound: 9.952e-05
-      min-lower-bound: 2.488e-05
-    Load/2:
-      max-upper-bound: 9.952e-05
-      median-lower-bound: 2.488e-05
-      median-upper-bound: 9.952e-05
-      min-lower-bound: 2.488e-05
-    Load/3:
-      max-upper-bound: 0.00010048
-      median-lower-bound: 2.512e-05
-      median-upper-bound: 0.00010048
-      min-lower-bound: 2.512e-05
-    Load/4:
-      max-upper-bound: 0.00010008
-      median-lower-bound: 2.502e-05
-      median-upper-bound: 0.00010008
-      min-lower-bound: 2.502e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 8.7264e-05
-      median-lower-bound: 2.119e-05
-      median-upper-bound: 8.476e-05
-      min-lower-bound: 1.9954e-05
-    FullCache:
-      max-upper-bound: 0.000101616
-      median-lower-bound: 1.153e-05
-      median-upper-bound: 4.612e-05
-      min-lower-bound: 1.1272e-05
-    HotCache:
-      max-upper-bound: 2.404e-05
-      median-lower-bound: 5.986e-06
-      median-upper-bound: 2.3944e-05
-      min-lower-bound: 5.936e-06
-    Load/1:
-      max-upper-bound: 0.000114688
-      median-lower-bound: 1.9606e-05
-      median-upper-bound: 7.8424e-05
-      min-lower-bound: 1.8946e-05
-    Load/2:
-      max-upper-bound: 0.000541704
-      median-lower-bound: 0.000132084
-      median-upper-bound: 0.000528336
-      min-lower-bound: 0.000130782
-    Load/3:
-      max-upper-bound: 0.000845152
-      median-lower-bound: 0.000208334
-      median-upper-bound: 0.000833336
-      min-lower-bound: 0.000204658
-    Load/4:
-      max-upper-bound: 0.001045232
-      median-lower-bound: 0.000250862
-      median-upper-bound: 0.001003448
-      min-lower-bound: 0.000249272
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 6.244e-05
-      median-lower-bound: 1.561e-05
-      median-upper-bound: 6.244e-05
-      min-lower-bound: 1.557e-05
-    FullCache:
-      max-upper-bound: 6.072e-05
-      median-lower-bound: 1.518e-05
-      median-upper-bound: 6.072e-05
-      min-lower-bound: 1.51e-05
-    HotCache:
-      max-upper-bound: 6.084e-05
-      median-lower-bound: 1.521e-05
-      median-upper-bound: 6.084e-05
-      min-lower-bound: 1.513e-05
-    Load/1:
-      max-upper-bound: 7.072e-05
-      median-lower-bound: 1.768e-05
-      median-upper-bound: 7.072e-05
-      min-lower-bound: 1.768e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.5664e-05
-      median-lower-bound: 1.3536e-05
-      median-upper-bound: 5.4144e-05
-      min-lower-bound: 1.3156e-05
-    FullCache:
-      max-upper-bound: 4.704e-05
-      median-lower-bound: 6.65e-06
-      median-upper-bound: 2.66e-05
-      min-lower-bound: 6.38e-06
-    HotCache:
-      max-upper-bound: 1.352e-05
-      median-lower-bound: 3.264e-06
-      median-upper-bound: 1.3056e-05
-      min-lower-bound: 3.19e-06
-    Load/1:
-      max-upper-bound: 5.8496e-05
-      median-lower-bound: 1.4302e-05
-      median-upper-bound: 5.7208e-05
-      min-lower-bound: 1.3912e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/rtems/task/req/perf-start.yml b/spec/rtems/task/req/perf-start.yml
index b97e5467..592a9fd7 100644
--- a/spec/rtems/task/req/perf-start.yml
+++ b/spec/rtems/task/req/perf-start.yml
@@ -2,215 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-limits:
-  sparc/gr712rc/smp/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 5.0e-05
-      median-lower-bound: 1.25e-05
-      median-upper-bound: 5.0e-05
-      min-lower-bound: 1.25e-05
-    FullCache:
-      max-upper-bound: 4.6e-05
-      median-lower-bound: 1.15e-05
-      median-upper-bound: 4.6e-05
-      min-lower-bound: 1.1e-05
-    HotCache:
-      max-upper-bound: 4.6e-05
-      median-lower-bound: 1.15e-05
-      median-upper-bound: 4.6e-05
-      min-lower-bound: 1.1e-05
-    Load/1:
-      max-upper-bound: 6.4e-05
-      median-lower-bound: 1.55e-05
-      median-upper-bound: 6.2e-05
-      min-lower-bound: 1.55e-05
-    Load/2:
-      max-upper-bound: 6.4e-05
-      median-lower-bound: 1.55e-05
-      median-upper-bound: 6.2e-05
-      min-lower-bound: 1.55e-05
-  sparc/gr712rc/smp/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 0.000142
-      median-lower-bound: 3.5e-05
-      median-upper-bound: 0.00014
-      min-lower-bound: 3.45e-05
-    FullCache:
-      max-upper-bound: 7.4e-05
-      median-lower-bound: 1.55e-05
-      median-upper-bound: 6.2e-05
-      min-lower-bound: 1.5e-05
-    HotCache:
-      max-upper-bound: 6.2e-05
-      median-lower-bound: 1.5e-05
-      median-upper-bound: 6.0e-05
-      min-lower-bound: 1.45e-05
-    Load/1:
-      max-upper-bound: 0.000156
-      median-lower-bound: 3.8e-05
-      median-upper-bound: 0.000152
-      min-lower-bound: 3.75e-05
-    Load/2:
-      max-upper-bound: 0.000178
-      median-lower-bound: 4.35e-05
-      median-upper-bound: 0.000174
-      min-lower-bound: 4.25e-05
-  sparc/gr712rc/uni/qual-only/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=:
-    DirtyCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    FullCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    HotCache:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-    Load/1:
-      max-upper-bound: 0.0002
-      median-lower-bound: 0.0
-      median-upper-bound: 0.0
-      min-lower-bound: 0.0
-  sparc/gr712rc/uni/qual-only/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=:
-    DirtyCache:
-      max-upper-bound: 9.0e-05
-      median-lower-bound: 2.2e-05
-      median-upper-bound: 8.8e-05
-      min-lower-bound: 2.15e-05
-    FullCache:
-      max-upper-bound: 6.0e-05
-      median-lower-bound: 8.5e-06
-      median-upper-bound: 3.4e-05
-      min-lower-bound: 8.0e-06
-    HotCache:
-      max-upper-bound: 3.4e-05
-      median-lower-bound: 8.0e-06
-      median-upper-bound: 3.2e-05
-      min-lower-bound: 7.5e-06
-    Load/1:
-      max-upper-bound: 0.000102
-      median-lower-bound: 2.55e-05
-      median-upper-bound: 0.000102
-      min-lower-bound: 2.5e-05
-  sparc/gr740/smp/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 4.816e-05
-      median-lower-bound: 1.196e-05
-      median-upper-bound: 4.784e-05
-      min-lower-bound: 1.194e-05
-    FullCache:
-      max-upper-bound: 4.364e-05
-      median-lower-bound: 1.091e-05
-      median-upper-bound: 4.364e-05
-      min-lower-bound: 1.091e-05
-    HotCache:
-      max-upper-bound: 4.376e-05
-      median-lower-bound: 1.094e-05
-      median-upper-bound: 4.376e-05
-      min-lower-bound: 1.094e-05
-    Load/1:
-      max-upper-bound: 5.92e-05
-      median-lower-bound: 1.48e-05
-      median-upper-bound: 5.92e-05
-      min-lower-bound: 1.48e-05
-    Load/2:
-      max-upper-bound: 5.92e-05
-      median-lower-bound: 1.48e-05
-      median-upper-bound: 5.92e-05
-      min-lower-bound: 1.48e-05
-    Load/3:
-      max-upper-bound: 5.976e-05
-      median-lower-bound: 1.494e-05
-      median-upper-bound: 5.976e-05
-      min-lower-bound: 1.494e-05
-    Load/4:
-      max-upper-bound: 5.976e-05
-      median-lower-bound: 1.494e-05
-      median-upper-bound: 5.976e-05
-      min-lower-bound: 1.494e-05
-  sparc/gr740/smp/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 5.692e-05
-      median-lower-bound: 1.3832e-05
-      median-upper-bound: 5.5328e-05
-      min-lower-bound: 1.3136e-05
-    FullCache:
-      max-upper-bound: 3.7328e-05
-      median-lower-bound: 7.062e-06
-      median-upper-bound: 2.8248e-05
-      min-lower-bound: 6.846e-06
-    HotCache:
-      max-upper-bound: 1.4312e-05
-      median-lower-bound: 3.53e-06
-      median-upper-bound: 1.412e-05
-      min-lower-bound: 3.442e-06
-    Load/1:
-      max-upper-bound: 9.212e-05
-      median-lower-bound: 1.4698e-05
-      median-upper-bound: 5.8792e-05
-      min-lower-bound: 1.3556e-05
-    Load/2:
-      max-upper-bound: 0.000332176
-      median-lower-bound: 7.9596e-05
-      median-upper-bound: 0.000318384
-      min-lower-bound: 7.825e-05
-    Load/3:
-      max-upper-bound: 0.000491864
-      median-lower-bound: 0.00012155
-      median-upper-bound: 0.0004862
-      min-lower-bound: 0.00011898
-    Load/4:
-      max-upper-bound: 0.00058892
-      median-lower-bound: 0.0001444
-      median-upper-bound: 0.0005776
-      min-lower-bound: 0.000140016
-  sparc/gr740/uni/qual-only/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=:
-    DirtyCache:
-      max-upper-bound: 3.324e-05
-      median-lower-bound: 8.31e-06
-      median-upper-bound: 3.324e-05
-      min-lower-bound: 8.23e-06
-    FullCache:
-      max-upper-bound: 2.912e-05
-      median-lower-bound: 7.26e-06
-      median-upper-bound: 2.904e-05
-      min-lower-bound: 7.2e-06
-    HotCache:
-      max-upper-bound: 2.9e-05
-      median-lower-bound: 7.25e-06
-      median-upper-bound: 2.9e-05
-      min-lower-bound: 7.21e-06
-    Load/1:
-      max-upper-bound: 4.508e-05
-      median-lower-bound: 1.127e-05
-      median-upper-bound: 4.508e-05
-      min-lower-bound: 1.127e-05
-  sparc/gr740/uni/qual-only/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=:
-    DirtyCache:
-      max-upper-bound: 3.7784e-05
-      median-lower-bound: 9.236e-06
-      median-upper-bound: 3.6944e-05
-      min-lower-bound: 8.82e-06
-    FullCache:
-      max-upper-bound: 2.6104e-05
-      median-lower-bound: 3.702e-06
-      median-upper-bound: 1.4808e-05
-      min-lower-bound: 3.518e-06
-    HotCache:
-      max-upper-bound: 6.816e-06
-      median-lower-bound: 1.682e-06
-      median-upper-bound: 6.728e-06
-      min-lower-bound: 1.636e-06
-    Load/1:
-      max-upper-bound: 4.288e-05
-      median-lower-bound: 1.0508e-05
-      median-upper-bound: 4.2032e-05
-      min-lower-bound: 1.0138e-05
 links:
 - role: requirement-refinement
   uid: perf-runtime
diff --git a/spec/spec/performance-runtime-limits-role.yml b/spec/spec/performance-runtime-limits-role.yml
new file mode 100644
index 00000000..8b1a69a6
--- /dev/null
+++ b/spec/spec/performance-runtime-limits-role.yml
@@ -0,0 +1,25 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+links:
+- role: spec-member
+  uid: root
+- role: spec-refinement
+  spec-key: role
+  spec-value: performance-runtime-limits
+  uid: link
+spec-description: null
+spec-example: null
+spec-info:
+  dict:
+    attributes:
+      limits:
+        description: null
+        spec-type: requirement-performance-runtime-envs
+    description: |
+      It defines the performance runtime limits role of links.
+    mandatory-attributes: all
+spec-name: Performance Runtime Limits Link Role
+spec-type: performance-runtime-limits-role
+type: spec
diff --git a/spec/spec/requirement-design-target.yml b/spec/spec/requirement-design-target.yml
new file mode 100644
index 00000000..3fe3074d
--- /dev/null
+++ b/spec/spec/requirement-design-target.yml
@@ -0,0 +1,34 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+links:
+- role: spec-member
+  uid: root
+- role: spec-refinement
+  spec-key: non-functional-type
+  spec-value: design-target
+  uid: requirement-non-functional
+spec-description: null
+spec-example: null
+spec-info:
+  dict:
+    attributes:
+      brief:
+        description: |
+          If the value is present, then it shall briefly describe the target.
+        spec-type: optional-str
+      description:
+        description: |
+          If the value is present, then it shall thoroughly describe the target.
+        spec-type: optional-str
+      name:
+        description: |
+          It shall be the target name.
+        spec-type: str
+    description: |
+      This set of attributes specifies a design ${/glossary/target:/term}.
+    mandatory-attributes: all
+spec-name: Design Target Item Type
+spec-type: requirement-design-target
+type: spec
diff --git a/spec/spec/requirement-non-functional-generic.yml b/spec/spec/requirement-non-functional-generic.yml
index 9a12cbb9..42ac2b8c 100644
--- a/spec/spec/requirement-non-functional-generic.yml
+++ b/spec/spec/requirement-non-functional-generic.yml
@@ -37,6 +37,10 @@ links:
   spec-key: non-functional-type
   spec-value: performance
   uid: requirement-non-functional
+- role: spec-refinement
+  spec-key: non-functional-type
+  spec-value: performance-runtime-limits
+  uid: requirement-non-functional
 - role: spec-refinement
   spec-key: non-functional-type
   spec-value: portability
diff --git a/spec/spec/requirement-performance-runtime-limits.yml b/spec/spec/requirement-performance-runtime-limits.yml
deleted file mode 100644
index 4a642fb1..00000000
--- a/spec/spec/requirement-performance-runtime-limits.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-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: spec-member
-  uid: root
-spec-description: null
-spec-example: null
-spec-info:
-  dict:
-    attributes: {}
-    description: |
-      This set of attributes provides runtime performance limits for BSP
-      variants specified by ``"<arch>/<bsp>"`` with <arch> being the
-      architecture of the BSP and <bsp> being the base name of the BSP.
-    generic-attributes:
-      description: null
-      key-spec-type: str
-      value-spec-type: requirement-performance-runtime-envs
-    mandatory-attributes: all
-spec-name: Runtime Performance Limit Table
-spec-type: requirement-performance-runtime-limits
-type: spec
diff --git a/spec/spec/requirement-performance-runtime.yml b/spec/spec/requirement-performance-runtime.yml
index 682a2e0a..4d530054 100644
--- a/spec/spec/requirement-performance-runtime.yml
+++ b/spec/spec/requirement-performance-runtime.yml
@@ -48,34 +48,11 @@ spec-description: |
 spec-example: |
   SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
   copyrights:
-  - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+  - Copyright (C) 2020 embedded brains GmbH & Co. KG
   enabled-by: true
   links:
   - role: runtime-measurement-request
     uid: ../val/perf
-  limits:
-    sparc/leon3:
-      DirtyCache:
-        max-upper-bound: 0.000005
-        mean-upper-bound: 0.000005
-      FullCache:
-        max-upper-bound: 0.000005
-        mean-upper-bound: 0.000005
-      HotCache:
-        max-upper-bound: 0.000005
-        mean-upper-bound: 0.000005
-      Load/1:
-        max-upper-bound: 0.00001
-        mean-upper-bound: 0.00001
-      Load/2:
-        max-upper-bound: 0.00001
-        mean-upper-bound: 0.00001
-      Load/3:
-        max-upper-bound: 0.00001
-        mean-upper-bound: 0.00001
-      Load/4:
-        max-upper-bound: 0.00001
-        mean-upper-bound: 0.00001
   params: {}
   rationale: null
   references: []
@@ -113,9 +90,6 @@ spec-example: |
 spec-info:
   dict:
     attributes:
-      limits:
-        description: null
-        spec-type: requirement-performance-runtime-limits
       params:
         description: null
         spec-type: requirement-performance-runtime-params
diff --git a/spec/target/sparc/gr712rc.yml b/spec/target/sparc/gr712rc.yml
new file mode 100644
index 00000000..969d374c
--- /dev/null
+++ b/spec/target/sparc/gr712rc.yml
@@ -0,0 +1,15 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: sparc/gr712rc
+links:
+- role: requirement-refinement
+  uid: /req/target
+non-functional-type: quality
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The ${/glossary/gr712rc:/term} shall be a ${/glossary/target:/term}
+  ${/glossary/system-on-chip:/term}.
+type: requirement
diff --git a/spec/target/sparc/gr712rc/dev-board.yml b/spec/target/sparc/gr712rc/dev-board.yml
new file mode 100644
index 00000000..9e6e2df7
--- /dev/null
+++ b/spec/target/sparc/gr712rc/dev-board.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: null
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+description: null
+enabled-by:
+  and:
+  - sparc/gr712rc
+  - target/evaluation-board
+links:
+- role: requirement-refinement
+  uid: ../gr712rc
+name: GR712RC Dual-Core LEON3-FT Development Board
+non-functional-type: design-target
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The ${.:/name} shall be a ${/glossary/target:/term}.
+type: requirement
diff --git a/spec/target/sparc/gr712rc/dev-board/perf-default.yml b/spec/target/sparc/gr712rc/dev-board/perf-default.yml
new file mode 100644
index 00000000..10cc79d6
--- /dev/null
+++ b/spec/target/sparc/gr712rc/dev-board/perf-default.yml
@@ -0,0 +1,706 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - not: RTEMS_SMP
+  - target-hash/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=
+links:
+- role: requirement-refinement
+  uid: ../dev-board
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.2e-05
+      median-lower-bound: 5.5e-06
+      median-upper-bound: 2.2e-05
+      min-lower-bound: 5.0e-06
+    FullCache:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 3.6e-05
+      median-lower-bound: 8.5e-06
+      median-upper-bound: 3.4e-05
+      min-lower-bound: 8.5e-06
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.8e-05
+      median-lower-bound: 1.9e-05
+      median-upper-bound: 7.6e-05
+      min-lower-bound: 1.9e-05
+    FullCache:
+      max-upper-bound: 5.6e-05
+      median-lower-bound: 5.0e-06
+      median-upper-bound: 2.0e-05
+      min-lower-bound: 5.0e-06
+    HotCache:
+      max-upper-bound: 2.2e-05
+      median-lower-bound: 5.0e-06
+      median-upper-bound: 2.0e-05
+      min-lower-bound: 4.5e-06
+    Load/1:
+      max-upper-bound: 9.0e-05
+      median-lower-bound: 2.2e-05
+      median-upper-bound: 8.8e-05
+      min-lower-bound: 2.2e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000118
+      median-lower-bound: 2.9e-05
+      median-upper-bound: 0.000116
+      min-lower-bound: 2.9e-05
+    FullCache:
+      max-upper-bound: 0.00011
+      median-lower-bound: 1.15e-05
+      median-upper-bound: 4.6e-05
+      min-lower-bound: 1.15e-05
+    HotCache:
+      max-upper-bound: 4.4e-05
+      median-lower-bound: 1.05e-05
+      median-upper-bound: 4.2e-05
+      min-lower-bound: 1.05e-05
+    Load/1:
+      max-upper-bound: 0.000126
+      median-lower-bound: 3.1e-05
+      median-upper-bound: 0.000124
+      min-lower-bound: 3.05e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.85e-05
+      median-upper-bound: 0.000114
+      min-lower-bound: 2.85e-05
+    FullCache:
+      max-upper-bound: 0.000122
+      median-lower-bound: 1.4e-05
+      median-upper-bound: 5.6e-05
+      min-lower-bound: 1.35e-05
+    HotCache:
+      max-upper-bound: 5.0e-05
+      median-lower-bound: 1.25e-05
+      median-upper-bound: 5.0e-05
+      min-lower-bound: 1.25e-05
+    Load/1:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.9e-05
+      median-upper-bound: 0.000116
+      min-lower-bound: 2.85e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-isr-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.8e-05
+      median-lower-bound: 1.7e-05
+      median-upper-bound: 6.8e-05
+      min-lower-bound: 1.65e-05
+    FullCache:
+      max-upper-bound: 4.6e-05
+      median-lower-bound: 4.5e-06
+      median-upper-bound: 1.8e-05
+      min-lower-bound: 4.0e-06
+    HotCache:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 3.5e-06
+    Load/1:
+      max-upper-bound: 8.0e-05
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 1.95e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.4e-05
+      median-lower-bound: 5.5e-06
+      median-upper-bound: 2.2e-05
+      min-lower-bound: 5.5e-06
+    FullCache:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 3.4e-05
+      median-lower-bound: 8.0e-06
+      median-upper-bound: 3.2e-05
+      min-lower-bound: 8.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-not-satisfied
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000106
+      median-lower-bound: 2.6e-05
+      median-upper-bound: 0.000104
+      min-lower-bound: 2.6e-05
+    FullCache:
+      max-upper-bound: 9.6e-05
+      median-lower-bound: 1.05e-05
+      median-upper-bound: 4.2e-05
+      min-lower-bound: 1.0e-05
+    HotCache:
+      max-upper-bound: 3.8e-05
+      median-lower-bound: 9.0e-06
+      median-upper-bound: 3.6e-05
+      min-lower-bound: 9.0e-06
+    Load/1:
+      max-upper-bound: 0.000112
+      median-lower-bound: 2.75e-05
+      median-upper-bound: 0.00011
+      min-lower-bound: 2.75e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.2e-05
+      median-lower-bound: 5.0e-06
+      median-upper-bound: 2.0e-05
+      min-lower-bound: 5.0e-06
+    FullCache:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 4.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 5.0e-07
+    Load/1:
+      max-upper-bound: 3.2e-05
+      median-lower-bound: 8.0e-06
+      median-upper-bound: 3.2e-05
+      min-lower-bound: 7.5e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.85e-05
+      median-upper-bound: 0.000114
+      min-lower-bound: 2.85e-05
+    FullCache:
+      max-upper-bound: 0.00011
+      median-lower-bound: 1.15e-05
+      median-upper-bound: 4.6e-05
+      min-lower-bound: 1.15e-05
+    HotCache:
+      max-upper-bound: 4.6e-05
+      median-lower-bound: 1.15e-05
+      median-upper-bound: 4.6e-05
+      min-lower-bound: 1.1e-05
+    Load/1:
+      max-upper-bound: 0.000122
+      median-lower-bound: 3.05e-05
+      median-upper-bound: 0.000122
+      min-lower-bound: 3.0e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000126
+      median-lower-bound: 3.1e-05
+      median-upper-bound: 0.000124
+      min-lower-bound: 3.1e-05
+    FullCache:
+      max-upper-bound: 0.00011
+      median-lower-bound: 1.25e-05
+      median-upper-bound: 5.0e-05
+      min-lower-bound: 1.2e-05
+    HotCache:
+      max-upper-bound: 5.0e-05
+      median-lower-bound: 1.2e-05
+      median-upper-bound: 4.8e-05
+      min-lower-bound: 1.2e-05
+    Load/1:
+      max-upper-bound: 0.000132
+      median-lower-bound: 3.3e-05
+      median-upper-bound: 0.000132
+      min-lower-bound: 3.25e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.4e-05
+      median-lower-bound: 8.0e-06
+      median-upper-bound: 3.2e-05
+      min-lower-bound: 8.0e-06
+    FullCache:
+      max-upper-bound: 2.2e-05
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 2.0e-06
+    HotCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    Load/1:
+      max-upper-bound: 4.8e-05
+      median-lower-bound: 1.2e-05
+      median-upper-bound: 4.8e-05
+      min-lower-bound: 1.15e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.05e-05
+      median-upper-bound: 8.2e-05
+      min-lower-bound: 2.0e-05
+    FullCache:
+      max-upper-bound: 4.6e-05
+      median-lower-bound: 6.5e-06
+      median-upper-bound: 2.6e-05
+      min-lower-bound: 6.5e-06
+    HotCache:
+      max-upper-bound: 2.4e-05
+      median-lower-bound: 6.0e-06
+      median-upper-bound: 2.4e-05
+      min-lower-bound: 5.5e-06
+    Load/1:
+      max-upper-bound: 9.4e-05
+      median-lower-bound: 2.35e-05
+      median-upper-bound: 9.4e-05
+      min-lower-bound: 2.3e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.85e-05
+      median-upper-bound: 0.000114
+      min-lower-bound: 2.85e-05
+    FullCache:
+      max-upper-bound: 6.4e-05
+      median-lower-bound: 1.15e-05
+      median-upper-bound: 4.6e-05
+      min-lower-bound: 1.1e-05
+    HotCache:
+      max-upper-bound: 4.2e-05
+      median-lower-bound: 1.0e-05
+      median-upper-bound: 4.0e-05
+      min-lower-bound: 1.0e-05
+    Load/1:
+      max-upper-bound: 0.000122
+      median-lower-bound: 3.05e-05
+      median-upper-bound: 0.000122
+      min-lower-bound: 3.0e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 4.5e-06
+      median-upper-bound: 1.8e-05
+      min-lower-bound: 4.0e-06
+    FullCache:
+      max-upper-bound: 1.0e-05
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 4.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 5.0e-07
+    Load/1:
+      max-upper-bound: 2.6e-05
+      median-lower-bound: 6.5e-06
+      median-upper-bound: 2.6e-05
+      min-lower-bound: 6.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 4.0e-06
+    FullCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 5.0e-07
+    HotCache:
+      max-upper-bound: 4.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 5.0e-07
+    Load/1:
+      max-upper-bound: 2.4e-05
+      median-lower-bound: 6.0e-06
+      median-upper-bound: 2.4e-05
+      min-lower-bound: 5.5e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-no-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.2e-05
+      median-lower-bound: 5.0e-06
+      median-upper-bound: 2.0e-05
+      min-lower-bound: 5.0e-06
+    FullCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 3.0e-05
+      median-lower-bound: 7.0e-06
+      median-upper-bound: 2.8e-05
+      min-lower-bound: 7.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-return-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.2e-05
+      median-lower-bound: 5.0e-06
+      median-upper-bound: 2.0e-05
+      min-lower-bound: 5.0e-06
+    FullCache:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 5.0e-07
+    HotCache:
+      max-upper-bound: 4.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 5.0e-07
+    Load/1:
+      max-upper-bound: 3.0e-05
+      median-lower-bound: 7.0e-06
+      median-upper-bound: 2.8e-05
+      min-lower-bound: 7.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-obtain
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.2e-05
+      median-lower-bound: 5.0e-06
+      median-upper-bound: 2.0e-05
+      min-lower-bound: 5.0e-06
+    FullCache:
+      max-upper-bound: 1.2e-05
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 5.0e-07
+    HotCache:
+      max-upper-bound: 4.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 5.0e-07
+    Load/1:
+      max-upper-bound: 3.0e-05
+      median-lower-bound: 7.0e-06
+      median-upper-bound: 2.8e-05
+      min-lower-bound: 7.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.8e-05
+      median-lower-bound: 2.2e-05
+      median-upper-bound: 8.8e-05
+      min-lower-bound: 2.15e-05
+    FullCache:
+      max-upper-bound: 4.4e-05
+      median-lower-bound: 5.5e-06
+      median-upper-bound: 2.2e-05
+      min-lower-bound: 5.5e-06
+    HotCache:
+      max-upper-bound: 2.2e-05
+      median-lower-bound: 5.0e-06
+      median-upper-bound: 2.0e-05
+      min-lower-bound: 5.0e-06
+    Load/1:
+      max-upper-bound: 0.0001
+      median-lower-bound: 2.5e-05
+      median-upper-bound: 0.0001
+      min-lower-bound: 2.45e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-one
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000158
+      median-lower-bound: 3.9e-05
+      median-upper-bound: 0.000156
+      min-lower-bound: 3.9e-05
+    FullCache:
+      max-upper-bound: 8.4e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.35e-05
+    HotCache:
+      max-upper-bound: 5.2e-05
+      median-lower-bound: 1.25e-05
+      median-upper-bound: 5.0e-05
+      min-lower-bound: 1.25e-05
+    Load/1:
+      max-upper-bound: 0.000164
+      median-lower-bound: 4.1e-05
+      median-upper-bound: 0.000164
+      min-lower-bound: 4.05e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.4e-05
+      median-lower-bound: 6.0e-06
+      median-upper-bound: 2.4e-05
+      min-lower-bound: 6.0e-06
+    FullCache:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 3.6e-05
+      median-lower-bound: 8.5e-06
+      median-upper-bound: 3.4e-05
+      min-lower-bound: 8.5e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00017
+      median-lower-bound: 4.2e-05
+      median-upper-bound: 0.000168
+      min-lower-bound: 4.2e-05
+    FullCache:
+      max-upper-bound: 9.8e-05
+      median-lower-bound: 1.6e-05
+      median-upper-bound: 6.4e-05
+      min-lower-bound: 1.55e-05
+    HotCache:
+      max-upper-bound: 6.0e-05
+      median-lower-bound: 1.45e-05
+      median-upper-bound: 5.8e-05
+      min-lower-bound: 1.45e-05
+    Load/1:
+      max-upper-bound: 0.000176
+      median-lower-bound: 4.4e-05
+      median-upper-bound: 0.000176
+      min-lower-bound: 4.35e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000178
+      median-lower-bound: 4.4e-05
+      median-upper-bound: 0.000176
+      min-lower-bound: 4.4e-05
+    FullCache:
+      max-upper-bound: 0.000108
+      median-lower-bound: 1.7e-05
+      median-upper-bound: 6.8e-05
+      min-lower-bound: 1.65e-05
+    HotCache:
+      max-upper-bound: 6.4e-05
+      median-lower-bound: 1.55e-05
+      median-upper-bound: 6.2e-05
+      min-lower-bound: 1.55e-05
+    Load/1:
+      max-upper-bound: 0.000184
+      median-lower-bound: 4.6e-05
+      median-upper-bound: 0.000184
+      min-lower-bound: 4.55e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000162
+      median-lower-bound: 4.0e-05
+      median-upper-bound: 0.00016
+      min-lower-bound: 4.0e-05
+    FullCache:
+      max-upper-bound: 0.000102
+      median-lower-bound: 1.8e-05
+      median-upper-bound: 7.2e-05
+      min-lower-bound: 1.75e-05
+    HotCache:
+      max-upper-bound: 7.0e-05
+      median-lower-bound: 1.75e-05
+      median-upper-bound: 7.0e-05
+      min-lower-bound: 1.7e-05
+    Load/1:
+      max-upper-bound: 0.000178
+      median-lower-bound: 4.4e-05
+      median-upper-bound: 0.000176
+      min-lower-bound: 4.35e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-construct
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000134
+      median-lower-bound: 3.3e-05
+      median-upper-bound: 0.000132
+      min-lower-bound: 3.25e-05
+    FullCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 9.5e-06
+      median-upper-bound: 3.8e-05
+      min-lower-bound: 9.0e-06
+    HotCache:
+      max-upper-bound: 3.8e-05
+      median-lower-bound: 9.0e-06
+      median-upper-bound: 3.6e-05
+      min-lower-bound: 9.0e-06
+    Load/1:
+      max-upper-bound: 0.000144
+      median-lower-bound: 3.6e-05
+      median-upper-bound: 0.000144
+      min-lower-bound: 3.45e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000212
+      median-lower-bound: 5.3e-05
+      median-upper-bound: 0.000212
+      min-lower-bound: 5.25e-05
+    FullCache:
+      max-upper-bound: 0.000196
+      median-lower-bound: 2.25e-05
+      median-upper-bound: 9.0e-05
+      min-lower-bound: 2.25e-05
+    HotCache:
+      max-upper-bound: 8.4e-05
+      median-lower-bound: 2.1e-05
+      median-upper-bound: 8.4e-05
+      min-lower-bound: 2.05e-05
+    Load/1:
+      max-upper-bound: 0.00022
+      median-lower-bound: 5.45e-05
+      median-upper-bound: 0.000218
+      min-lower-bound: 5.45e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000172
+      median-lower-bound: 4.25e-05
+      median-upper-bound: 0.00017
+      min-lower-bound: 4.25e-05
+    FullCache:
+      max-upper-bound: 0.000124
+      median-lower-bound: 2.1e-05
+      median-upper-bound: 8.4e-05
+      min-lower-bound: 2.1e-05
+    HotCache:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.05e-05
+      median-upper-bound: 8.2e-05
+      min-lower-bound: 2.0e-05
+    Load/1:
+      max-upper-bound: 0.000172
+      median-lower-bound: 4.25e-05
+      median-upper-bound: 0.00017
+      min-lower-bound: 4.25e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-self
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.6e-05
+      median-lower-bound: 1.4e-05
+      median-upper-bound: 5.6e-05
+      min-lower-bound: 1.35e-05
+    FullCache:
+      max-upper-bound: 4.6e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 3.5e-06
+    HotCache:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 3.5e-06
+      median-upper-bound: 1.4e-05
+      min-lower-bound: 3.5e-06
+    Load/1:
+      max-upper-bound: 6.8e-05
+      median-lower-bound: 1.7e-05
+      median-upper-bound: 6.8e-05
+      min-lower-bound: 1.65e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-nop
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.0e-05
+      median-lower-bound: 2.2e-05
+      median-upper-bound: 8.8e-05
+      min-lower-bound: 2.15e-05
+    FullCache:
+      max-upper-bound: 6.0e-05
+      median-lower-bound: 8.5e-06
+      median-upper-bound: 3.4e-05
+      min-lower-bound: 8.0e-06
+    HotCache:
+      max-upper-bound: 3.4e-05
+      median-lower-bound: 8.0e-06
+      median-upper-bound: 3.2e-05
+      min-lower-bound: 7.5e-06
+    Load/1:
+      max-upper-bound: 0.000102
+      median-lower-bound: 2.55e-05
+      median-upper-bound: 0.000102
+      min-lower-bound: 2.5e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000144
+      median-lower-bound: 3.5e-05
+      median-upper-bound: 0.00014
+      min-lower-bound: 3.4e-05
+    FullCache:
+      max-upper-bound: 0.000122
+      median-lower-bound: 1.8e-05
+      median-upper-bound: 7.2e-05
+      min-lower-bound: 1.7e-05
+    HotCache:
+      max-upper-bound: 7.0e-05
+      median-lower-bound: 1.7e-05
+      median-upper-bound: 6.8e-05
+      min-lower-bound: 1.55e-05
+    Load/1:
+      max-upper-bound: 0.00015
+      median-lower-bound: 3.7e-05
+      median-upper-bound: 0.000148
+      min-lower-bound: 3.6e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start-preempt
+non-functional-type: performance-runtime-limits
+rationale: null
+references: []
+requirement-type: non-functional
+text: ${.:text-template}
+type: requirement
diff --git a/spec/target/sparc/gr712rc/dev-board/perf-smp.yml b/spec/target/sparc/gr712rc/dev-board/perf-smp.yml
new file mode 100644
index 00000000..23bb9a45
--- /dev/null
+++ b/spec/target/sparc/gr712rc/dev-board/perf-smp.yml
@@ -0,0 +1,1052 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - RTEMS_SMP
+  - target-hash/NDvyW8PTjD_thgV3P8TV_7MXVFP9EFvrevMzUX574lY=
+links:
+- role: requirement-refinement
+  uid: ../dev-board
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.6e-05
+      median-lower-bound: 9.0e-06
+      median-upper-bound: 3.6e-05
+      min-lower-bound: 8.5e-06
+    FullCache:
+      max-upper-bound: 2.0e-05
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 6.2e-05
+      median-lower-bound: 1.5e-05
+      median-upper-bound: 6.0e-05
+      min-lower-bound: 1.5e-05
+    Load/2:
+      max-upper-bound: 6.4e-05
+      median-lower-bound: 1.55e-05
+      median-upper-bound: 6.2e-05
+      min-lower-bound: 1.55e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000242
+      median-lower-bound: 6.0e-05
+      median-upper-bound: 0.00024
+      min-lower-bound: 5.95e-05
+    FullCache:
+      max-upper-bound: 0.000172
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 2.0e-05
+    HotCache:
+      max-upper-bound: 8.0e-05
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 1.95e-05
+    Load/1:
+      max-upper-bound: 0.000238
+      median-lower-bound: 5.9e-05
+      median-upper-bound: 0.000236
+      min-lower-bound: 5.9e-05
+    Load/2:
+      max-upper-bound: 0.000272
+      median-lower-bound: 6.75e-05
+      median-upper-bound: 0.00027
+      min-lower-bound: 6.7e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000144
+      median-lower-bound: 3.55e-05
+      median-upper-bound: 0.000142
+      min-lower-bound: 3.5e-05
+    FullCache:
+      max-upper-bound: 9.8e-05
+      median-lower-bound: 1.3e-05
+      median-upper-bound: 5.2e-05
+      min-lower-bound: 1.25e-05
+    HotCache:
+      max-upper-bound: 5.0e-05
+      median-lower-bound: 1.2e-05
+      median-upper-bound: 4.8e-05
+      min-lower-bound: 1.2e-05
+    Load/1:
+      max-upper-bound: 0.000156
+      median-lower-bound: 3.85e-05
+      median-upper-bound: 0.000154
+      min-lower-bound: 3.8e-05
+    Load/2:
+      max-upper-bound: 0.000174
+      median-lower-bound: 4.35e-05
+      median-upper-bound: 0.000174
+      min-lower-bound: 4.3e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000212
+      median-lower-bound: 5.25e-05
+      median-upper-bound: 0.00021
+      min-lower-bound: 5.2e-05
+    FullCache:
+      max-upper-bound: 0.00017
+      median-lower-bound: 1.85e-05
+      median-upper-bound: 7.4e-05
+      min-lower-bound: 1.8e-05
+    HotCache:
+      max-upper-bound: 6.6e-05
+      median-lower-bound: 1.65e-05
+      median-upper-bound: 6.6e-05
+      min-lower-bound: 1.6e-05
+    Load/1:
+      max-upper-bound: 0.000208
+      median-lower-bound: 5.05e-05
+      median-upper-bound: 0.000202
+      min-lower-bound: 5.05e-05
+    Load/2:
+      max-upper-bound: 0.000248
+      median-lower-bound: 5.9e-05
+      median-upper-bound: 0.000236
+      min-lower-bound: 5.9e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000202
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 5.0e-05
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 2.35e-05
+      median-upper-bound: 9.4e-05
+      min-lower-bound: 2.35e-05
+    HotCache:
+      max-upper-bound: 8.6e-05
+      median-lower-bound: 2.15e-05
+      median-upper-bound: 8.6e-05
+      min-lower-bound: 2.1e-05
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 4.95e-05
+      median-upper-bound: 0.000198
+      min-lower-bound: 4.95e-05
+    Load/2:
+      max-upper-bound: 0.000244
+      median-lower-bound: 5.9e-05
+      median-upper-bound: 0.000236
+      min-lower-bound: 5.9e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-isr-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000124
+      median-lower-bound: 3.05e-05
+      median-upper-bound: 0.000122
+      min-lower-bound: 3.0e-05
+    FullCache:
+      max-upper-bound: 8.4e-05
+      median-lower-bound: 9.0e-06
+      median-upper-bound: 3.6e-05
+      min-lower-bound: 9.0e-06
+    HotCache:
+      max-upper-bound: 3.4e-05
+      median-lower-bound: 8.5e-06
+      median-upper-bound: 3.4e-05
+      min-lower-bound: 8.0e-06
+    Load/1:
+      max-upper-bound: 0.000136
+      median-lower-bound: 3.35e-05
+      median-upper-bound: 0.000134
+      min-lower-bound: 3.35e-05
+    Load/2:
+      max-upper-bound: 0.000154
+      median-lower-bound: 3.8e-05
+      median-upper-bound: 0.000152
+      min-lower-bound: 3.75e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000218
+      median-lower-bound: 5.4e-05
+      median-upper-bound: 0.000216
+      min-lower-bound: 5.35e-05
+    FullCache:
+      max-upper-bound: 0.000166
+      median-lower-bound: 1.8e-05
+      median-upper-bound: 7.2e-05
+      min-lower-bound: 1.8e-05
+    HotCache:
+      max-upper-bound: 7.2e-05
+      median-lower-bound: 1.75e-05
+      median-upper-bound: 7.0e-05
+      min-lower-bound: 1.7e-05
+    Load/1:
+      max-upper-bound: 0.000214
+      median-lower-bound: 5.35e-05
+      median-upper-bound: 0.000214
+      min-lower-bound: 5.3e-05
+    Load/2:
+      max-upper-bound: 0.000244
+      median-lower-bound: 6.05e-05
+      median-upper-bound: 0.000242
+      min-lower-bound: 6.0e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.0e-05
+      median-lower-bound: 9.5e-06
+      median-upper-bound: 3.8e-05
+      min-lower-bound: 9.5e-06
+    FullCache:
+      max-upper-bound: 2.2e-05
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 6.0e-05
+      median-lower-bound: 1.5e-05
+      median-upper-bound: 6.0e-05
+      min-lower-bound: 1.45e-05
+    Load/2:
+      max-upper-bound: 6.2e-05
+      median-lower-bound: 1.55e-05
+      median-upper-bound: 6.2e-05
+      min-lower-bound: 1.5e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-not-satisfied
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000188
+      median-lower-bound: 4.65e-05
+      median-upper-bound: 0.000186
+      min-lower-bound: 4.65e-05
+    FullCache:
+      max-upper-bound: 0.00015
+      median-lower-bound: 1.6e-05
+      median-upper-bound: 6.4e-05
+      min-lower-bound: 1.55e-05
+    HotCache:
+      max-upper-bound: 5.8e-05
+      median-lower-bound: 1.45e-05
+      median-upper-bound: 5.8e-05
+      min-lower-bound: 1.4e-05
+    Load/1:
+      max-upper-bound: 0.000186
+      median-lower-bound: 4.6e-05
+      median-upper-bound: 0.000184
+      min-lower-bound: 4.6e-05
+    Load/2:
+      max-upper-bound: 0.00022
+      median-lower-bound: 5.35e-05
+      median-upper-bound: 0.000214
+      min-lower-bound: 5.35e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.4e-05
+      median-lower-bound: 8.5e-06
+      median-upper-bound: 3.4e-05
+      min-lower-bound: 8.0e-06
+    FullCache:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 5.8e-05
+      median-lower-bound: 1.4e-05
+      median-upper-bound: 5.6e-05
+      min-lower-bound: 1.4e-05
+    Load/2:
+      max-upper-bound: 6.0e-05
+      median-lower-bound: 1.45e-05
+      median-upper-bound: 5.8e-05
+      min-lower-bound: 1.45e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000196
+      median-lower-bound: 4.85e-05
+      median-upper-bound: 0.000194
+      min-lower-bound: 4.85e-05
+    FullCache:
+      max-upper-bound: 0.000152
+      median-lower-bound: 1.85e-05
+      median-upper-bound: 7.4e-05
+      min-lower-bound: 1.85e-05
+    HotCache:
+      max-upper-bound: 7.0e-05
+      median-lower-bound: 1.75e-05
+      median-upper-bound: 7.0e-05
+      min-lower-bound: 1.7e-05
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 4.95e-05
+      median-upper-bound: 0.000198
+      min-lower-bound: 4.95e-05
+    Load/2:
+      max-upper-bound: 0.000238
+      median-lower-bound: 5.8e-05
+      median-upper-bound: 0.000232
+      min-lower-bound: 5.75e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00021
+      median-lower-bound: 5.2e-05
+      median-upper-bound: 0.000208
+      min-lower-bound: 5.15e-05
+    FullCache:
+      max-upper-bound: 0.000156
+      median-lower-bound: 2.1e-05
+      median-upper-bound: 8.4e-05
+      min-lower-bound: 2.05e-05
+    HotCache:
+      max-upper-bound: 7.8e-05
+      median-lower-bound: 1.95e-05
+      median-upper-bound: 7.8e-05
+      min-lower-bound: 1.95e-05
+    Load/1:
+      max-upper-bound: 0.000212
+      median-lower-bound: 5.25e-05
+      median-upper-bound: 0.00021
+      min-lower-bound: 5.25e-05
+    Load/2:
+      max-upper-bound: 0.000256
+      median-lower-bound: 6.2e-05
+      median-upper-bound: 0.000248
+      min-lower-bound: 6.2e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.0e-05
+      median-lower-bound: 1.45e-05
+      median-upper-bound: 5.8e-05
+      min-lower-bound: 1.45e-05
+    FullCache:
+      max-upper-bound: 3.0e-05
+      median-lower-bound: 2.5e-06
+      median-upper-bound: 1.0e-05
+      min-lower-bound: 2.0e-06
+    HotCache:
+      max-upper-bound: 1.0e-05
+      median-lower-bound: 2.5e-06
+      median-upper-bound: 1.0e-05
+      min-lower-bound: 2.0e-06
+    Load/1:
+      max-upper-bound: 7.6e-05
+      median-lower-bound: 1.85e-05
+      median-upper-bound: 7.4e-05
+      min-lower-bound: 1.8e-05
+    Load/2:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 2.0e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000144
+      median-lower-bound: 3.55e-05
+      median-upper-bound: 0.000142
+      min-lower-bound: 3.55e-05
+    FullCache:
+      max-upper-bound: 7.8e-05
+      median-lower-bound: 1.6e-05
+      median-upper-bound: 6.4e-05
+      min-lower-bound: 1.55e-05
+    HotCache:
+      max-upper-bound: 6.2e-05
+      median-lower-bound: 1.5e-05
+      median-upper-bound: 6.0e-05
+      min-lower-bound: 1.5e-05
+    Load/1:
+      max-upper-bound: 0.000156
+      median-lower-bound: 3.85e-05
+      median-upper-bound: 0.000154
+      min-lower-bound: 3.8e-05
+    Load/2:
+      max-upper-bound: 0.000174
+      median-lower-bound: 4.35e-05
+      median-upper-bound: 0.000174
+      min-lower-bound: 4.3e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000238
+      median-lower-bound: 5.9e-05
+      median-upper-bound: 0.000236
+      min-lower-bound: 5.9e-05
+    FullCache:
+      max-upper-bound: 0.000112
+      median-lower-bound: 2.1e-05
+      median-upper-bound: 8.4e-05
+      min-lower-bound: 2.05e-05
+    HotCache:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 2.0e-05
+    Load/1:
+      max-upper-bound: 0.000234
+      median-lower-bound: 5.8e-05
+      median-upper-bound: 0.000232
+      min-lower-bound: 5.8e-05
+    Load/2:
+      max-upper-bound: 0.000268
+      median-lower-bound: 6.6e-05
+      median-upper-bound: 0.000264
+      min-lower-bound: 6.6e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00021
+      median-lower-bound: 5.2e-05
+      median-upper-bound: 0.000208
+      min-lower-bound: 5.2e-05
+    FullCache:
+      max-upper-bound: 0.000102
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 2.0e-05
+    HotCache:
+      max-upper-bound: 7.4e-05
+      median-lower-bound: 1.85e-05
+      median-upper-bound: 7.4e-05
+      min-lower-bound: 1.8e-05
+    Load/1:
+      max-upper-bound: 0.000204
+      median-lower-bound: 5.05e-05
+      median-upper-bound: 0.000202
+      min-lower-bound: 5.05e-05
+    Load/2:
+      max-upper-bound: 0.00024
+      median-lower-bound: 5.95e-05
+      median-upper-bound: 0.000238
+      min-lower-bound: 5.9e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.8e-05
+      median-lower-bound: 6.5e-06
+      median-upper-bound: 2.6e-05
+      min-lower-bound: 6.5e-06
+    FullCache:
+      max-upper-bound: 1.2e-05
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 5.0e-05
+      median-lower-bound: 1.25e-05
+      median-upper-bound: 5.0e-05
+      min-lower-bound: 1.2e-05
+    Load/2:
+      max-upper-bound: 5.0e-05
+      median-lower-bound: 1.25e-05
+      median-upper-bound: 5.0e-05
+      min-lower-bound: 1.2e-05
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.6e-05
+      median-lower-bound: 6.0e-06
+      median-upper-bound: 2.4e-05
+      min-lower-bound: 6.0e-06
+    FullCache:
+      max-upper-bound: 1.2e-05
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 5.0e-05
+      median-lower-bound: 1.2e-05
+      median-upper-bound: 4.8e-05
+      min-lower-bound: 1.2e-05
+    Load/2:
+      max-upper-bound: 5.0e-05
+      median-lower-bound: 1.2e-05
+      median-upper-bound: 4.8e-05
+      min-lower-bound: 1.2e-05
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-no-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.4e-05
+      median-lower-bound: 8.5e-06
+      median-upper-bound: 3.4e-05
+      min-lower-bound: 8.0e-06
+    FullCache:
+      max-upper-bound: 1.2e-05
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.5e-06
+    Load/1:
+      max-upper-bound: 5.4e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.3e-05
+    Load/2:
+      max-upper-bound: 5.6e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.35e-05
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-return-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.6e-05
+      median-lower-bound: 8.5e-06
+      median-upper-bound: 3.4e-05
+      min-lower-bound: 8.5e-06
+    FullCache:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.0e-06
+      median-upper-bound: 4.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 5.4e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.3e-05
+    Load/2:
+      max-upper-bound: 5.6e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.35e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-obtain
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.2e-05
+      median-lower-bound: 8.0e-06
+      median-upper-bound: 3.2e-05
+      min-lower-bound: 7.5e-06
+    FullCache:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 5.4e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.3e-05
+    Load/2:
+      max-upper-bound: 5.6e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.3e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000164
+      median-lower-bound: 4.0e-05
+      median-upper-bound: 0.00016
+      min-lower-bound: 4.0e-05
+    FullCache:
+      max-upper-bound: 9.8e-05
+      median-lower-bound: 1.95e-05
+      median-upper-bound: 7.8e-05
+      min-lower-bound: 1.9e-05
+    HotCache:
+      max-upper-bound: 7.0e-05
+      median-lower-bound: 1.75e-05
+      median-upper-bound: 7.0e-05
+      min-lower-bound: 1.7e-05
+    Load/1:
+      max-upper-bound: 0.000176
+      median-lower-bound: 4.3e-05
+      median-upper-bound: 0.000172
+      min-lower-bound: 4.3e-05
+    Load/2:
+      max-upper-bound: 0.000196
+      median-lower-bound: 4.85e-05
+      median-upper-bound: 0.000194
+      min-lower-bound: 4.8e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-one
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000318
+      median-lower-bound: 7.9e-05
+      median-upper-bound: 0.000316
+      min-lower-bound: 7.85e-05
+    FullCache:
+      max-upper-bound: 0.000196
+      median-lower-bound: 3.0e-05
+      median-upper-bound: 0.00012
+      min-lower-bound: 2.95e-05
+    HotCache:
+      max-upper-bound: 0.000118
+      median-lower-bound: 2.9e-05
+      median-upper-bound: 0.000116
+      min-lower-bound: 2.85e-05
+    Load/1:
+      max-upper-bound: 0.000314
+      median-lower-bound: 7.8e-05
+      median-upper-bound: 0.000312
+      min-lower-bound: 7.8e-05
+    Load/2:
+      max-upper-bound: 0.000366
+      median-lower-bound: 9.1e-05
+      median-upper-bound: 0.000364
+      min-lower-bound: 9.05e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000278
+      median-lower-bound: 6.9e-05
+      median-upper-bound: 0.000276
+      min-lower-bound: 6.9e-05
+    FullCache:
+      max-upper-bound: 0.000148
+      median-lower-bound: 2.9e-05
+      median-upper-bound: 0.000116
+      min-lower-bound: 2.85e-05
+    HotCache:
+      max-upper-bound: 0.000106
+      median-lower-bound: 2.65e-05
+      median-upper-bound: 0.000106
+      min-lower-bound: 2.6e-05
+    Load/1:
+      max-upper-bound: 0.000286
+      median-lower-bound: 7.1e-05
+      median-upper-bound: 0.000284
+      min-lower-bound: 7.05e-05
+    Load/2:
+      max-upper-bound: 0.000334
+      median-lower-bound: 8.3e-05
+      median-upper-bound: 0.000332
+      min-lower-bound: 8.25e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.0e-05
+      median-lower-bound: 9.5e-06
+      median-upper-bound: 3.8e-05
+      min-lower-bound: 9.0e-06
+    FullCache:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 6.0e-05
+      median-lower-bound: 1.45e-05
+      median-upper-bound: 5.8e-05
+      min-lower-bound: 1.45e-05
+    Load/2:
+      max-upper-bound: 6.2e-05
+      median-lower-bound: 1.5e-05
+      median-upper-bound: 6.0e-05
+      min-lower-bound: 1.5e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000276
+      median-lower-bound: 6.9e-05
+      median-upper-bound: 0.000276
+      min-lower-bound: 6.85e-05
+    FullCache:
+      max-upper-bound: 0.000158
+      median-lower-bound: 2.85e-05
+      median-upper-bound: 0.000114
+      min-lower-bound: 2.85e-05
+    HotCache:
+      max-upper-bound: 0.000108
+      median-lower-bound: 2.7e-05
+      median-upper-bound: 0.000108
+      min-lower-bound: 2.65e-05
+    Load/1:
+      max-upper-bound: 0.000284
+      median-lower-bound: 7.05e-05
+      median-upper-bound: 0.000282
+      min-lower-bound: 7.05e-05
+    Load/2:
+      max-upper-bound: 0.000336
+      median-lower-bound: 8.3e-05
+      median-upper-bound: 0.000332
+      min-lower-bound: 8.3e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000286
+      median-lower-bound: 7.15e-05
+      median-upper-bound: 0.000286
+      min-lower-bound: 7.1e-05
+    FullCache:
+      max-upper-bound: 0.000168
+      median-lower-bound: 3.2e-05
+      median-upper-bound: 0.000128
+      min-lower-bound: 3.15e-05
+    HotCache:
+      max-upper-bound: 0.00012
+      median-lower-bound: 3.0e-05
+      median-upper-bound: 0.00012
+      min-lower-bound: 2.95e-05
+    Load/1:
+      max-upper-bound: 0.000294
+      median-lower-bound: 7.3e-05
+      median-upper-bound: 0.000292
+      min-lower-bound: 7.25e-05
+    Load/2:
+      max-upper-bound: 0.000348
+      median-lower-bound: 8.6e-05
+      median-upper-bound: 0.000344
+      min-lower-bound: 8.55e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00027
+      median-lower-bound: 6.65e-05
+      median-upper-bound: 0.000266
+      min-lower-bound: 6.6e-05
+    FullCache:
+      max-upper-bound: 0.000196
+      median-lower-bound: 4.1e-05
+      median-upper-bound: 0.000164
+      min-lower-bound: 4.1e-05
+    HotCache:
+      max-upper-bound: 0.00016
+      median-lower-bound: 4.0e-05
+      median-upper-bound: 0.00016
+      min-lower-bound: 3.95e-05
+    Load/1:
+      max-upper-bound: 0.000282
+      median-lower-bound: 7.0e-05
+      median-upper-bound: 0.00028
+      min-lower-bound: 6.95e-05
+    Load/2:
+      max-upper-bound: 0.000368
+      median-lower-bound: 9.1e-05
+      median-upper-bound: 0.000364
+      min-lower-bound: 9.1e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-construct
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000216
+      median-lower-bound: 5.3e-05
+      median-upper-bound: 0.000212
+      min-lower-bound: 5.3e-05
+    FullCache:
+      max-upper-bound: 0.000174
+      median-lower-bound: 1.65e-05
+      median-upper-bound: 6.6e-05
+      min-lower-bound: 1.65e-05
+    HotCache:
+      max-upper-bound: 6.2e-05
+      median-lower-bound: 1.5e-05
+      median-upper-bound: 6.0e-05
+      min-lower-bound: 1.5e-05
+    Load/1:
+      max-upper-bound: 0.000224
+      median-lower-bound: 5.6e-05
+      median-upper-bound: 0.000224
+      min-lower-bound: 5.55e-05
+    Load/2:
+      max-upper-bound: 0.000258
+      median-lower-bound: 6.4e-05
+      median-upper-bound: 0.000256
+      min-lower-bound: 6.2e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000326
+      median-lower-bound: 8.15e-05
+      median-upper-bound: 0.000326
+      min-lower-bound: 8.1e-05
+    FullCache:
+      max-upper-bound: 0.000286
+      median-lower-bound: 3.55e-05
+      median-upper-bound: 0.000142
+      min-lower-bound: 3.5e-05
+    HotCache:
+      max-upper-bound: 0.000134
+      median-lower-bound: 3.35e-05
+      median-upper-bound: 0.000134
+      min-lower-bound: 3.3e-05
+    Load/1:
+      max-upper-bound: 0.000322
+      median-lower-bound: 8.0e-05
+      median-upper-bound: 0.00032
+      min-lower-bound: 7.95e-05
+    Load/2:
+      max-upper-bound: 0.000382
+      median-lower-bound: 9.35e-05
+      median-upper-bound: 0.000374
+      min-lower-bound: 9.3e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00024
+      median-lower-bound: 6.0e-05
+      median-upper-bound: 0.00024
+      min-lower-bound: 5.95e-05
+    FullCache:
+      max-upper-bound: 0.00019
+      median-lower-bound: 3.4e-05
+      median-upper-bound: 0.000136
+      min-lower-bound: 3.35e-05
+    HotCache:
+      max-upper-bound: 0.000132
+      median-lower-bound: 3.3e-05
+      median-upper-bound: 0.000132
+      min-lower-bound: 3.25e-05
+    Load/1:
+      max-upper-bound: 0.000242
+      median-lower-bound: 6.05e-05
+      median-upper-bound: 0.000242
+      min-lower-bound: 6.0e-05
+    Load/2:
+      max-upper-bound: 0.000284
+      median-lower-bound: 7.05e-05
+      median-upper-bound: 0.000282
+      min-lower-bound: 7.05e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-self
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000338
+      median-lower-bound: 8.4e-05
+      median-upper-bound: 0.000336
+      min-lower-bound: 8.4e-05
+    FullCache:
+      max-upper-bound: 0.000184
+      median-lower-bound: 3.0e-05
+      median-upper-bound: 0.00012
+      min-lower-bound: 3.0e-05
+    HotCache:
+      max-upper-bound: 0.00012
+      median-lower-bound: 2.95e-05
+      median-upper-bound: 0.000118
+      min-lower-bound: 2.9e-05
+    Load/1:
+      max-upper-bound: 0.000362
+      median-lower-bound: 9.0e-05
+      median-upper-bound: 0.00036
+      min-lower-bound: 8.75e-05
+    Load/2:
+      max-upper-bound: 0.00041
+      median-lower-bound: 0.0001025
+      median-upper-bound: 0.00041
+      min-lower-bound: 0.000101
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-move
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000244
+      median-lower-bound: 6.05e-05
+      median-upper-bound: 0.000242
+      min-lower-bound: 6.05e-05
+    FullCache:
+      max-upper-bound: 0.00019
+      median-lower-bound: 1.85e-05
+      median-upper-bound: 7.4e-05
+      min-lower-bound: 1.85e-05
+    HotCache:
+      max-upper-bound: 7.2e-05
+      median-lower-bound: 1.75e-05
+      median-upper-bound: 7.0e-05
+      min-lower-bound: 1.75e-05
+    Load/1:
+      max-upper-bound: 0.000272
+      median-lower-bound: 6.8e-05
+      median-upper-bound: 0.000272
+      min-lower-bound: 6.75e-05
+    Load/2:
+      max-upper-bound: 0.000324
+      median-lower-bound: 7.85e-05
+      median-upper-bound: 0.000314
+      min-lower-bound: 7.8e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-nop
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000118
+      median-lower-bound: 2.95e-05
+      median-upper-bound: 0.000118
+      min-lower-bound: 2.9e-05
+    FullCache:
+      max-upper-bound: 8.6e-05
+      median-lower-bound: 7.0e-06
+      median-upper-bound: 2.8e-05
+      min-lower-bound: 7.0e-06
+    HotCache:
+      max-upper-bound: 2.8e-05
+      median-lower-bound: 6.5e-06
+      median-upper-bound: 2.6e-05
+      min-lower-bound: 6.5e-06
+    Load/1:
+      max-upper-bound: 0.000132
+      median-lower-bound: 3.3e-05
+      median-upper-bound: 0.000132
+      min-lower-bound: 3.25e-05
+    Load/2:
+      max-upper-bound: 0.00015
+      median-lower-bound: 3.75e-05
+      median-upper-bound: 0.00015
+      min-lower-bound: 3.7e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000254
+      median-lower-bound: 6.35e-05
+      median-upper-bound: 0.000254
+      min-lower-bound: 6.35e-05
+    FullCache:
+      max-upper-bound: 0.000144
+      median-lower-bound: 2.2e-05
+      median-upper-bound: 8.8e-05
+      min-lower-bound: 2.2e-05
+    HotCache:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 2.0e-05
+    Load/1:
+      max-upper-bound: 0.000252
+      median-lower-bound: 6.3e-05
+      median-upper-bound: 0.000252
+      min-lower-bound: 6.25e-05
+    Load/2:
+      max-upper-bound: 0.000254
+      median-lower-bound: 6.3e-05
+      median-upper-bound: 0.000252
+      min-lower-bound: 6.25e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000142
+      median-lower-bound: 3.5e-05
+      median-upper-bound: 0.00014
+      min-lower-bound: 3.45e-05
+    FullCache:
+      max-upper-bound: 7.4e-05
+      median-lower-bound: 1.55e-05
+      median-upper-bound: 6.2e-05
+      min-lower-bound: 1.5e-05
+    HotCache:
+      max-upper-bound: 6.2e-05
+      median-lower-bound: 1.5e-05
+      median-upper-bound: 6.0e-05
+      min-lower-bound: 1.45e-05
+    Load/1:
+      max-upper-bound: 0.000156
+      median-lower-bound: 3.8e-05
+      median-upper-bound: 0.000152
+      min-lower-bound: 3.75e-05
+    Load/2:
+      max-upper-bound: 0.000178
+      median-lower-bound: 4.35e-05
+      median-upper-bound: 0.000174
+      min-lower-bound: 4.25e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00023
+      median-lower-bound: 5.7e-05
+      median-upper-bound: 0.000228
+      min-lower-bound: 5.6e-05
+    FullCache:
+      max-upper-bound: 0.000182
+      median-lower-bound: 2.65e-05
+      median-upper-bound: 0.000106
+      min-lower-bound: 2.55e-05
+    HotCache:
+      max-upper-bound: 0.000108
+      median-lower-bound: 2.65e-05
+      median-upper-bound: 0.000106
+      min-lower-bound: 2.55e-05
+    Load/1:
+      max-upper-bound: 0.000224
+      median-lower-bound: 5.55e-05
+      median-upper-bound: 0.000222
+      min-lower-bound: 5.5e-05
+    Load/2:
+      max-upper-bound: 0.000274
+      median-lower-bound: 6.7e-05
+      median-upper-bound: 0.000268
+      min-lower-bound: 6.5e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start-preempt
+non-functional-type: performance-runtime-limits
+rationale: null
+references: []
+requirement-type: non-functional
+text: ${.:text-template}
+type: requirement
diff --git a/spec/target/sparc/gr712rc/sis.yml b/spec/target/sparc/gr712rc/sis.yml
new file mode 100644
index 00000000..6ada86a2
--- /dev/null
+++ b/spec/target/sparc/gr712rc/sis.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: null
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - sparc/gr712rc
+  - target/simulator
+description: null
+links:
+- role: requirement-refinement
+  uid: ../gr712rc
+name: ${/glossary/sis:/term} configured to simulate the ${/glossary/gr712rc:/term}
+non-functional-type: design-target
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The ${.:/name} shall be a ${/glossary/target:/term}.
+type: requirement
diff --git a/spec/target/sparc/gr712rc/sis/perf-default.yml b/spec/target/sparc/gr712rc/sis/perf-default.yml
new file mode 100644
index 00000000..18bb0fe5
--- /dev/null
+++ b/spec/target/sparc/gr712rc/sis/perf-default.yml
@@ -0,0 +1,706 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - not: RTEMS_SMP
+  - target-hash/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=
+links:
+- role: requirement-refinement
+  uid: ../sis
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-isr-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-not-satisfied
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-no-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-return-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-obtain
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-one
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-construct
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 5.0e-05
+      median-upper-bound: 0.0002
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-self
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-nop
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    FullCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    HotCache:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+    Load/1:
+      max-upper-bound: 0.0002
+      median-lower-bound: 0.0
+      median-upper-bound: 0.0
+      min-lower-bound: 0.0
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start-preempt
+non-functional-type: performance-runtime-limits
+rationale: null
+references: []
+requirement-type: non-functional
+text: ${.:text-template}
+type: requirement
diff --git a/spec/target/sparc/gr712rc/sis/perf-smp.yml b/spec/target/sparc/gr712rc/sis/perf-smp.yml
new file mode 100644
index 00000000..1be37c71
--- /dev/null
+++ b/spec/target/sparc/gr712rc/sis/perf-smp.yml
@@ -0,0 +1,1052 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - RTEMS_SMP
+  - target-hash/5zrudgccHYC6azWEU3SRYUnkVXCeq9MufBd5zmfMeEg=
+links:
+- role: requirement-refinement
+  uid: ../sis
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    FullCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    Load/1:
+      max-upper-bound: 2.0e-05
+      median-lower-bound: 5.0e-06
+      median-upper-bound: 2.0e-05
+      min-lower-bound: 4.5e-06
+    Load/2:
+      max-upper-bound: 2.0e-05
+      median-lower-bound: 5.0e-06
+      median-upper-bound: 2.0e-05
+      min-lower-bound: 4.5e-06
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.4e-05
+      median-lower-bound: 2.3e-05
+      median-upper-bound: 9.2e-05
+      min-lower-bound: 2.25e-05
+    FullCache:
+      max-upper-bound: 9.2e-05
+      median-lower-bound: 2.25e-05
+      median-upper-bound: 9.0e-05
+      min-lower-bound: 2.2e-05
+    HotCache:
+      max-upper-bound: 9.0e-05
+      median-lower-bound: 2.2e-05
+      median-upper-bound: 8.8e-05
+      min-lower-bound: 2.2e-05
+    Load/1:
+      max-upper-bound: 0.000102
+      median-lower-bound: 2.55e-05
+      median-upper-bound: 0.000102
+      min-lower-bound: 2.5e-05
+    Load/2:
+      max-upper-bound: 0.000102
+      median-lower-bound: 2.5e-05
+      median-upper-bound: 0.0001
+      min-lower-bound: 2.45e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.6e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.35e-05
+    FullCache:
+      max-upper-bound: 5.0e-05
+      median-lower-bound: 1.25e-05
+      median-upper-bound: 5.0e-05
+      min-lower-bound: 1.2e-05
+    HotCache:
+      max-upper-bound: 5.2e-05
+      median-lower-bound: 1.25e-05
+      median-upper-bound: 5.0e-05
+      min-lower-bound: 1.25e-05
+    Load/1:
+      max-upper-bound: 6.8e-05
+      median-lower-bound: 1.7e-05
+      median-upper-bound: 6.8e-05
+      min-lower-bound: 1.65e-05
+    Load/2:
+      max-upper-bound: 6.8e-05
+      median-lower-bound: 1.65e-05
+      median-upper-bound: 6.6e-05
+      min-lower-bound: 1.65e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.6e-05
+      median-lower-bound: 2.15e-05
+      median-upper-bound: 8.6e-05
+      min-lower-bound: 2.1e-05
+    FullCache:
+      max-upper-bound: 8.4e-05
+      median-lower-bound: 2.05e-05
+      median-upper-bound: 8.2e-05
+      min-lower-bound: 2.05e-05
+    HotCache:
+      max-upper-bound: 8.4e-05
+      median-lower-bound: 2.05e-05
+      median-upper-bound: 8.2e-05
+      min-lower-bound: 2.05e-05
+    Load/1:
+      max-upper-bound: 9.4e-05
+      median-lower-bound: 2.35e-05
+      median-upper-bound: 9.4e-05
+      min-lower-bound: 2.35e-05
+    Load/2:
+      max-upper-bound: 9.4e-05
+      median-lower-bound: 2.35e-05
+      median-upper-bound: 9.4e-05
+      min-lower-bound: 2.35e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000102
+      median-lower-bound: 2.55e-05
+      median-upper-bound: 0.000102
+      min-lower-bound: 2.55e-05
+    FullCache:
+      max-upper-bound: 0.000106
+      median-lower-bound: 2.6e-05
+      median-upper-bound: 0.000104
+      min-lower-bound: 2.55e-05
+    HotCache:
+      max-upper-bound: 0.000106
+      median-lower-bound: 2.6e-05
+      median-upper-bound: 0.000104
+      min-lower-bound: 2.55e-05
+    Load/1:
+      max-upper-bound: 0.000104
+      median-lower-bound: 2.6e-05
+      median-upper-bound: 0.000104
+      min-lower-bound: 2.6e-05
+    Load/2:
+      max-upper-bound: 0.000104
+      median-lower-bound: 2.6e-05
+      median-upper-bound: 0.000104
+      min-lower-bound: 2.6e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-isr-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.8e-05
+      median-lower-bound: 1.2e-05
+      median-upper-bound: 4.8e-05
+      min-lower-bound: 1.15e-05
+    FullCache:
+      max-upper-bound: 4.4e-05
+      median-lower-bound: 1.05e-05
+      median-upper-bound: 4.2e-05
+      min-lower-bound: 1.05e-05
+    HotCache:
+      max-upper-bound: 4.4e-05
+      median-lower-bound: 1.05e-05
+      median-upper-bound: 4.2e-05
+      min-lower-bound: 1.05e-05
+    Load/1:
+      max-upper-bound: 6.0e-05
+      median-lower-bound: 1.45e-05
+      median-upper-bound: 5.8e-05
+      min-lower-bound: 1.45e-05
+    Load/2:
+      max-upper-bound: 6.0e-05
+      median-lower-bound: 1.5e-05
+      median-upper-bound: 6.0e-05
+      min-lower-bound: 1.45e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.05e-05
+      median-upper-bound: 8.2e-05
+      min-lower-bound: 2.05e-05
+    FullCache:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 1.95e-05
+    HotCache:
+      max-upper-bound: 8.0e-05
+      median-lower-bound: 1.95e-05
+      median-upper-bound: 7.8e-05
+      min-lower-bound: 1.95e-05
+    Load/1:
+      max-upper-bound: 9.2e-05
+      median-lower-bound: 2.25e-05
+      median-upper-bound: 9.0e-05
+      min-lower-bound: 2.25e-05
+    Load/2:
+      max-upper-bound: 9.2e-05
+      median-lower-bound: 2.25e-05
+      median-upper-bound: 9.0e-05
+      min-lower-bound: 2.2e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.0e-05
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    FullCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    Load/1:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 4.0e-06
+    Load/2:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 4.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-not-satisfied
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.8e-05
+      median-lower-bound: 1.95e-05
+      median-upper-bound: 7.8e-05
+      min-lower-bound: 1.9e-05
+    FullCache:
+      max-upper-bound: 7.6e-05
+      median-lower-bound: 1.9e-05
+      median-upper-bound: 7.6e-05
+      min-lower-bound: 1.85e-05
+    HotCache:
+      max-upper-bound: 7.6e-05
+      median-lower-bound: 1.9e-05
+      median-upper-bound: 7.6e-05
+      min-lower-bound: 1.85e-05
+    Load/1:
+      max-upper-bound: 8.6e-05
+      median-lower-bound: 2.15e-05
+      median-upper-bound: 8.6e-05
+      min-lower-bound: 2.1e-05
+    Load/2:
+      max-upper-bound: 8.6e-05
+      median-lower-bound: 2.15e-05
+      median-upper-bound: 8.6e-05
+      min-lower-bound: 2.15e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 2.0e-06
+    FullCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    Load/1:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 3.5e-06
+    Load/2:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 3.5e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.6e-05
+      median-lower-bound: 1.9e-05
+      median-upper-bound: 7.6e-05
+      min-lower-bound: 1.85e-05
+    FullCache:
+      max-upper-bound: 7.4e-05
+      median-lower-bound: 1.85e-05
+      median-upper-bound: 7.4e-05
+      min-lower-bound: 1.8e-05
+    HotCache:
+      max-upper-bound: 7.4e-05
+      median-lower-bound: 1.85e-05
+      median-upper-bound: 7.4e-05
+      min-lower-bound: 1.8e-05
+    Load/1:
+      max-upper-bound: 8.8e-05
+      median-lower-bound: 2.2e-05
+      median-upper-bound: 8.8e-05
+      min-lower-bound: 2.15e-05
+    Load/2:
+      max-upper-bound: 8.8e-05
+      median-lower-bound: 2.2e-05
+      median-upper-bound: 8.8e-05
+      min-lower-bound: 2.15e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.4e-05
+      median-lower-bound: 2.05e-05
+      median-upper-bound: 8.2e-05
+      min-lower-bound: 2.05e-05
+    FullCache:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 1.95e-05
+    HotCache:
+      max-upper-bound: 8.0e-05
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 1.95e-05
+    Load/1:
+      max-upper-bound: 9.6e-05
+      median-lower-bound: 2.35e-05
+      median-upper-bound: 9.4e-05
+      min-lower-bound: 2.3e-05
+    Load/2:
+      max-upper-bound: 9.6e-05
+      median-lower-bound: 2.35e-05
+      median-upper-bound: 9.4e-05
+      min-lower-bound: 2.35e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 3.5e-06
+      median-upper-bound: 1.4e-05
+      min-lower-bound: 3.0e-06
+    FullCache:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 3.0e-06
+      median-upper-bound: 1.2e-05
+      min-lower-bound: 3.0e-06
+    HotCache:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 3.0e-06
+      median-upper-bound: 1.2e-05
+      min-lower-bound: 3.0e-06
+    Load/1:
+      max-upper-bound: 2.6e-05
+      median-lower-bound: 6.5e-06
+      median-upper-bound: 2.6e-05
+      min-lower-bound: 6.0e-06
+    Load/2:
+      max-upper-bound: 2.8e-05
+      median-lower-bound: 6.5e-06
+      median-upper-bound: 2.6e-05
+      min-lower-bound: 6.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.0e-05
+      median-lower-bound: 1.5e-05
+      median-upper-bound: 6.0e-05
+      min-lower-bound: 1.45e-05
+    FullCache:
+      max-upper-bound: 5.6e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.35e-05
+    HotCache:
+      max-upper-bound: 5.6e-05
+      median-lower-bound: 1.35e-05
+      median-upper-bound: 5.4e-05
+      min-lower-bound: 1.35e-05
+    Load/1:
+      max-upper-bound: 7.2e-05
+      median-lower-bound: 1.75e-05
+      median-upper-bound: 7.0e-05
+      min-lower-bound: 1.75e-05
+    Load/2:
+      max-upper-bound: 7.2e-05
+      median-lower-bound: 1.8e-05
+      median-upper-bound: 7.2e-05
+      min-lower-bound: 1.75e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.4e-05
+      median-lower-bound: 2.35e-05
+      median-upper-bound: 9.4e-05
+      min-lower-bound: 2.25e-05
+    FullCache:
+      max-upper-bound: 9.0e-05
+      median-lower-bound: 2.25e-05
+      median-upper-bound: 9.0e-05
+      min-lower-bound: 2.2e-05
+    HotCache:
+      max-upper-bound: 9.2e-05
+      median-lower-bound: 2.25e-05
+      median-upper-bound: 9.0e-05
+      min-lower-bound: 2.25e-05
+    Load/1:
+      max-upper-bound: 0.000102
+      median-lower-bound: 2.55e-05
+      median-upper-bound: 0.000102
+      min-lower-bound: 2.5e-05
+    Load/2:
+      max-upper-bound: 0.000102
+      median-lower-bound: 2.5e-05
+      median-upper-bound: 0.0001
+      min-lower-bound: 2.45e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.0e-05
+      median-lower-bound: 2.25e-05
+      median-upper-bound: 9.0e-05
+      min-lower-bound: 2.2e-05
+    FullCache:
+      max-upper-bound: 8.8e-05
+      median-lower-bound: 2.2e-05
+      median-upper-bound: 8.8e-05
+      min-lower-bound: 2.15e-05
+    HotCache:
+      max-upper-bound: 8.6e-05
+      median-lower-bound: 2.15e-05
+      median-upper-bound: 8.6e-05
+      min-lower-bound: 2.15e-05
+    Load/1:
+      max-upper-bound: 9.8e-05
+      median-lower-bound: 2.45e-05
+      median-upper-bound: 9.8e-05
+      min-lower-bound: 2.4e-05
+    Load/2:
+      max-upper-bound: 9.8e-05
+      median-lower-bound: 2.45e-05
+      median-upper-bound: 9.8e-05
+      min-lower-bound: 2.45e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    FullCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.5e-06
+    Load/1:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 3.5e-06
+      median-upper-bound: 1.4e-05
+      min-lower-bound: 3.0e-06
+    Load/2:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 3.0e-06
+      median-upper-bound: 1.2e-05
+      min-lower-bound: 3.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.5e-06
+    FullCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    HotCache:
+      max-upper-bound: 6.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.0e-06
+    Load/1:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 3.5e-06
+      median-upper-bound: 1.4e-05
+      min-lower-bound: 3.0e-06
+    Load/2:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 3.0e-06
+      median-upper-bound: 1.2e-05
+      min-lower-bound: 3.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-no-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.0e-05
+      median-lower-bound: 2.5e-06
+      median-upper-bound: 1.0e-05
+      min-lower-bound: 2.0e-06
+    FullCache:
+      max-upper-bound: 1.0e-05
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 2.0e-06
+    HotCache:
+      max-upper-bound: 1.0e-05
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 2.0e-06
+    Load/1:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 3.5e-06
+    Load/2:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 3.5e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-return-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    FullCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 1.5e-06
+      median-upper-bound: 6.0e-06
+      min-lower-bound: 1.5e-06
+    Load/1:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 3.5e-06
+      median-upper-bound: 1.4e-05
+      min-lower-bound: 3.0e-06
+    Load/2:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 3.5e-06
+      median-upper-bound: 1.4e-05
+      min-lower-bound: 3.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-obtain
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    FullCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    Load/1:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 3.5e-06
+      median-upper-bound: 1.4e-05
+      min-lower-bound: 3.5e-06
+    Load/2:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 3.5e-06
+      median-upper-bound: 1.4e-05
+      min-lower-bound: 3.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.2e-05
+      median-lower-bound: 1.55e-05
+      median-upper-bound: 6.2e-05
+      min-lower-bound: 1.5e-05
+    FullCache:
+      max-upper-bound: 5.8e-05
+      median-lower-bound: 1.45e-05
+      median-upper-bound: 5.8e-05
+      min-lower-bound: 1.4e-05
+    HotCache:
+      max-upper-bound: 5.8e-05
+      median-lower-bound: 1.45e-05
+      median-upper-bound: 5.8e-05
+      min-lower-bound: 1.4e-05
+    Load/1:
+      max-upper-bound: 7.6e-05
+      median-lower-bound: 1.9e-05
+      median-upper-bound: 7.6e-05
+      min-lower-bound: 1.85e-05
+    Load/2:
+      max-upper-bound: 7.6e-05
+      median-lower-bound: 1.85e-05
+      median-upper-bound: 7.4e-05
+      min-lower-bound: 1.85e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-one
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000126
+      median-lower-bound: 3.1e-05
+      median-upper-bound: 0.000124
+      min-lower-bound: 3.05e-05
+    FullCache:
+      max-upper-bound: 0.000124
+      median-lower-bound: 3.05e-05
+      median-upper-bound: 0.000122
+      min-lower-bound: 3.0e-05
+    HotCache:
+      max-upper-bound: 0.000124
+      median-lower-bound: 3.1e-05
+      median-upper-bound: 0.000124
+      min-lower-bound: 3.05e-05
+    Load/1:
+      max-upper-bound: 0.000134
+      median-lower-bound: 3.35e-05
+      median-upper-bound: 0.000134
+      min-lower-bound: 3.3e-05
+    Load/2:
+      max-upper-bound: 0.000134
+      median-lower-bound: 3.3e-05
+      median-upper-bound: 0.000132
+      min-lower-bound: 3.25e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000118
+      median-lower-bound: 2.95e-05
+      median-upper-bound: 0.000118
+      min-lower-bound: 2.9e-05
+    FullCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.9e-05
+      median-upper-bound: 0.000116
+      min-lower-bound: 2.9e-05
+    HotCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.9e-05
+      median-upper-bound: 0.000116
+      min-lower-bound: 2.85e-05
+    Load/1:
+      max-upper-bound: 0.000132
+      median-lower-bound: 3.3e-05
+      median-upper-bound: 0.000132
+      min-lower-bound: 3.25e-05
+    Load/2:
+      max-upper-bound: 0.000132
+      median-lower-bound: 3.25e-05
+      median-upper-bound: 0.00013
+      min-lower-bound: 3.25e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    FullCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    HotCache:
+      max-upper-bound: 8.0e-06
+      median-lower-bound: 2.0e-06
+      median-upper-bound: 8.0e-06
+      min-lower-bound: 1.5e-06
+    Load/1:
+      max-upper-bound: 1.6e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 4.0e-06
+    Load/2:
+      max-upper-bound: 1.8e-05
+      median-lower-bound: 4.0e-06
+      median-upper-bound: 1.6e-05
+      min-lower-bound: 4.0e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00011
+      median-lower-bound: 2.75e-05
+      median-upper-bound: 0.00011
+      min-lower-bound: 2.75e-05
+    FullCache:
+      max-upper-bound: 0.000108
+      median-lower-bound: 2.7e-05
+      median-upper-bound: 0.000108
+      min-lower-bound: 2.65e-05
+    HotCache:
+      max-upper-bound: 0.000108
+      median-lower-bound: 2.7e-05
+      median-upper-bound: 0.000108
+      min-lower-bound: 2.65e-05
+    Load/1:
+      max-upper-bound: 0.000124
+      median-lower-bound: 3.1e-05
+      median-upper-bound: 0.000124
+      min-lower-bound: 3.05e-05
+    Load/2:
+      max-upper-bound: 0.000124
+      median-lower-bound: 3.1e-05
+      median-upper-bound: 0.000124
+      min-lower-bound: 3.05e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.9e-05
+      median-upper-bound: 0.000116
+      min-lower-bound: 2.9e-05
+    FullCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.85e-05
+      median-upper-bound: 0.000114
+      min-lower-bound: 2.8e-05
+    HotCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.85e-05
+      median-upper-bound: 0.000114
+      min-lower-bound: 2.8e-05
+    Load/1:
+      max-upper-bound: 0.000132
+      median-lower-bound: 3.25e-05
+      median-upper-bound: 0.00013
+      min-lower-bound: 3.25e-05
+    Load/2:
+      max-upper-bound: 0.00013
+      median-lower-bound: 3.25e-05
+      median-upper-bound: 0.00013
+      min-lower-bound: 3.2e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000166
+      median-lower-bound: 4.15e-05
+      median-upper-bound: 0.000166
+      min-lower-bound: 4.1e-05
+    FullCache:
+      max-upper-bound: 0.000164
+      median-lower-bound: 4.1e-05
+      median-upper-bound: 0.000164
+      min-lower-bound: 4.1e-05
+    HotCache:
+      max-upper-bound: 0.000164
+      median-lower-bound: 4.1e-05
+      median-upper-bound: 0.000164
+      min-lower-bound: 4.1e-05
+    Load/1:
+      max-upper-bound: 0.00018
+      median-lower-bound: 4.45e-05
+      median-upper-bound: 0.000178
+      min-lower-bound: 4.45e-05
+    Load/2:
+      max-upper-bound: 0.000178
+      median-lower-bound: 4.45e-05
+      median-upper-bound: 0.000178
+      min-lower-bound: 4.4e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-construct
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.6e-05
+      median-lower-bound: 2.15e-05
+      median-upper-bound: 8.6e-05
+      min-lower-bound: 2.1e-05
+    FullCache:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.0e-05
+      median-upper-bound: 8.0e-05
+      min-lower-bound: 2.0e-05
+    HotCache:
+      max-upper-bound: 8.2e-05
+      median-lower-bound: 2.05e-05
+      median-upper-bound: 8.2e-05
+      min-lower-bound: 2.0e-05
+    Load/1:
+      max-upper-bound: 9.8e-05
+      median-lower-bound: 2.45e-05
+      median-upper-bound: 9.8e-05
+      min-lower-bound: 2.3e-05
+    Load/2:
+      max-upper-bound: 9.8e-05
+      median-lower-bound: 2.4e-05
+      median-upper-bound: 9.6e-05
+      min-lower-bound: 2.3e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000156
+      median-lower-bound: 3.9e-05
+      median-upper-bound: 0.000156
+      min-lower-bound: 3.9e-05
+    FullCache:
+      max-upper-bound: 0.000156
+      median-lower-bound: 3.85e-05
+      median-upper-bound: 0.000154
+      min-lower-bound: 3.8e-05
+    HotCache:
+      max-upper-bound: 0.000156
+      median-lower-bound: 3.85e-05
+      median-upper-bound: 0.000154
+      min-lower-bound: 3.8e-05
+    Load/1:
+      max-upper-bound: 0.000166
+      median-lower-bound: 4.15e-05
+      median-upper-bound: 0.000166
+      min-lower-bound: 4.1e-05
+    Load/2:
+      max-upper-bound: 0.000166
+      median-lower-bound: 4.15e-05
+      median-upper-bound: 0.000166
+      min-lower-bound: 4.1e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00016
+      median-lower-bound: 4.0e-05
+      median-upper-bound: 0.00016
+      min-lower-bound: 4.0e-05
+    FullCache:
+      max-upper-bound: 0.000162
+      median-lower-bound: 4.0e-05
+      median-upper-bound: 0.00016
+      min-lower-bound: 4.0e-05
+    HotCache:
+      max-upper-bound: 0.000162
+      median-lower-bound: 4.05e-05
+      median-upper-bound: 0.000162
+      min-lower-bound: 4.0e-05
+    Load/1:
+      max-upper-bound: 0.000162
+      median-lower-bound: 4.05e-05
+      median-upper-bound: 0.000162
+      min-lower-bound: 4.05e-05
+    Load/2:
+      max-upper-bound: 0.000162
+      median-lower-bound: 4.05e-05
+      median-upper-bound: 0.000162
+      min-lower-bound: 4.0e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-self
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000116
+      median-lower-bound: 2.85e-05
+      median-upper-bound: 0.000114
+      min-lower-bound: 2.8e-05
+    FullCache:
+      max-upper-bound: 0.000108
+      median-lower-bound: 2.7e-05
+      median-upper-bound: 0.000108
+      min-lower-bound: 2.7e-05
+    HotCache:
+      max-upper-bound: 0.000108
+      median-lower-bound: 2.7e-05
+      median-upper-bound: 0.000108
+      min-lower-bound: 2.7e-05
+    Load/1:
+      max-upper-bound: 0.00013
+      median-lower-bound: 3.25e-05
+      median-upper-bound: 0.00013
+      min-lower-bound: 3.2e-05
+    Load/2:
+      max-upper-bound: 0.00013
+      median-lower-bound: 3.25e-05
+      median-upper-bound: 0.00013
+      min-lower-bound: 3.2e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-move
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.2e-05
+      median-lower-bound: 2.25e-05
+      median-upper-bound: 9.0e-05
+      min-lower-bound: 2.25e-05
+    FullCache:
+      max-upper-bound: 8.8e-05
+      median-lower-bound: 2.15e-05
+      median-upper-bound: 8.6e-05
+      min-lower-bound: 2.15e-05
+    HotCache:
+      max-upper-bound: 8.8e-05
+      median-lower-bound: 2.15e-05
+      median-upper-bound: 8.6e-05
+      min-lower-bound: 2.15e-05
+    Load/1:
+      max-upper-bound: 0.000112
+      median-lower-bound: 2.8e-05
+      median-upper-bound: 0.000112
+      min-lower-bound: 2.75e-05
+    Load/2:
+      max-upper-bound: 0.000112
+      median-lower-bound: 2.75e-05
+      median-upper-bound: 0.00011
+      min-lower-bound: 2.75e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-nop
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.8e-05
+      median-lower-bound: 9.0e-06
+      median-upper-bound: 3.6e-05
+      min-lower-bound: 9.0e-06
+    FullCache:
+      max-upper-bound: 3.8e-05
+      median-lower-bound: 9.0e-06
+      median-upper-bound: 3.6e-05
+      min-lower-bound: 9.0e-06
+    HotCache:
+      max-upper-bound: 3.8e-05
+      median-lower-bound: 9.0e-06
+      median-upper-bound: 3.6e-05
+      min-lower-bound: 9.0e-06
+    Load/1:
+      max-upper-bound: 4.8e-05
+      median-lower-bound: 1.2e-05
+      median-upper-bound: 4.8e-05
+      min-lower-bound: 1.15e-05
+    Load/2:
+      max-upper-bound: 4.8e-05
+      median-lower-bound: 1.15e-05
+      median-upper-bound: 4.6e-05
+      min-lower-bound: 1.15e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000104
+      median-lower-bound: 2.6e-05
+      median-upper-bound: 0.000104
+      min-lower-bound: 2.6e-05
+    FullCache:
+      max-upper-bound: 0.000102
+      median-lower-bound: 2.55e-05
+      median-upper-bound: 0.000102
+      min-lower-bound: 2.5e-05
+    HotCache:
+      max-upper-bound: 0.000102
+      median-lower-bound: 2.55e-05
+      median-upper-bound: 0.000102
+      min-lower-bound: 2.5e-05
+    Load/1:
+      max-upper-bound: 0.000114
+      median-lower-bound: 2.8e-05
+      median-upper-bound: 0.000112
+      min-lower-bound: 2.8e-05
+    Load/2:
+      max-upper-bound: 0.000114
+      median-lower-bound: 2.8e-05
+      median-upper-bound: 0.000112
+      min-lower-bound: 2.8e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.0e-05
+      median-lower-bound: 1.25e-05
+      median-upper-bound: 5.0e-05
+      min-lower-bound: 1.25e-05
+    FullCache:
+      max-upper-bound: 4.6e-05
+      median-lower-bound: 1.15e-05
+      median-upper-bound: 4.6e-05
+      min-lower-bound: 1.1e-05
+    HotCache:
+      max-upper-bound: 4.6e-05
+      median-lower-bound: 1.15e-05
+      median-upper-bound: 4.6e-05
+      min-lower-bound: 1.1e-05
+    Load/1:
+      max-upper-bound: 6.4e-05
+      median-lower-bound: 1.55e-05
+      median-upper-bound: 6.2e-05
+      min-lower-bound: 1.55e-05
+    Load/2:
+      max-upper-bound: 6.4e-05
+      median-lower-bound: 1.55e-05
+      median-upper-bound: 6.2e-05
+      min-lower-bound: 1.55e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.8e-05
+      median-lower-bound: 2.45e-05
+      median-upper-bound: 9.8e-05
+      min-lower-bound: 2.4e-05
+    FullCache:
+      max-upper-bound: 9.6e-05
+      median-lower-bound: 2.35e-05
+      median-upper-bound: 9.4e-05
+      min-lower-bound: 2.35e-05
+    HotCache:
+      max-upper-bound: 9.6e-05
+      median-lower-bound: 2.4e-05
+      median-upper-bound: 9.6e-05
+      min-lower-bound: 2.35e-05
+    Load/1:
+      max-upper-bound: 0.000106
+      median-lower-bound: 2.65e-05
+      median-upper-bound: 0.000106
+      min-lower-bound: 2.65e-05
+    Load/2:
+      max-upper-bound: 0.000106
+      median-lower-bound: 2.65e-05
+      median-upper-bound: 0.000106
+      min-lower-bound: 2.6e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start-preempt
+non-functional-type: performance-runtime-limits
+rationale: null
+references: []
+requirement-type: non-functional
+text: ${.:text-template}
+type: requirement
diff --git a/spec/target/sparc/gr740.yml b/spec/target/sparc/gr740.yml
new file mode 100644
index 00000000..d86750a1
--- /dev/null
+++ b/spec/target/sparc/gr740.yml
@@ -0,0 +1,15 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: sparc/gr740
+links:
+- role: requirement-refinement
+  uid: /req/target
+non-functional-type: quality
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The ${/glossary/gr740:/term} shall be a ${/glossary/target:/term}
+  ${/glossary/system-on-chip:/term}.
+type: requirement
diff --git a/spec/target/sparc/gr740/dev-board.yml b/spec/target/sparc/gr740/dev-board.yml
new file mode 100644
index 00000000..4bd78bca
--- /dev/null
+++ b/spec/target/sparc/gr740/dev-board.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: null
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+description: null
+enabled-by:
+  and:
+  - sparc/gr740
+  - target/evaluation-board
+links:
+- role: requirement-refinement
+  uid: ../gr740
+name: GR-CPCI-GR740 Quad-Core LEON4FT Development Board
+non-functional-type: design-target
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The ${.:/name} shall be a ${/glossary/target:/term}.
+type: requirement
diff --git a/spec/target/sparc/gr740/dev-board/perf-default.yml b/spec/target/sparc/gr740/dev-board/perf-default.yml
new file mode 100644
index 00000000..8b20b3ca
--- /dev/null
+++ b/spec/target/sparc/gr740/dev-board/perf-default.yml
@@ -0,0 +1,706 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - not: RTEMS_SMP
+  - target-hash/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=
+links:
+- role: requirement-refinement
+  uid: ../dev-board
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.2728e-05
+      median-lower-bound: 2.578e-06
+      median-upper-bound: 1.0312e-05
+      min-lower-bound: 2.546e-06
+    FullCache:
+      max-upper-bound: 1.164e-05
+      median-lower-bound: 6.42e-07
+      median-upper-bound: 2.568e-06
+      min-lower-bound: 6.4e-07
+    HotCache:
+      max-upper-bound: 1.192e-06
+      median-lower-bound: 2.98e-07
+      median-upper-bound: 1.192e-06
+      min-lower-bound: 2.98e-07
+    Load/1:
+      max-upper-bound: 1.6424e-05
+      median-lower-bound: 3.77e-06
+      median-upper-bound: 1.508e-05
+      min-lower-bound: 3.716e-06
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.5664e-05
+      median-lower-bound: 8.54e-06
+      median-upper-bound: 3.416e-05
+      min-lower-bound: 8.486e-06
+    FullCache:
+      max-upper-bound: 3.0464e-05
+      median-lower-bound: 2.886e-06
+      median-upper-bound: 1.1544e-05
+      min-lower-bound: 2.876e-06
+    HotCache:
+      max-upper-bound: 4.6e-06
+      median-lower-bound: 1.15e-06
+      median-upper-bound: 4.6e-06
+      min-lower-bound: 1.15e-06
+    Load/1:
+      max-upper-bound: 4.0496e-05
+      median-lower-bound: 9.764e-06
+      median-upper-bound: 3.9056e-05
+      min-lower-bound: 9.682e-06
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.4416e-05
+      median-lower-bound: 1.2088e-05
+      median-upper-bound: 4.8352e-05
+      min-lower-bound: 1.1988e-05
+    FullCache:
+      max-upper-bound: 2.9648e-05
+      median-lower-bound: 5.328e-06
+      median-upper-bound: 2.1312e-05
+      min-lower-bound: 5.298e-06
+    HotCache:
+      max-upper-bound: 8.408e-06
+      median-lower-bound: 2.102e-06
+      median-upper-bound: 8.408e-06
+      min-lower-bound: 2.102e-06
+    Load/1:
+      max-upper-bound: 5.7376e-05
+      median-lower-bound: 1.303e-05
+      median-upper-bound: 5.212e-05
+      min-lower-bound: 1.2932e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.008e-05
+      median-lower-bound: 1.1004e-05
+      median-upper-bound: 4.4016e-05
+      min-lower-bound: 1.0942e-05
+    FullCache:
+      max-upper-bound: 3.4472e-05
+      median-lower-bound: 5.838e-06
+      median-upper-bound: 2.3352e-05
+      min-lower-bound: 5.806e-06
+    HotCache:
+      max-upper-bound: 1.0104e-05
+      median-lower-bound: 2.526e-06
+      median-upper-bound: 1.0104e-05
+      min-lower-bound: 2.526e-06
+    Load/1:
+      max-upper-bound: 4.832e-05
+      median-lower-bound: 1.1052e-05
+      median-upper-bound: 4.4208e-05
+      min-lower-bound: 1.0958e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-isr-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.9016e-05
+      median-lower-bound: 7.054e-06
+      median-upper-bound: 2.8216e-05
+      min-lower-bound: 6.994e-06
+    FullCache:
+      max-upper-bound: 2.0568e-05
+      median-lower-bound: 2.712e-06
+      median-upper-bound: 1.0848e-05
+      min-lower-bound: 2.692e-06
+    HotCache:
+      max-upper-bound: 4.024e-06
+      median-lower-bound: 1.006e-06
+      median-upper-bound: 4.024e-06
+      min-lower-bound: 1.006e-06
+    Load/1:
+      max-upper-bound: 3.3432e-05
+      median-lower-bound: 8.27e-06
+      median-upper-bound: 3.308e-05
+      min-lower-bound: 8.204e-06
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.0608e-05
+      median-lower-bound: 2.616e-06
+      median-upper-bound: 1.0464e-05
+      min-lower-bound: 2.582e-06
+    FullCache:
+      max-upper-bound: 6.736e-06
+      median-lower-bound: 8.56e-07
+      median-upper-bound: 3.424e-06
+      min-lower-bound: 8.52e-07
+    HotCache:
+      max-upper-bound: 1.272e-06
+      median-lower-bound: 3.18e-07
+      median-upper-bound: 1.272e-06
+      min-lower-bound: 3.18e-07
+    Load/1:
+      max-upper-bound: 1.464e-05
+      median-lower-bound: 3.62e-06
+      median-upper-bound: 1.448e-05
+      min-lower-bound: 3.564e-06
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-not-satisfied
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.304e-05
+      median-lower-bound: 1.022e-05
+      median-upper-bound: 4.088e-05
+      min-lower-bound: 1.016e-05
+    FullCache:
+      max-upper-bound: 3.7024e-05
+      median-lower-bound: 5.126e-06
+      median-upper-bound: 2.0504e-05
+      min-lower-bound: 5.092e-06
+    HotCache:
+      max-upper-bound: 7.632e-06
+      median-lower-bound: 1.908e-06
+      median-upper-bound: 7.632e-06
+      min-lower-bound: 1.908e-06
+    Load/1:
+      max-upper-bound: 4.4704e-05
+      median-lower-bound: 1.0948e-05
+      median-upper-bound: 4.3792e-05
+      min-lower-bound: 1.0858e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.1848e-05
+      median-lower-bound: 2.378e-06
+      median-upper-bound: 9.512e-06
+      min-lower-bound: 2.354e-06
+    FullCache:
+      max-upper-bound: 1.0824e-05
+      median-lower-bound: 8.54e-07
+      median-upper-bound: 3.416e-06
+      min-lower-bound: 8.48e-07
+    HotCache:
+      max-upper-bound: 1.096e-06
+      median-lower-bound: 2.74e-07
+      median-upper-bound: 1.096e-06
+      min-lower-bound: 2.74e-07
+    Load/1:
+      max-upper-bound: 1.508e-05
+      median-lower-bound: 3.436e-06
+      median-upper-bound: 1.3744e-05
+      min-lower-bound: 3.394e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.2592e-05
+      median-lower-bound: 1.1908e-05
+      median-upper-bound: 4.7632e-05
+      min-lower-bound: 1.1862e-05
+    FullCache:
+      max-upper-bound: 4.8024e-05
+      median-lower-bound: 5.576e-06
+      median-upper-bound: 2.2304e-05
+      min-lower-bound: 5.56e-06
+    HotCache:
+      max-upper-bound: 8.816e-06
+      median-lower-bound: 2.204e-06
+      median-upper-bound: 8.816e-06
+      min-lower-bound: 2.204e-06
+    Load/1:
+      max-upper-bound: 5.6224e-05
+      median-lower-bound: 1.2816e-05
+      median-upper-bound: 5.1264e-05
+      min-lower-bound: 1.2756e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.2896e-05
+      median-lower-bound: 1.32e-05
+      median-upper-bound: 5.28e-05
+      min-lower-bound: 1.3192e-05
+    FullCache:
+      max-upper-bound: 4.8104e-05
+      median-lower-bound: 6.236e-06
+      median-upper-bound: 2.4944e-05
+      min-lower-bound: 6.196e-06
+    HotCache:
+      max-upper-bound: 9.76e-06
+      median-lower-bound: 2.41e-06
+      median-upper-bound: 9.64e-06
+      min-lower-bound: 2.41e-06
+    Load/1:
+      max-upper-bound: 5.712e-05
+      median-lower-bound: 1.414e-05
+      median-upper-bound: 5.656e-05
+      min-lower-bound: 1.4086e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.5312e-05
+      median-lower-bound: 3.802e-06
+      median-upper-bound: 1.5208e-05
+      min-lower-bound: 3.746e-06
+    FullCache:
+      max-upper-bound: 1.2152e-05
+      median-lower-bound: 1.072e-06
+      median-upper-bound: 4.288e-06
+      min-lower-bound: 1.068e-06
+    HotCache:
+      max-upper-bound: 1.984e-06
+      median-lower-bound: 4.96e-07
+      median-upper-bound: 1.984e-06
+      min-lower-bound: 4.96e-07
+    Load/1:
+      max-upper-bound: 2.148e-05
+      median-lower-bound: 5.298e-06
+      median-upper-bound: 2.1192e-05
+      min-lower-bound: 5.264e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.3184e-05
+      median-lower-bound: 8.216e-06
+      median-upper-bound: 3.2864e-05
+      min-lower-bound: 8.18e-06
+    FullCache:
+      max-upper-bound: 2.332e-05
+      median-lower-bound: 3.608e-06
+      median-upper-bound: 1.4432e-05
+      min-lower-bound: 3.598e-06
+    HotCache:
+      max-upper-bound: 5.424e-06
+      median-lower-bound: 1.356e-06
+      median-upper-bound: 5.424e-06
+      min-lower-bound: 1.356e-06
+    Load/1:
+      max-upper-bound: 3.784e-05
+      median-lower-bound: 9.392e-06
+      median-upper-bound: 3.7568e-05
+      min-lower-bound: 9.35e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.7744e-05
+      median-lower-bound: 1.146e-05
+      median-upper-bound: 4.584e-05
+      min-lower-bound: 1.137e-05
+    FullCache:
+      max-upper-bound: 3.1288e-05
+      median-lower-bound: 6.03e-06
+      median-upper-bound: 2.412e-05
+      min-lower-bound: 6.024e-06
+    HotCache:
+      max-upper-bound: 8.568e-06
+      median-lower-bound: 2.142e-06
+      median-upper-bound: 8.568e-06
+      min-lower-bound: 2.142e-06
+    Load/1:
+      max-upper-bound: 4.948e-05
+      median-lower-bound: 1.2076e-05
+      median-upper-bound: 4.8304e-05
+      min-lower-bound: 1.1982e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.32e-06
+      median-lower-bound: 2.19e-06
+      median-upper-bound: 8.76e-06
+      min-lower-bound: 2.04e-06
+    FullCache:
+      max-upper-bound: 7.624e-06
+      median-lower-bound: 8.18e-07
+      median-upper-bound: 3.272e-06
+      min-lower-bound: 7.08e-07
+    HotCache:
+      max-upper-bound: 1.08e-06
+      median-lower-bound: 2.48e-07
+      median-upper-bound: 9.92e-07
+      min-lower-bound: 2.48e-07
+    Load/1:
+      max-upper-bound: 1.1848e-05
+      median-lower-bound: 2.812e-06
+      median-upper-bound: 1.1248e-05
+      min-lower-bound: 2.742e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.752e-06
+      median-lower-bound: 1.912e-06
+      median-upper-bound: 7.648e-06
+      min-lower-bound: 1.886e-06
+    FullCache:
+      max-upper-bound: 3.744e-06
+      median-lower-bound: 5.7e-07
+      median-upper-bound: 2.28e-06
+      min-lower-bound: 5.66e-07
+    HotCache:
+      max-upper-bound: 8.96e-07
+      median-lower-bound: 2.24e-07
+      median-upper-bound: 8.96e-07
+      min-lower-bound: 2.24e-07
+    Load/1:
+      max-upper-bound: 1.056e-05
+      median-lower-bound: 2.594e-06
+      median-upper-bound: 1.0376e-05
+      min-lower-bound: 2.548e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-no-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.288e-06
+      median-lower-bound: 2.142e-06
+      median-upper-bound: 8.568e-06
+      min-lower-bound: 1.998e-06
+    FullCache:
+      max-upper-bound: 4.528e-06
+      median-lower-bound: 6.96e-07
+      median-upper-bound: 2.784e-06
+      min-lower-bound: 6.92e-07
+    HotCache:
+      max-upper-bound: 1.408e-06
+      median-lower-bound: 3.52e-07
+      median-upper-bound: 1.408e-06
+      min-lower-bound: 3.52e-07
+    Load/1:
+      max-upper-bound: 1.276e-05
+      median-lower-bound: 2.994e-06
+      median-upper-bound: 1.1976e-05
+      min-lower-bound: 2.846e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-return-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.0912e-05
+      median-lower-bound: 2.262e-06
+      median-upper-bound: 9.048e-06
+      min-lower-bound: 2.238e-06
+    FullCache:
+      max-upper-bound: 8.192e-06
+      median-lower-bound: 2.64e-07
+      median-upper-bound: 1.056e-06
+      min-lower-bound: 2.64e-07
+    HotCache:
+      max-upper-bound: 1.056e-06
+      median-lower-bound: 2.64e-07
+      median-upper-bound: 1.056e-06
+      min-lower-bound: 2.64e-07
+    Load/1:
+      max-upper-bound: 1.2552e-05
+      median-lower-bound: 2.96e-06
+      median-upper-bound: 1.184e-05
+      min-lower-bound: 2.92e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-obtain
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.536e-06
+      median-lower-bound: 1.86e-06
+      median-upper-bound: 7.44e-06
+      min-lower-bound: 1.834e-06
+    FullCache:
+      max-upper-bound: 2.92e-06
+      median-lower-bound: 3.84e-07
+      median-upper-bound: 1.536e-06
+      min-lower-bound: 3.84e-07
+    HotCache:
+      max-upper-bound: 1.088e-06
+      median-lower-bound: 2.72e-07
+      median-upper-bound: 1.088e-06
+      min-lower-bound: 2.72e-07
+    Load/1:
+      max-upper-bound: 1.0576e-05
+      median-lower-bound: 2.596e-06
+      median-upper-bound: 1.0384e-05
+      min-lower-bound: 2.552e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.7536e-05
+      median-lower-bound: 8.984e-06
+      median-upper-bound: 3.5936e-05
+      min-lower-bound: 8.934e-06
+    FullCache:
+      max-upper-bound: 2.204e-05
+      median-lower-bound: 3.048e-06
+      median-upper-bound: 1.2192e-05
+      min-lower-bound: 3.042e-06
+    HotCache:
+      max-upper-bound: 5.744e-06
+      median-lower-bound: 1.412e-06
+      median-upper-bound: 5.648e-06
+      min-lower-bound: 1.412e-06
+    Load/1:
+      max-upper-bound: 4.2712e-05
+      median-lower-bound: 1.0254e-05
+      median-upper-bound: 4.1016e-05
+      min-lower-bound: 1.0204e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-one
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.1384e-05
+      median-lower-bound: 1.4904e-05
+      median-upper-bound: 5.9616e-05
+      min-lower-bound: 1.478e-05
+    FullCache:
+      max-upper-bound: 3.3224e-05
+      median-lower-bound: 6.172e-06
+      median-upper-bound: 2.4688e-05
+      min-lower-bound: 6.16e-06
+    HotCache:
+      max-upper-bound: 1.152e-05
+      median-lower-bound: 2.88e-06
+      median-upper-bound: 1.152e-05
+      min-lower-bound: 2.88e-06
+    Load/1:
+      max-upper-bound: 6.5792e-05
+      median-lower-bound: 1.5866e-05
+      median-upper-bound: 6.3464e-05
+      min-lower-bound: 1.5806e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.6e-06
+      median-lower-bound: 2.358e-06
+      median-upper-bound: 9.432e-06
+      min-lower-bound: 2.334e-06
+    FullCache:
+      max-upper-bound: 4.856e-06
+      median-lower-bound: 3.1e-07
+      median-upper-bound: 1.24e-06
+      min-lower-bound: 3.1e-07
+    HotCache:
+      max-upper-bound: 1.24e-06
+      median-lower-bound: 3.1e-07
+      median-upper-bound: 1.24e-06
+      min-lower-bound: 3.1e-07
+    Load/1:
+      max-upper-bound: 1.2512e-05
+      median-lower-bound: 3.09e-06
+      median-upper-bound: 1.236e-05
+      min-lower-bound: 3.05e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.7592e-05
+      median-lower-bound: 1.658e-05
+      median-upper-bound: 6.632e-05
+      min-lower-bound: 1.6494e-05
+    FullCache:
+      max-upper-bound: 3.8328e-05
+      median-lower-bound: 6.492e-06
+      median-upper-bound: 2.5968e-05
+      min-lower-bound: 6.472e-06
+    HotCache:
+      max-upper-bound: 1.1928e-05
+      median-lower-bound: 2.95e-06
+      median-upper-bound: 1.18e-05
+      min-lower-bound: 2.95e-06
+    Load/1:
+      max-upper-bound: 7.1848e-05
+      median-lower-bound: 1.7368e-05
+      median-upper-bound: 6.9472e-05
+      min-lower-bound: 1.7292e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.2024e-05
+      median-lower-bound: 1.7732e-05
+      median-upper-bound: 7.0928e-05
+      min-lower-bound: 1.7626e-05
+    FullCache:
+      max-upper-bound: 4.2584e-05
+      median-lower-bound: 6.806e-06
+      median-upper-bound: 2.7224e-05
+      min-lower-bound: 6.752e-06
+    HotCache:
+      max-upper-bound: 1.2608e-05
+      median-lower-bound: 3.12e-06
+      median-upper-bound: 1.248e-05
+      min-lower-bound: 3.12e-06
+    Load/1:
+      max-upper-bound: 7.3976e-05
+      median-lower-bound: 1.8364e-05
+      median-upper-bound: 7.3456e-05
+      min-lower-bound: 1.8308e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.4072e-05
+      median-lower-bound: 1.4646e-05
+      median-upper-bound: 5.8584e-05
+      min-lower-bound: 1.4472e-05
+    FullCache:
+      max-upper-bound: 4.368e-05
+      median-lower-bound: 6.198e-06
+      median-upper-bound: 2.4792e-05
+      min-lower-bound: 6.068e-06
+    HotCache:
+      max-upper-bound: 1.756e-05
+      median-lower-bound: 3.358e-06
+      median-upper-bound: 1.3432e-05
+      min-lower-bound: 3.358e-06
+    Load/1:
+      max-upper-bound: 6.7776e-05
+      median-lower-bound: 1.6114e-05
+      median-upper-bound: 6.4456e-05
+      min-lower-bound: 1.59e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-construct
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.6328e-05
+      median-lower-bound: 1.323e-05
+      median-upper-bound: 5.292e-05
+      min-lower-bound: 1.3156e-05
+    FullCache:
+      max-upper-bound: 4.6808e-05
+      median-lower-bound: 4.326e-06
+      median-upper-bound: 1.7304e-05
+      min-lower-bound: 4.306e-06
+    HotCache:
+      max-upper-bound: 8.464e-06
+      median-lower-bound: 2.116e-06
+      median-upper-bound: 8.464e-06
+      min-lower-bound: 2.116e-06
+    Load/1:
+      max-upper-bound: 6.1064e-05
+      median-lower-bound: 1.429e-05
+      median-upper-bound: 5.716e-05
+      min-lower-bound: 1.423e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.0904e-05
+      median-lower-bound: 1.9816e-05
+      median-upper-bound: 7.9264e-05
+      min-lower-bound: 1.9676e-05
+    FullCache:
+      max-upper-bound: 7.06e-05
+      median-lower-bound: 8.264e-06
+      median-upper-bound: 3.3056e-05
+      min-lower-bound: 8.224e-06
+    HotCache:
+      max-upper-bound: 1.8264e-05
+      median-lower-bound: 4.49e-06
+      median-upper-bound: 1.796e-05
+      min-lower-bound: 4.49e-06
+    Load/1:
+      max-upper-bound: 8.4168e-05
+      median-lower-bound: 2.0602e-05
+      median-upper-bound: 8.2408e-05
+      min-lower-bound: 2.0482e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.0552e-05
+      median-lower-bound: 1.5064e-05
+      median-upper-bound: 6.0256e-05
+      min-lower-bound: 1.4968e-05
+    FullCache:
+      max-upper-bound: 3.7472e-05
+      median-lower-bound: 5.686e-06
+      median-upper-bound: 2.2744e-05
+      min-lower-bound: 5.682e-06
+    HotCache:
+      max-upper-bound: 1.7608e-05
+      median-lower-bound: 4.338e-06
+      median-upper-bound: 1.7352e-05
+      min-lower-bound: 4.338e-06
+    Load/1:
+      max-upper-bound: 6.0576e-05
+      median-lower-bound: 1.506e-05
+      median-upper-bound: 6.024e-05
+      min-lower-bound: 1.4954e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-self
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.2192e-05
+      median-lower-bound: 5.484e-06
+      median-upper-bound: 2.1936e-05
+      min-lower-bound: 5.428e-06
+    FullCache:
+      max-upper-bound: 1.74e-05
+      median-lower-bound: 1.716e-06
+      median-upper-bound: 6.864e-06
+      min-lower-bound: 1.706e-06
+    HotCache:
+      max-upper-bound: 3.336e-06
+      median-lower-bound: 8.34e-07
+      median-upper-bound: 3.336e-06
+      min-lower-bound: 8.34e-07
+    Load/1:
+      max-upper-bound: 2.636e-05
+      median-lower-bound: 6.526e-06
+      median-upper-bound: 2.6104e-05
+      min-lower-bound: 6.46e-06
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-nop
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.7784e-05
+      median-lower-bound: 9.236e-06
+      median-upper-bound: 3.6944e-05
+      min-lower-bound: 8.82e-06
+    FullCache:
+      max-upper-bound: 2.6104e-05
+      median-lower-bound: 3.702e-06
+      median-upper-bound: 1.4808e-05
+      min-lower-bound: 3.518e-06
+    HotCache:
+      max-upper-bound: 6.816e-06
+      median-lower-bound: 1.682e-06
+      median-upper-bound: 6.728e-06
+      min-lower-bound: 1.636e-06
+    Load/1:
+      max-upper-bound: 4.288e-05
+      median-lower-bound: 1.0508e-05
+      median-upper-bound: 4.2032e-05
+      min-lower-bound: 1.0138e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.5664e-05
+      median-lower-bound: 1.3536e-05
+      median-upper-bound: 5.4144e-05
+      min-lower-bound: 1.3156e-05
+    FullCache:
+      max-upper-bound: 4.704e-05
+      median-lower-bound: 6.65e-06
+      median-upper-bound: 2.66e-05
+      min-lower-bound: 6.38e-06
+    HotCache:
+      max-upper-bound: 1.352e-05
+      median-lower-bound: 3.264e-06
+      median-upper-bound: 1.3056e-05
+      min-lower-bound: 3.19e-06
+    Load/1:
+      max-upper-bound: 5.8496e-05
+      median-lower-bound: 1.4302e-05
+      median-upper-bound: 5.7208e-05
+      min-lower-bound: 1.3912e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start-preempt
+non-functional-type: performance-runtime-limits
+rationale: null
+references: []
+requirement-type: non-functional
+text: ${.:text-template}
+type: requirement
diff --git a/spec/target/sparc/gr740/dev-board/perf-smp.yml b/spec/target/sparc/gr740/dev-board/perf-smp.yml
new file mode 100644
index 00000000..bae00ced
--- /dev/null
+++ b/spec/target/sparc/gr740/dev-board/perf-smp.yml
@@ -0,0 +1,1422 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - RTEMS_SMP
+  - target-hash/c1ZkBOsUIJ-siPI7pK7knk0z6uni1pxOFlZ2eLDflYc=
+links:
+- role: requirement-refinement
+  uid: ../dev-board
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.1384e-05
+      median-lower-bound: 4.64e-06
+      median-upper-bound: 1.856e-05
+      min-lower-bound: 4.33e-06
+    FullCache:
+      max-upper-bound: 1.212e-05
+      median-lower-bound: 6.5e-07
+      median-upper-bound: 2.6e-06
+      min-lower-bound: 6.46e-07
+    HotCache:
+      max-upper-bound: 2.072e-06
+      median-lower-bound: 3.94e-07
+      median-upper-bound: 1.576e-06
+      min-lower-bound: 3.94e-07
+    Load/1:
+      max-upper-bound: 4.1864e-05
+      median-lower-bound: 5.888e-06
+      median-upper-bound: 2.3552e-05
+      min-lower-bound: 5.01e-06
+    Load/2:
+      max-upper-bound: 8.5344e-05
+      median-lower-bound: 2.0074e-05
+      median-upper-bound: 8.0296e-05
+      min-lower-bound: 1.783e-05
+    Load/3:
+      max-upper-bound: 0.000106392
+      median-lower-bound: 2.4808e-05
+      median-upper-bound: 9.9232e-05
+      min-lower-bound: 2.3666e-05
+    Load/4:
+      max-upper-bound: 0.000117912
+      median-lower-bound: 2.827e-05
+      median-upper-bound: 0.00011308
+      min-lower-bound: 2.6474e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.9392e-05
+      median-lower-bound: 2.0706e-05
+      median-upper-bound: 8.2824e-05
+      min-lower-bound: 2.0528e-05
+    FullCache:
+      max-upper-bound: 7.3736e-05
+      median-lower-bound: 8.634e-06
+      median-upper-bound: 3.4536e-05
+      min-lower-bound: 8.504e-06
+    HotCache:
+      max-upper-bound: 1.9168e-05
+      median-lower-bound: 4.614e-06
+      median-upper-bound: 1.8456e-05
+      min-lower-bound: 4.614e-06
+    Load/1:
+      max-upper-bound: 0.000125128
+      median-lower-bound: 1.9982e-05
+      median-upper-bound: 7.9928e-05
+      min-lower-bound: 1.9758e-05
+    Load/2:
+      max-upper-bound: 0.000440768
+      median-lower-bound: 0.00011001
+      median-upper-bound: 0.00044004
+      min-lower-bound: 0.000107924
+    Load/3:
+      max-upper-bound: 0.000752952
+      median-lower-bound: 0.00018604
+      median-upper-bound: 0.00074416
+      min-lower-bound: 0.0001854
+    Load/4:
+      max-upper-bound: 0.000955088
+      median-lower-bound: 0.00023813
+      median-upper-bound: 0.00095252
+      min-lower-bound: 0.000235894
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.6328e-05
+      median-lower-bound: 1.3736e-05
+      median-upper-bound: 5.4944e-05
+      min-lower-bound: 1.328e-05
+    FullCache:
+      max-upper-bound: 3.7944e-05
+      median-lower-bound: 4.84e-06
+      median-upper-bound: 1.936e-05
+      min-lower-bound: 4.836e-06
+    HotCache:
+      max-upper-bound: 1.0888e-05
+      median-lower-bound: 2.594e-06
+      median-upper-bound: 1.0376e-05
+      min-lower-bound: 2.594e-06
+    Load/1:
+      max-upper-bound: 9.796e-05
+      median-lower-bound: 1.4458e-05
+      median-upper-bound: 5.7832e-05
+      min-lower-bound: 1.348e-05
+    Load/2:
+      max-upper-bound: 0.000327536
+      median-lower-bound: 7.9166e-05
+      median-upper-bound: 0.000316664
+      min-lower-bound: 7.9102e-05
+    Load/3:
+      max-upper-bound: 0.000500904
+      median-lower-bound: 0.000122864
+      median-upper-bound: 0.000491456
+      min-lower-bound: 0.000121272
+    Load/4:
+      max-upper-bound: 0.000578688
+      median-lower-bound: 0.000143352
+      median-upper-bound: 0.000573408
+      min-lower-bound: 0.000140178
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.1512e-05
+      median-lower-bound: 1.9456e-05
+      median-upper-bound: 7.7824e-05
+      min-lower-bound: 1.863e-05
+    FullCache:
+      max-upper-bound: 7.4152e-05
+      median-lower-bound: 9.198e-06
+      median-upper-bound: 3.6792e-05
+      min-lower-bound: 9.158e-06
+    HotCache:
+      max-upper-bound: 1.6408e-05
+      median-lower-bound: 3.988e-06
+      median-upper-bound: 1.5952e-05
+      min-lower-bound: 3.988e-06
+    Load/1:
+      max-upper-bound: 0.00011332
+      median-lower-bound: 1.7558e-05
+      median-upper-bound: 7.0232e-05
+      min-lower-bound: 1.7358e-05
+    Load/2:
+      max-upper-bound: 0.000499472
+      median-lower-bound: 0.000120076
+      median-upper-bound: 0.000480304
+      min-lower-bound: 0.00011984
+    Load/3:
+      max-upper-bound: 0.000795552
+      median-lower-bound: 0.00019066
+      median-upper-bound: 0.00076264
+      min-lower-bound: 0.000189612
+    Load/4:
+      max-upper-bound: 0.00097216
+      median-lower-bound: 0.00022585
+      median-upper-bound: 0.0009034
+      min-lower-bound: 0.000225152
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.6408e-05
+      median-lower-bound: 1.7576e-05
+      median-upper-bound: 7.0304e-05
+      min-lower-bound: 1.749e-05
+    FullCache:
+      max-upper-bound: 5.58e-05
+      median-lower-bound: 8.964e-06
+      median-upper-bound: 3.5856e-05
+      min-lower-bound: 8.904e-06
+    HotCache:
+      max-upper-bound: 2.0048e-05
+      median-lower-bound: 4.846e-06
+      median-upper-bound: 1.9384e-05
+      min-lower-bound: 4.846e-06
+    Load/1:
+      max-upper-bound: 0.000101528
+      median-lower-bound: 1.716e-05
+      median-upper-bound: 6.864e-05
+      min-lower-bound: 1.709e-05
+    Load/2:
+      max-upper-bound: 0.00050236
+      median-lower-bound: 0.00012228
+      median-upper-bound: 0.00048912
+      min-lower-bound: 0.000122274
+    Load/3:
+      max-upper-bound: 0.000795032
+      median-lower-bound: 0.000191836
+      median-upper-bound: 0.000767344
+      min-lower-bound: 0.00019179
+    Load/4:
+      max-upper-bound: 0.0009774
+      median-lower-bound: 0.000232526
+      median-upper-bound: 0.000930104
+      min-lower-bound: 0.00023248
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-isr-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.0584e-05
+      median-lower-bound: 1.2128e-05
+      median-upper-bound: 4.8512e-05
+      min-lower-bound: 1.1526e-05
+    FullCache:
+      max-upper-bound: 4.4608e-05
+      median-lower-bound: 3.976e-06
+      median-upper-bound: 1.5904e-05
+      min-lower-bound: 3.962e-06
+    HotCache:
+      max-upper-bound: 9.376e-06
+      median-lower-bound: 2.156e-06
+      median-upper-bound: 8.624e-06
+      min-lower-bound: 2.156e-06
+    Load/1:
+      max-upper-bound: 8.06e-05
+      median-lower-bound: 1.2864e-05
+      median-upper-bound: 5.1456e-05
+      min-lower-bound: 1.188e-05
+    Load/2:
+      max-upper-bound: 0.00028116
+      median-lower-bound: 6.6552e-05
+      median-upper-bound: 0.000266208
+      min-lower-bound: 6.635e-05
+    Load/3:
+      max-upper-bound: 0.000408136
+      median-lower-bound: 0.0001005
+      median-upper-bound: 0.000402
+      min-lower-bound: 9.8372e-05
+    Load/4:
+      max-upper-bound: 0.000479504
+      median-lower-bound: 0.0001173
+      median-upper-bound: 0.0004692
+      min-lower-bound: 0.000114648
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.8912e-05
+      median-lower-bound: 1.8192e-05
+      median-upper-bound: 7.2768e-05
+      min-lower-bound: 1.7966e-05
+    FullCache:
+      max-upper-bound: 9.0816e-05
+      median-lower-bound: 7.876e-06
+      median-upper-bound: 3.1504e-05
+      min-lower-bound: 7.806e-06
+    HotCache:
+      max-upper-bound: 1.7104e-05
+      median-lower-bound: 4.134e-06
+      median-upper-bound: 1.6536e-05
+      min-lower-bound: 4.134e-06
+    Load/1:
+      max-upper-bound: 0.000107288
+      median-lower-bound: 1.7154e-05
+      median-upper-bound: 6.8616e-05
+      min-lower-bound: 1.6958e-05
+    Load/2:
+      max-upper-bound: 0.000369872
+      median-lower-bound: 9.2262e-05
+      median-upper-bound: 0.000369048
+      min-lower-bound: 9.2108e-05
+    Load/3:
+      max-upper-bound: 0.000647064
+      median-lower-bound: 0.000157334
+      median-upper-bound: 0.000629336
+      min-lower-bound: 0.00015498
+    Load/4:
+      max-upper-bound: 0.000817592
+      median-lower-bound: 0.00020107
+      median-upper-bound: 0.00080428
+      min-lower-bound: 0.000200576
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.8048e-05
+      median-lower-bound: 4.046e-06
+      median-upper-bound: 1.6184e-05
+      min-lower-bound: 3.83e-06
+    FullCache:
+      max-upper-bound: 8.448e-06
+      median-lower-bound: 6.74e-07
+      median-upper-bound: 2.696e-06
+      min-lower-bound: 6.74e-07
+    HotCache:
+      max-upper-bound: 2.184e-06
+      median-lower-bound: 4.22e-07
+      median-upper-bound: 1.688e-06
+      min-lower-bound: 4.22e-07
+    Load/1:
+      max-upper-bound: 3.8352e-05
+      median-lower-bound: 5.642e-06
+      median-upper-bound: 2.2568e-05
+      min-lower-bound: 4.648e-06
+    Load/2:
+      max-upper-bound: 6.9512e-05
+      median-lower-bound: 1.4056e-05
+      median-upper-bound: 5.6224e-05
+      min-lower-bound: 1.4008e-05
+    Load/3:
+      max-upper-bound: 8.4144e-05
+      median-lower-bound: 1.9332e-05
+      median-upper-bound: 7.7328e-05
+      min-lower-bound: 1.89e-05
+    Load/4:
+      max-upper-bound: 8.748e-05
+      median-lower-bound: 2.0526e-05
+      median-upper-bound: 8.2104e-05
+      min-lower-bound: 2.0224e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-not-satisfied
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.6112e-05
+      median-lower-bound: 1.7872e-05
+      median-upper-bound: 7.1488e-05
+      min-lower-bound: 1.6898e-05
+    FullCache:
+      max-upper-bound: 9.2e-05
+      median-lower-bound: 7.59e-06
+      median-upper-bound: 3.036e-05
+      min-lower-bound: 7.54e-06
+    HotCache:
+      max-upper-bound: 1.4784e-05
+      median-lower-bound: 3.634e-06
+      median-upper-bound: 1.4536e-05
+      min-lower-bound: 3.634e-06
+    Load/1:
+      max-upper-bound: 9.9328e-05
+      median-lower-bound: 1.606e-05
+      median-upper-bound: 6.424e-05
+      min-lower-bound: 1.5634e-05
+    Load/2:
+      max-upper-bound: 0.00044488
+      median-lower-bound: 0.000107426
+      median-upper-bound: 0.000429704
+      min-lower-bound: 0.000107254
+    Load/3:
+      max-upper-bound: 0.000688336
+      median-lower-bound: 0.000168912
+      median-upper-bound: 0.000675648
+      min-lower-bound: 0.000167808
+    Load/4:
+      max-upper-bound: 0.000835664
+      median-lower-bound: 0.000199834
+      median-upper-bound: 0.000799336
+      min-lower-bound: 0.000198884
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.9624e-05
+      median-lower-bound: 4.534e-06
+      median-upper-bound: 1.8136e-05
+      min-lower-bound: 4.248e-06
+    FullCache:
+      max-upper-bound: 1.296e-05
+      median-lower-bound: 9.64e-07
+      median-upper-bound: 3.856e-06
+      min-lower-bound: 9.64e-07
+    HotCache:
+      max-upper-bound: 2.048e-06
+      median-lower-bound: 3.9e-07
+      median-upper-bound: 1.56e-06
+      min-lower-bound: 3.9e-07
+    Load/1:
+      max-upper-bound: 4.0488e-05
+      median-lower-bound: 5.902e-06
+      median-upper-bound: 2.3608e-05
+      min-lower-bound: 4.858e-06
+    Load/2:
+      max-upper-bound: 7.4216e-05
+      median-lower-bound: 1.6522e-05
+      median-upper-bound: 6.6088e-05
+      min-lower-bound: 1.6498e-05
+    Load/3:
+      max-upper-bound: 8.9152e-05
+      median-lower-bound: 2.2162e-05
+      median-upper-bound: 8.8648e-05
+      min-lower-bound: 1.9336e-05
+    Load/4:
+      max-upper-bound: 9.5696e-05
+      median-lower-bound: 2.307e-05
+      median-upper-bound: 9.228e-05
+      min-lower-bound: 2.1742e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.6848e-05
+      median-lower-bound: 1.8436e-05
+      median-upper-bound: 7.3744e-05
+      min-lower-bound: 1.7486e-05
+    FullCache:
+      max-upper-bound: 7.9496e-05
+      median-lower-bound: 8.774e-06
+      median-upper-bound: 3.5096e-05
+      min-lower-bound: 8.734e-06
+    HotCache:
+      max-upper-bound: 1.4528e-05
+      median-lower-bound: 3.56e-06
+      median-upper-bound: 1.424e-05
+      min-lower-bound: 3.56e-06
+    Load/1:
+      max-upper-bound: 0.000120608
+      median-lower-bound: 1.7804e-05
+      median-upper-bound: 7.1216e-05
+      min-lower-bound: 1.7564e-05
+    Load/2:
+      max-upper-bound: 0.00050312
+      median-lower-bound: 0.000119652
+      median-upper-bound: 0.000478608
+      min-lower-bound: 0.000119592
+    Load/3:
+      max-upper-bound: 0.000780432
+      median-lower-bound: 0.000189674
+      median-upper-bound: 0.000758696
+      min-lower-bound: 0.000187986
+    Load/4:
+      max-upper-bound: 0.000930864
+      median-lower-bound: 0.000223454
+      median-upper-bound: 0.000893816
+      min-lower-bound: 0.000223392
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.3288e-05
+      median-lower-bound: 1.9524e-05
+      median-upper-bound: 7.8096e-05
+      min-lower-bound: 1.872e-05
+    FullCache:
+      max-upper-bound: 8.4776e-05
+      median-lower-bound: 9.438e-06
+      median-upper-bound: 3.7752e-05
+      min-lower-bound: 9.394e-06
+    HotCache:
+      max-upper-bound: 1.6472e-05
+      median-lower-bound: 4.018e-06
+      median-upper-bound: 1.6072e-05
+      min-lower-bound: 4.018e-06
+    Load/1:
+      max-upper-bound: 0.000124184
+      median-lower-bound: 1.904e-05
+      median-upper-bound: 7.616e-05
+      min-lower-bound: 1.864e-05
+    Load/2:
+      max-upper-bound: 0.000534784
+      median-lower-bound: 0.000127222
+      median-upper-bound: 0.000508888
+      min-lower-bound: 0.000127082
+    Load/3:
+      max-upper-bound: 0.000828448
+      median-lower-bound: 0.000202946
+      median-upper-bound: 0.000811784
+      min-lower-bound: 0.00019972
+    Load/4:
+      max-upper-bound: 0.000987144
+      median-lower-bound: 0.000238754
+      median-upper-bound: 0.000955016
+      min-lower-bound: 0.000238604
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.5304e-05
+      median-lower-bound: 6.052e-06
+      median-upper-bound: 2.4208e-05
+      min-lower-bound: 5.572e-06
+    FullCache:
+      max-upper-bound: 1.6616e-05
+      median-lower-bound: 1.186e-06
+      median-upper-bound: 4.744e-06
+      min-lower-bound: 1.186e-06
+    HotCache:
+      max-upper-bound: 2.944e-06
+      median-lower-bound: 6.12e-07
+      median-upper-bound: 2.448e-06
+      min-lower-bound: 6.12e-07
+    Load/1:
+      max-upper-bound: 4.8064e-05
+      median-lower-bound: 7.092e-06
+      median-upper-bound: 2.8368e-05
+      min-lower-bound: 6.182e-06
+    Load/2:
+      max-upper-bound: 0.000119096
+      median-lower-bound: 2.8766e-05
+      median-upper-bound: 0.000115064
+      min-lower-bound: 2.7478e-05
+    Load/3:
+      max-upper-bound: 0.000168512
+      median-lower-bound: 4.1306e-05
+      median-upper-bound: 0.000165224
+      min-lower-bound: 3.884e-05
+    Load/4:
+      max-upper-bound: 0.000194432
+      median-lower-bound: 4.8126e-05
+      median-upper-bound: 0.000192504
+      min-lower-bound: 4.3936e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.772e-05
+      median-lower-bound: 1.3486e-05
+      median-upper-bound: 5.3944e-05
+      min-lower-bound: 1.2942e-05
+    FullCache:
+      max-upper-bound: 4.2232e-05
+      median-lower-bound: 5.844e-06
+      median-upper-bound: 2.3376e-05
+      min-lower-bound: 5.83e-06
+    HotCache:
+      max-upper-bound: 1.1944e-05
+      median-lower-bound: 2.804e-06
+      median-upper-bound: 1.1216e-05
+      min-lower-bound: 2.804e-06
+    Load/1:
+      max-upper-bound: 9.0672e-05
+      median-lower-bound: 1.4414e-05
+      median-upper-bound: 5.7656e-05
+      min-lower-bound: 1.3466e-05
+    Load/2:
+      max-upper-bound: 0.000326056
+      median-lower-bound: 8.0318e-05
+      median-upper-bound: 0.000321272
+      min-lower-bound: 8.0088e-05
+    Load/3:
+      max-upper-bound: 0.000494512
+      median-lower-bound: 0.000123134
+      median-upper-bound: 0.000492536
+      min-lower-bound: 0.000120764
+    Load/4:
+      max-upper-bound: 0.000580544
+      median-lower-bound: 0.000144162
+      median-upper-bound: 0.000576648
+      min-lower-bound: 0.000141978
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.4624e-05
+      median-lower-bound: 2.0306e-05
+      median-upper-bound: 8.1224e-05
+      min-lower-bound: 1.9922e-05
+    FullCache:
+      max-upper-bound: 5.436e-05
+      median-lower-bound: 9.22e-06
+      median-upper-bound: 3.688e-05
+      min-lower-bound: 9.106e-06
+    HotCache:
+      max-upper-bound: 1.9776e-05
+      median-lower-bound: 4.776e-06
+      median-upper-bound: 1.9104e-05
+      min-lower-bound: 4.776e-06
+    Load/1:
+      max-upper-bound: 0.000108176
+      median-lower-bound: 1.9106e-05
+      median-upper-bound: 7.6424e-05
+      min-lower-bound: 1.8912e-05
+    Load/2:
+      max-upper-bound: 0.00043296
+      median-lower-bound: 0.00010756
+      median-upper-bound: 0.00043024
+      min-lower-bound: 0.000107404
+    Load/3:
+      max-upper-bound: 0.000766288
+      median-lower-bound: 0.000187162
+      median-upper-bound: 0.000748648
+      min-lower-bound: 0.000185116
+    Load/4:
+      max-upper-bound: 0.000961368
+      median-lower-bound: 0.000237486
+      median-upper-bound: 0.000949944
+      min-lower-bound: 0.000237038
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.4272e-05
+      median-lower-bound: 1.9424e-05
+      median-upper-bound: 7.7696e-05
+      min-lower-bound: 1.8548e-05
+    FullCache:
+      max-upper-bound: 5.0152e-05
+      median-lower-bound: 8.968e-06
+      median-upper-bound: 3.5872e-05
+      min-lower-bound: 8.934e-06
+    HotCache:
+      max-upper-bound: 1.6576e-05
+      median-lower-bound: 4.144e-06
+      median-upper-bound: 1.6576e-05
+      min-lower-bound: 4.144e-06
+    Load/1:
+      max-upper-bound: 0.000103112
+      median-lower-bound: 1.7594e-05
+      median-upper-bound: 7.0376e-05
+      min-lower-bound: 1.7324e-05
+    Load/2:
+      max-upper-bound: 0.000494264
+      median-lower-bound: 0.000121442
+      median-upper-bound: 0.000485768
+      min-lower-bound: 0.000121322
+    Load/3:
+      max-upper-bound: 0.000780928
+      median-lower-bound: 0.00019489
+      median-upper-bound: 0.00077956
+      min-lower-bound: 0.000191446
+    Load/4:
+      max-upper-bound: 0.000935568
+      median-lower-bound: 0.00023072
+      median-upper-bound: 0.00092288
+      min-lower-bound: 0.00022803
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.7024e-05
+      median-lower-bound: 3.712e-06
+      median-upper-bound: 1.4848e-05
+      min-lower-bound: 3.192e-06
+    FullCache:
+      max-upper-bound: 8.136e-06
+      median-lower-bound: 9.18e-07
+      median-upper-bound: 3.672e-06
+      min-lower-bound: 8.0e-07
+    HotCache:
+      max-upper-bound: 1.864e-06
+      median-lower-bound: 3.42e-07
+      median-upper-bound: 1.368e-06
+      min-lower-bound: 3.42e-07
+    Load/1:
+      max-upper-bound: 3.5736e-05
+      median-lower-bound: 5.126e-06
+      median-upper-bound: 2.0504e-05
+      min-lower-bound: 4.184e-06
+    Load/2:
+      max-upper-bound: 5.7856e-05
+      median-lower-bound: 1.221e-05
+      median-upper-bound: 4.884e-05
+      min-lower-bound: 1.1982e-05
+    Load/3:
+      max-upper-bound: 5.972e-05
+      median-lower-bound: 1.3606e-05
+      median-upper-bound: 5.4424e-05
+      min-lower-bound: 1.0836e-05
+    Load/4:
+      max-upper-bound: 5.6312e-05
+      median-lower-bound: 1.3302e-05
+      median-upper-bound: 5.3208e-05
+      min-lower-bound: 1.0662e-05
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.3712e-05
+      median-lower-bound: 3.21e-06
+      median-upper-bound: 1.284e-05
+      min-lower-bound: 3.022e-06
+    FullCache:
+      max-upper-bound: 5.408e-06
+      median-lower-bound: 7.82e-07
+      median-upper-bound: 3.128e-06
+      min-lower-bound: 7.76e-07
+    HotCache:
+      max-upper-bound: 1.768e-06
+      median-lower-bound: 3.18e-07
+      median-upper-bound: 1.272e-06
+      min-lower-bound: 3.18e-07
+    Load/1:
+      max-upper-bound: 3.4616e-05
+      median-lower-bound: 4.812e-06
+      median-upper-bound: 1.9248e-05
+      min-lower-bound: 3.79e-06
+    Load/2:
+      max-upper-bound: 5.0184e-05
+      median-lower-bound: 1.0182e-05
+      median-upper-bound: 4.0728e-05
+      min-lower-bound: 9.528e-06
+    Load/3:
+      max-upper-bound: 4.3536e-05
+      median-lower-bound: 1.0662e-05
+      median-upper-bound: 4.2648e-05
+      min-lower-bound: 1.0012e-05
+    Load/4:
+      max-upper-bound: 4.2232e-05
+      median-lower-bound: 1.0276e-05
+      median-upper-bound: 4.1104e-05
+      min-lower-bound: 9.11e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-no-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.724e-05
+      median-lower-bound: 3.766e-06
+      median-upper-bound: 1.5064e-05
+      min-lower-bound: 3.5e-06
+    FullCache:
+      max-upper-bound: 4.992e-06
+      median-lower-bound: 7.86e-07
+      median-upper-bound: 3.144e-06
+      min-lower-bound: 7.86e-07
+    HotCache:
+      max-upper-bound: 2.272e-06
+      median-lower-bound: 4.46e-07
+      median-upper-bound: 1.784e-06
+      min-lower-bound: 4.46e-07
+    Load/1:
+      max-upper-bound: 3.5808e-05
+      median-lower-bound: 5.322e-06
+      median-upper-bound: 2.1288e-05
+      min-lower-bound: 4.57e-06
+    Load/2:
+      max-upper-bound: 5.872e-05
+      median-lower-bound: 1.3486e-05
+      median-upper-bound: 5.3944e-05
+      min-lower-bound: 1.2666e-05
+    Load/3:
+      max-upper-bound: 5.972e-05
+      median-lower-bound: 1.4692e-05
+      median-upper-bound: 5.8768e-05
+      min-lower-bound: 1.2684e-05
+    Load/4:
+      max-upper-bound: 6.204e-05
+      median-lower-bound: 1.5324e-05
+      median-upper-bound: 6.1296e-05
+      min-lower-bound: 1.2416e-05
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-return-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.052e-05
+      median-lower-bound: 4.506e-06
+      median-upper-bound: 1.8024e-05
+      min-lower-bound: 4.25e-06
+    FullCache:
+      max-upper-bound: 1.176e-05
+      median-lower-bound: 7.18e-07
+      median-upper-bound: 2.872e-06
+      min-lower-bound: 7.12e-07
+    HotCache:
+      max-upper-bound: 1.968e-06
+      median-lower-bound: 3.66e-07
+      median-upper-bound: 1.464e-06
+      min-lower-bound: 3.66e-07
+    Load/1:
+      max-upper-bound: 3.9384e-05
+      median-lower-bound: 5.59e-06
+      median-upper-bound: 2.236e-05
+      min-lower-bound: 4.662e-06
+    Load/2:
+      max-upper-bound: 6.8328e-05
+      median-lower-bound: 1.576e-05
+      median-upper-bound: 6.304e-05
+      min-lower-bound: 1.5654e-05
+    Load/3:
+      max-upper-bound: 7.6264e-05
+      median-lower-bound: 1.8946e-05
+      median-upper-bound: 7.5784e-05
+      min-lower-bound: 1.6724e-05
+    Load/4:
+      max-upper-bound: 8.4928e-05
+      median-lower-bound: 1.8642e-05
+      median-upper-bound: 7.4568e-05
+      min-lower-bound: 1.7214e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-obtain
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.8408e-05
+      median-lower-bound: 4.376e-06
+      median-upper-bound: 1.7504e-05
+      min-lower-bound: 4.276e-06
+    FullCache:
+      max-upper-bound: 8.176e-06
+      median-lower-bound: 8.48e-07
+      median-upper-bound: 3.392e-06
+      min-lower-bound: 8.48e-07
+    HotCache:
+      max-upper-bound: 2.056e-06
+      median-lower-bound: 3.92e-07
+      median-upper-bound: 1.568e-06
+      min-lower-bound: 3.92e-07
+    Load/1:
+      max-upper-bound: 3.7456e-05
+      median-lower-bound: 5.768e-06
+      median-upper-bound: 2.3072e-05
+      min-lower-bound: 4.886e-06
+    Load/2:
+      max-upper-bound: 6.5328e-05
+      median-lower-bound: 1.248e-05
+      median-upper-bound: 4.992e-05
+      min-lower-bound: 1.244e-05
+    Load/3:
+      max-upper-bound: 7.2928e-05
+      median-lower-bound: 1.6402e-05
+      median-upper-bound: 6.5608e-05
+      min-lower-bound: 1.4684e-05
+    Load/4:
+      max-upper-bound: 8.0488e-05
+      median-lower-bound: 1.7816e-05
+      median-upper-bound: 7.1264e-05
+      min-lower-bound: 1.515e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.4032e-05
+      median-lower-bound: 1.5704e-05
+      median-upper-bound: 6.2816e-05
+      min-lower-bound: 1.5162e-05
+    FullCache:
+      max-upper-bound: 5.064e-05
+      median-lower-bound: 7.956e-06
+      median-upper-bound: 3.1824e-05
+      min-lower-bound: 7.91e-06
+    HotCache:
+      max-upper-bound: 1.644e-05
+      median-lower-bound: 3.95e-06
+      median-upper-bound: 1.58e-05
+      min-lower-bound: 3.95e-06
+    Load/1:
+      max-upper-bound: 0.000102024
+      median-lower-bound: 1.6424e-05
+      median-upper-bound: 6.5696e-05
+      min-lower-bound: 1.5496e-05
+    Load/2:
+      max-upper-bound: 0.00038412
+      median-lower-bound: 9.2088e-05
+      median-upper-bound: 0.000368352
+      min-lower-bound: 9.2044e-05
+    Load/3:
+      max-upper-bound: 0.000585536
+      median-lower-bound: 0.000144302
+      median-upper-bound: 0.000577208
+      min-lower-bound: 0.000142448
+    Load/4:
+      max-upper-bound: 0.000676192
+      median-lower-bound: 0.000166508
+      median-upper-bound: 0.000666032
+      min-lower-bound: 0.00016302
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-one
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0001264
+      median-lower-bound: 2.8146e-05
+      median-upper-bound: 0.000112584
+      min-lower-bound: 2.7626e-05
+    FullCache:
+      max-upper-bound: 9.1288e-05
+      median-lower-bound: 1.225e-05
+      median-upper-bound: 4.9e-05
+      min-lower-bound: 1.21e-05
+    HotCache:
+      max-upper-bound: 2.8448e-05
+      median-lower-bound: 6.928e-06
+      median-upper-bound: 2.7712e-05
+      min-lower-bound: 6.928e-06
+    Load/1:
+      max-upper-bound: 0.000145552
+      median-lower-bound: 2.6358e-05
+      median-upper-bound: 0.000105432
+      min-lower-bound: 2.6086e-05
+    Load/2:
+      max-upper-bound: 0.000639944
+      median-lower-bound: 0.0001571
+      median-upper-bound: 0.0006284
+      min-lower-bound: 0.000156856
+    Load/3:
+      max-upper-bound: 0.001071048
+      median-lower-bound: 0.000264426
+      median-upper-bound: 0.001057704
+      min-lower-bound: 0.000263772
+    Load/4:
+      max-upper-bound: 0.001344168
+      median-lower-bound: 0.000333384
+      median-upper-bound: 0.001333536
+      min-lower-bound: 0.00032833
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000109656
+      median-lower-bound: 2.6024e-05
+      median-upper-bound: 0.000104096
+      min-lower-bound: 2.511e-05
+    FullCache:
+      max-upper-bound: 6.7032e-05
+      median-lower-bound: 1.1418e-05
+      median-upper-bound: 4.5672e-05
+      min-lower-bound: 1.1368e-05
+    HotCache:
+      max-upper-bound: 2.4144e-05
+      median-lower-bound: 6.018e-06
+      median-upper-bound: 2.4072e-05
+      min-lower-bound: 6.018e-06
+    Load/1:
+      max-upper-bound: 0.000137808
+      median-lower-bound: 2.4774e-05
+      median-upper-bound: 9.9096e-05
+      min-lower-bound: 2.4548e-05
+    Load/2:
+      max-upper-bound: 0.000701616
+      median-lower-bound: 0.00017535
+      median-upper-bound: 0.0007014
+      min-lower-bound: 0.000174094
+    Load/3:
+      max-upper-bound: 0.0010992
+      median-lower-bound: 0.000273658
+      median-upper-bound: 0.001094632
+      min-lower-bound: 0.000271588
+    Load/4:
+      max-upper-bound: 0.001299624
+      median-lower-bound: 0.000323146
+      median-upper-bound: 0.001292584
+      min-lower-bound: 0.000318906
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.8456e-05
+      median-lower-bound: 4.476e-06
+      median-upper-bound: 1.7904e-05
+      min-lower-bound: 4.076e-06
+    FullCache:
+      max-upper-bound: 9.352e-06
+      median-lower-bound: 7.62e-07
+      median-upper-bound: 3.048e-06
+      min-lower-bound: 7.58e-07
+    HotCache:
+      max-upper-bound: 2.152e-06
+      median-lower-bound: 4.12e-07
+      median-upper-bound: 1.648e-06
+      min-lower-bound: 4.12e-07
+    Load/1:
+      max-upper-bound: 4.0864e-05
+      median-lower-bound: 5.69e-06
+      median-upper-bound: 2.276e-05
+      min-lower-bound: 4.626e-06
+    Load/2:
+      max-upper-bound: 7.6544e-05
+      median-lower-bound: 1.7774e-05
+      median-upper-bound: 7.1096e-05
+      min-lower-bound: 1.7694e-05
+    Load/3:
+      max-upper-bound: 9.896e-05
+      median-lower-bound: 2.4178e-05
+      median-upper-bound: 9.6712e-05
+      min-lower-bound: 2.0998e-05
+    Load/4:
+      max-upper-bound: 0.000107128
+      median-lower-bound: 2.4432e-05
+      median-upper-bound: 9.7728e-05
+      min-lower-bound: 2.1314e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000112208
+      median-lower-bound: 2.7194e-05
+      median-upper-bound: 0.000108776
+      min-lower-bound: 2.621e-05
+    FullCache:
+      max-upper-bound: 8.3136e-05
+      median-lower-bound: 1.2762e-05
+      median-upper-bound: 5.1048e-05
+      min-lower-bound: 1.2678e-05
+    HotCache:
+      max-upper-bound: 2.4432e-05
+      median-lower-bound: 5.964e-06
+      median-upper-bound: 2.3856e-05
+      min-lower-bound: 5.964e-06
+    Load/1:
+      max-upper-bound: 0.000161576
+      median-lower-bound: 2.6626e-05
+      median-upper-bound: 0.000106504
+      min-lower-bound: 2.6004e-05
+    Load/2:
+      max-upper-bound: 0.000718024
+      median-lower-bound: 0.000178464
+      median-upper-bound: 0.000713856
+      min-lower-bound: 0.000178106
+    Load/3:
+      max-upper-bound: 0.001148736
+      median-lower-bound: 0.000284654
+      median-upper-bound: 0.001138616
+      min-lower-bound: 0.00028356
+    Load/4:
+      max-upper-bound: 0.001350688
+      median-lower-bound: 0.000336698
+      median-upper-bound: 0.001346792
+      min-lower-bound: 0.000334676
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000120264
+      median-lower-bound: 2.7956e-05
+      median-upper-bound: 0.000111824
+      min-lower-bound: 2.6916e-05
+    FullCache:
+      max-upper-bound: 8.8176e-05
+      median-lower-bound: 1.3208e-05
+      median-upper-bound: 5.2832e-05
+      min-lower-bound: 1.3148e-05
+    HotCache:
+      max-upper-bound: 2.6376e-05
+      median-lower-bound: 6.526e-06
+      median-upper-bound: 2.6104e-05
+      min-lower-bound: 6.526e-06
+    Load/1:
+      max-upper-bound: 0.000162904
+      median-lower-bound: 2.7162e-05
+      median-upper-bound: 0.000108648
+      min-lower-bound: 2.6772e-05
+    Load/2:
+      max-upper-bound: 0.000741368
+      median-lower-bound: 0.000184708
+      median-upper-bound: 0.000738832
+      min-lower-bound: 0.000184256
+    Load/3:
+      max-upper-bound: 0.001186688
+      median-lower-bound: 0.000294466
+      median-upper-bound: 0.001177864
+      min-lower-bound: 0.000293062
+    Load/4:
+      max-upper-bound: 0.001400728
+      median-lower-bound: 0.000348276
+      median-upper-bound: 0.001393104
+      min-lower-bound: 0.000347286
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.1664e-05
+      median-lower-bound: 2.2482e-05
+      median-upper-bound: 8.9928e-05
+      min-lower-bound: 2.1906e-05
+    FullCache:
+      max-upper-bound: 9.3696e-05
+      median-lower-bound: 1.3934e-05
+      median-upper-bound: 5.5736e-05
+      min-lower-bound: 1.3726e-05
+    HotCache:
+      max-upper-bound: 3.7592e-05
+      median-lower-bound: 6.908e-06
+      median-upper-bound: 2.7632e-05
+      min-lower-bound: 6.864e-06
+    Load/1:
+      max-upper-bound: 0.000156224
+      median-lower-bound: 2.3548e-05
+      median-upper-bound: 9.4192e-05
+      min-lower-bound: 2.2446e-05
+    Load/2:
+      max-upper-bound: 0.00074872
+      median-lower-bound: 0.00018456
+      median-upper-bound: 0.00073824
+      min-lower-bound: 0.00018355
+    Load/3:
+      max-upper-bound: 0.00129904
+      median-lower-bound: 0.000321152
+      median-upper-bound: 0.001284608
+      min-lower-bound: 0.000318308
+    Load/4:
+      max-upper-bound: 0.001719288
+      median-lower-bound: 0.00042442
+      median-upper-bound: 0.00169768
+      min-lower-bound: 0.000422798
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-construct
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.8136e-05
+      median-lower-bound: 2.0934e-05
+      median-upper-bound: 8.3736e-05
+      min-lower-bound: 2.0448e-05
+    FullCache:
+      max-upper-bound: 7.3936e-05
+      median-lower-bound: 6.13e-06
+      median-upper-bound: 2.452e-05
+      min-lower-bound: 6.106e-06
+    HotCache:
+      max-upper-bound: 1.6152e-05
+      median-lower-bound: 3.91e-06
+      median-upper-bound: 1.564e-05
+      min-lower-bound: 3.91e-06
+    Load/1:
+      max-upper-bound: 0.000132472
+      median-lower-bound: 2.1702e-05
+      median-upper-bound: 8.6808e-05
+      min-lower-bound: 2.068e-05
+    Load/2:
+      max-upper-bound: 0.000525616
+      median-lower-bound: 0.000129916
+      median-upper-bound: 0.000519664
+      min-lower-bound: 0.000126052
+    Load/3:
+      max-upper-bound: 0.00080428
+      median-lower-bound: 0.000199864
+      median-upper-bound: 0.000799456
+      min-lower-bound: 0.00018731
+    Load/4:
+      max-upper-bound: 0.000929216
+      median-lower-bound: 0.000229488
+      median-upper-bound: 0.000917952
+      min-lower-bound: 0.000220234
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000131184
+      median-lower-bound: 3.1192e-05
+      median-upper-bound: 0.000124768
+      min-lower-bound: 3.0298e-05
+    FullCache:
+      max-upper-bound: 0.000123064
+      median-lower-bound: 1.37e-05
+      median-upper-bound: 5.48e-05
+      min-lower-bound: 1.365e-05
+    HotCache:
+      max-upper-bound: 3.336e-05
+      median-lower-bound: 8.238e-06
+      median-upper-bound: 3.2952e-05
+      min-lower-bound: 8.238e-06
+    Load/1:
+      max-upper-bound: 0.000184344
+      median-lower-bound: 2.9632e-05
+      median-upper-bound: 0.000118528
+      min-lower-bound: 2.8994e-05
+    Load/2:
+      max-upper-bound: 0.000826384
+      median-lower-bound: 0.00020054
+      median-upper-bound: 0.00080216
+      min-lower-bound: 0.000200332
+    Load/3:
+      max-upper-bound: 0.001288688
+      median-lower-bound: 0.000314378
+      median-upper-bound: 0.001257512
+      min-lower-bound: 0.00031287
+    Load/4:
+      max-upper-bound: 0.001554912
+      median-lower-bound: 0.000371362
+      median-upper-bound: 0.001485448
+      min-lower-bound: 0.000371018
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.8128e-05
+      median-lower-bound: 2.1856e-05
+      median-upper-bound: 8.7424e-05
+      min-lower-bound: 2.1742e-05
+    FullCache:
+      max-upper-bound: 9.2496e-05
+      median-lower-bound: 1.0216e-05
+      median-upper-bound: 4.0864e-05
+      min-lower-bound: 1.0206e-05
+    HotCache:
+      max-upper-bound: 3.3648e-05
+      median-lower-bound: 8.344e-06
+      median-upper-bound: 3.3376e-05
+      min-lower-bound: 8.344e-06
+    Load/1:
+      max-upper-bound: 0.000133184
+      median-lower-bound: 2.2052e-05
+      median-upper-bound: 8.8208e-05
+      min-lower-bound: 2.1962e-05
+    Load/2:
+      max-upper-bound: 0.000636544
+      median-lower-bound: 0.00015723
+      median-upper-bound: 0.00062892
+      min-lower-bound: 0.000157052
+    Load/3:
+      max-upper-bound: 0.001013752
+      median-lower-bound: 0.000251854
+      median-upper-bound: 0.001007416
+      min-lower-bound: 0.00025183
+    Load/4:
+      max-upper-bound: 0.001230072
+      median-lower-bound: 0.000303726
+      median-upper-bound: 0.001214904
+      min-lower-bound: 0.000303236
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-self
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00011996
+      median-lower-bound: 2.7476e-05
+      median-upper-bound: 0.000109904
+      min-lower-bound: 2.719e-05
+    FullCache:
+      max-upper-bound: 0.00011556
+      median-lower-bound: 1.3236e-05
+      median-upper-bound: 5.2944e-05
+      min-lower-bound: 1.3172e-05
+    HotCache:
+      max-upper-bound: 2.7168e-05
+      median-lower-bound: 6.552e-06
+      median-upper-bound: 2.6208e-05
+      min-lower-bound: 6.552e-06
+    Load/1:
+      max-upper-bound: 0.000190232
+      median-lower-bound: 3.0796e-05
+      median-upper-bound: 0.000123184
+      min-lower-bound: 3.0084e-05
+    Load/2:
+      max-upper-bound: 0.00064236
+      median-lower-bound: 0.00015924
+      median-upper-bound: 0.00063696
+      min-lower-bound: 0.000158816
+    Load/3:
+      max-upper-bound: 0.00110592
+      median-lower-bound: 0.0002725
+      median-upper-bound: 0.00109
+      min-lower-bound: 0.00027201
+    Load/4:
+      max-upper-bound: 0.00136536
+      median-lower-bound: 0.000340782
+      median-upper-bound: 0.001363128
+      min-lower-bound: 0.000336014
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-move
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.3416e-05
+      median-lower-bound: 2.2962e-05
+      median-upper-bound: 9.1848e-05
+      min-lower-bound: 2.2446e-05
+    FullCache:
+      max-upper-bound: 9.2504e-05
+      median-lower-bound: 7.334e-06
+      median-upper-bound: 2.9336e-05
+      min-lower-bound: 7.324e-06
+    HotCache:
+      max-upper-bound: 1.8912e-05
+      median-lower-bound: 4.606e-06
+      median-upper-bound: 1.8424e-05
+      min-lower-bound: 4.606e-06
+    Load/1:
+      max-upper-bound: 0.00015488
+      median-lower-bound: 2.5356e-05
+      median-upper-bound: 0.000101424
+      min-lower-bound: 2.423e-05
+    Load/2:
+      max-upper-bound: 0.000658456
+      median-lower-bound: 0.000159664
+      median-upper-bound: 0.000638656
+      min-lower-bound: 0.00015957
+    Load/3:
+      max-upper-bound: 0.00102956
+      median-lower-bound: 0.00025375
+      median-upper-bound: 0.001015
+      min-lower-bound: 0.000249198
+    Load/4:
+      max-upper-bound: 0.001216392
+      median-lower-bound: 0.000292572
+      median-upper-bound: 0.001170288
+      min-lower-bound: 0.00029127
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-nop
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.852e-05
+      median-lower-bound: 1.1518e-05
+      median-upper-bound: 4.6072e-05
+      min-lower-bound: 1.1026e-05
+    FullCache:
+      max-upper-bound: 3.2592e-05
+      median-lower-bound: 3.48e-06
+      median-upper-bound: 1.392e-05
+      min-lower-bound: 3.466e-06
+    HotCache:
+      max-upper-bound: 7.368e-06
+      median-lower-bound: 1.716e-06
+      median-upper-bound: 6.864e-06
+      min-lower-bound: 1.716e-06
+    Load/1:
+      max-upper-bound: 8.4336e-05
+      median-lower-bound: 1.246e-05
+      median-upper-bound: 4.984e-05
+      min-lower-bound: 1.1598e-05
+    Load/2:
+      max-upper-bound: 0.000268072
+      median-lower-bound: 6.4952e-05
+      median-upper-bound: 0.000259808
+      min-lower-bound: 6.4352e-05
+    Load/3:
+      max-upper-bound: 0.000415408
+      median-lower-bound: 0.000103482
+      median-upper-bound: 0.000413928
+      min-lower-bound: 9.996e-05
+    Load/4:
+      max-upper-bound: 0.000485824
+      median-lower-bound: 0.00011831
+      median-upper-bound: 0.00047324
+      min-lower-bound: 0.000117336
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.6896e-05
+      median-lower-bound: 2.2452e-05
+      median-upper-bound: 8.9808e-05
+      min-lower-bound: 2.2332e-05
+    FullCache:
+      max-upper-bound: 5.752e-05
+      median-lower-bound: 9.792e-06
+      median-upper-bound: 3.9168e-05
+      min-lower-bound: 9.768e-06
+    HotCache:
+      max-upper-bound: 1.9096e-05
+      median-lower-bound: 4.774e-06
+      median-upper-bound: 1.9096e-05
+      min-lower-bound: 4.774e-06
+    Load/1:
+      max-upper-bound: 0.000118752
+      median-lower-bound: 2.1774e-05
+      median-upper-bound: 8.7096e-05
+      min-lower-bound: 2.1704e-05
+    Load/2:
+      max-upper-bound: 0.000116392
+      median-lower-bound: 2.1798e-05
+      median-upper-bound: 8.7192e-05
+      min-lower-bound: 2.1674e-05
+    Load/3:
+      max-upper-bound: 0.000549704
+      median-lower-bound: 0.000118466
+      median-upper-bound: 0.000473864
+      min-lower-bound: 0.000118102
+    Load/4:
+      max-upper-bound: 0.00082376
+      median-lower-bound: 0.000177756
+      median-upper-bound: 0.000711024
+      min-lower-bound: 0.000176602
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.692e-05
+      median-lower-bound: 1.3832e-05
+      median-upper-bound: 5.5328e-05
+      min-lower-bound: 1.3136e-05
+    FullCache:
+      max-upper-bound: 3.7328e-05
+      median-lower-bound: 7.062e-06
+      median-upper-bound: 2.8248e-05
+      min-lower-bound: 6.846e-06
+    HotCache:
+      max-upper-bound: 1.4312e-05
+      median-lower-bound: 3.53e-06
+      median-upper-bound: 1.412e-05
+      min-lower-bound: 3.442e-06
+    Load/1:
+      max-upper-bound: 9.212e-05
+      median-lower-bound: 1.4698e-05
+      median-upper-bound: 5.8792e-05
+      min-lower-bound: 1.3556e-05
+    Load/2:
+      max-upper-bound: 0.000332176
+      median-lower-bound: 7.9596e-05
+      median-upper-bound: 0.000318384
+      min-lower-bound: 7.825e-05
+    Load/3:
+      max-upper-bound: 0.000491864
+      median-lower-bound: 0.00012155
+      median-upper-bound: 0.0004862
+      min-lower-bound: 0.00011898
+    Load/4:
+      max-upper-bound: 0.00058892
+      median-lower-bound: 0.0001444
+      median-upper-bound: 0.0005776
+      min-lower-bound: 0.000140016
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.7264e-05
+      median-lower-bound: 2.119e-05
+      median-upper-bound: 8.476e-05
+      min-lower-bound: 1.9954e-05
+    FullCache:
+      max-upper-bound: 0.000101616
+      median-lower-bound: 1.153e-05
+      median-upper-bound: 4.612e-05
+      min-lower-bound: 1.1272e-05
+    HotCache:
+      max-upper-bound: 2.404e-05
+      median-lower-bound: 5.986e-06
+      median-upper-bound: 2.3944e-05
+      min-lower-bound: 5.936e-06
+    Load/1:
+      max-upper-bound: 0.000114688
+      median-lower-bound: 1.9606e-05
+      median-upper-bound: 7.8424e-05
+      min-lower-bound: 1.8946e-05
+    Load/2:
+      max-upper-bound: 0.000541704
+      median-lower-bound: 0.000132084
+      median-upper-bound: 0.000528336
+      min-lower-bound: 0.000130782
+    Load/3:
+      max-upper-bound: 0.000845152
+      median-lower-bound: 0.000208334
+      median-upper-bound: 0.000833336
+      min-lower-bound: 0.000204658
+    Load/4:
+      max-upper-bound: 0.001045232
+      median-lower-bound: 0.000250862
+      median-upper-bound: 0.001003448
+      min-lower-bound: 0.000249272
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start-preempt
+non-functional-type: performance-runtime-limits
+rationale: null
+references: []
+requirement-type: non-functional
+text: ${.:text-template}
+type: requirement
diff --git a/spec/target/sparc/gr740/sis.yml b/spec/target/sparc/gr740/sis.yml
new file mode 100644
index 00000000..dab3f06c
--- /dev/null
+++ b/spec/target/sparc/gr740/sis.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: null
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - sparc/gr740
+  - target/simulator
+description: null
+links:
+- role: requirement-refinement
+  uid: ../gr740
+name: ${/glossary/sis:/term} configured to simulate the ${/glossary/gr740:/term}
+non-functional-type: design-target
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The ${.:/name} shall be a ${/glossary/target:/term}.
+type: requirement
diff --git a/spec/target/sparc/gr740/sis/perf-default.yml b/spec/target/sparc/gr740/sis/perf-default.yml
new file mode 100644
index 00000000..dc21986d
--- /dev/null
+++ b/spec/target/sparc/gr740/sis/perf-default.yml
@@ -0,0 +1,706 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - not: RTEMS_SMP
+  - target-hash/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=
+links:
+- role: requirement-refinement
+  uid: ../sis
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.36e-06
+      median-lower-bound: 1.57e-06
+      median-upper-bound: 6.28e-06
+      min-lower-bound: 1.57e-06
+    FullCache:
+      max-upper-bound: 5.96e-06
+      median-lower-bound: 1.48e-06
+      median-upper-bound: 5.92e-06
+      min-lower-bound: 1.48e-06
+    HotCache:
+      max-upper-bound: 5.88e-06
+      median-lower-bound: 1.47e-06
+      median-upper-bound: 5.88e-06
+      min-lower-bound: 1.47e-06
+    Load/1:
+      max-upper-bound: 1.596e-05
+      median-lower-bound: 3.99e-06
+      median-upper-bound: 1.596e-05
+      min-lower-bound: 3.98e-06
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.916e-05
+      median-lower-bound: 7.27e-06
+      median-upper-bound: 2.908e-05
+      min-lower-bound: 7.13e-06
+    FullCache:
+      max-upper-bound: 2.472e-05
+      median-lower-bound: 6.18e-06
+      median-upper-bound: 2.472e-05
+      min-lower-bound: 6.18e-06
+    HotCache:
+      max-upper-bound: 2.524e-05
+      median-lower-bound: 6.31e-06
+      median-upper-bound: 2.524e-05
+      min-lower-bound: 6.31e-06
+    Load/1:
+      max-upper-bound: 4.068e-05
+      median-lower-bound: 1.007e-05
+      median-upper-bound: 4.028e-05
+      min-lower-bound: 9.97e-06
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.324e-05
+      median-lower-bound: 1.319e-05
+      median-upper-bound: 5.276e-05
+      min-lower-bound: 1.311e-05
+    FullCache:
+      max-upper-bound: 5.056e-05
+      median-lower-bound: 1.26e-05
+      median-upper-bound: 5.04e-05
+      min-lower-bound: 1.26e-05
+    HotCache:
+      max-upper-bound: 5.012e-05
+      median-lower-bound: 1.253e-05
+      median-upper-bound: 5.012e-05
+      min-lower-bound: 1.253e-05
+    Load/1:
+      max-upper-bound: 6.052e-05
+      median-lower-bound: 1.509e-05
+      median-upper-bound: 6.036e-05
+      min-lower-bound: 1.509e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.264e-05
+      median-lower-bound: 1.566e-05
+      median-upper-bound: 6.264e-05
+      min-lower-bound: 1.548e-05
+    FullCache:
+      max-upper-bound: 6.224e-05
+      median-lower-bound: 1.556e-05
+      median-upper-bound: 6.224e-05
+      min-lower-bound: 1.544e-05
+    HotCache:
+      max-upper-bound: 6.248e-05
+      median-lower-bound: 1.562e-05
+      median-upper-bound: 6.248e-05
+      min-lower-bound: 1.562e-05
+    Load/1:
+      max-upper-bound: 6.264e-05
+      median-lower-bound: 1.566e-05
+      median-upper-bound: 6.264e-05
+      min-lower-bound: 1.548e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-isr-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 2.58e-05
+      median-lower-bound: 6.41e-06
+      median-upper-bound: 2.564e-05
+      min-lower-bound: 6.21e-06
+    FullCache:
+      max-upper-bound: 2.124e-05
+      median-lower-bound: 5.31e-06
+      median-upper-bound: 2.124e-05
+      min-lower-bound: 5.31e-06
+    HotCache:
+      max-upper-bound: 2.112e-05
+      median-lower-bound: 5.28e-06
+      median-upper-bound: 2.112e-05
+      min-lower-bound: 5.28e-06
+    Load/1:
+      max-upper-bound: 3.74e-05
+      median-lower-bound: 9.31e-06
+      median-upper-bound: 3.724e-05
+      min-lower-bound: 9.23e-06
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.56e-06
+      median-lower-bound: 1.56e-06
+      median-upper-bound: 6.24e-06
+      min-lower-bound: 1.56e-06
+    FullCache:
+      max-upper-bound: 6.08e-06
+      median-lower-bound: 1.52e-06
+      median-upper-bound: 6.08e-06
+      min-lower-bound: 1.49e-06
+    HotCache:
+      max-upper-bound: 6.12e-06
+      median-lower-bound: 1.53e-06
+      median-upper-bound: 6.12e-06
+      min-lower-bound: 1.53e-06
+    Load/1:
+      max-upper-bound: 1.424e-05
+      median-lower-bound: 3.52e-06
+      median-upper-bound: 1.408e-05
+      min-lower-bound: 3.49e-06
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-not-satisfied
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.852e-05
+      median-lower-bound: 1.209e-05
+      median-upper-bound: 4.836e-05
+      min-lower-bound: 1.181e-05
+    FullCache:
+      max-upper-bound: 4.616e-05
+      median-lower-bound: 1.146e-05
+      median-upper-bound: 4.584e-05
+      min-lower-bound: 1.138e-05
+    HotCache:
+      max-upper-bound: 4.572e-05
+      median-lower-bound: 1.143e-05
+      median-upper-bound: 4.572e-05
+      min-lower-bound: 1.135e-05
+    Load/1:
+      max-upper-bound: 5.58e-05
+      median-lower-bound: 1.395e-05
+      median-upper-bound: 5.58e-05
+      min-lower-bound: 1.395e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.52e-06
+      median-lower-bound: 1.37e-06
+      median-upper-bound: 5.48e-06
+      min-lower-bound: 1.37e-06
+    FullCache:
+      max-upper-bound: 5.44e-06
+      median-lower-bound: 1.34e-06
+      median-upper-bound: 5.36e-06
+      min-lower-bound: 1.3e-06
+    HotCache:
+      max-upper-bound: 5.4e-06
+      median-lower-bound: 1.35e-06
+      median-upper-bound: 5.4e-06
+      min-lower-bound: 1.35e-06
+    Load/1:
+      max-upper-bound: 1.324e-05
+      median-lower-bound: 3.31e-06
+      median-upper-bound: 1.324e-05
+      min-lower-bound: 3.22e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.272e-05
+      median-lower-bound: 1.314e-05
+      median-upper-bound: 5.256e-05
+      min-lower-bound: 1.3e-05
+    FullCache:
+      max-upper-bound: 5.036e-05
+      median-lower-bound: 1.259e-05
+      median-upper-bound: 5.036e-05
+      min-lower-bound: 1.255e-05
+    HotCache:
+      max-upper-bound: 5.032e-05
+      median-lower-bound: 1.258e-05
+      median-upper-bound: 5.032e-05
+      min-lower-bound: 1.258e-05
+    Load/1:
+      max-upper-bound: 6.028e-05
+      median-lower-bound: 1.503e-05
+      median-upper-bound: 6.012e-05
+      min-lower-bound: 1.491e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.676e-05
+      median-lower-bound: 1.411e-05
+      median-upper-bound: 5.644e-05
+      min-lower-bound: 1.401e-05
+    FullCache:
+      max-upper-bound: 5.416e-05
+      median-lower-bound: 1.354e-05
+      median-upper-bound: 5.416e-05
+      min-lower-bound: 1.354e-05
+    HotCache:
+      max-upper-bound: 5.436e-05
+      median-lower-bound: 1.359e-05
+      median-upper-bound: 5.436e-05
+      min-lower-bound: 1.359e-05
+    Load/1:
+      max-upper-bound: 6.456e-05
+      median-lower-bound: 1.61e-05
+      median-upper-bound: 6.44e-05
+      min-lower-bound: 1.598e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.1e-05
+      median-lower-bound: 2.75e-06
+      median-upper-bound: 1.1e-05
+      min-lower-bound: 2.71e-06
+    FullCache:
+      max-upper-bound: 1.076e-05
+      median-lower-bound: 2.65e-06
+      median-upper-bound: 1.06e-05
+      min-lower-bound: 2.61e-06
+    HotCache:
+      max-upper-bound: 1.056e-05
+      median-lower-bound: 2.64e-06
+      median-upper-bound: 1.056e-05
+      min-lower-bound: 2.64e-06
+    Load/1:
+      max-upper-bound: 2.292e-05
+      median-lower-bound: 5.67e-06
+      median-upper-bound: 2.268e-05
+      min-lower-bound: 5.63e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.492e-05
+      median-lower-bound: 8.67e-06
+      median-upper-bound: 3.468e-05
+      min-lower-bound: 8.47e-06
+    FullCache:
+      max-upper-bound: 3.056e-05
+      median-lower-bound: 7.64e-06
+      median-upper-bound: 3.056e-05
+      min-lower-bound: 7.64e-06
+    HotCache:
+      max-upper-bound: 3.012e-05
+      median-lower-bound: 7.53e-06
+      median-upper-bound: 3.012e-05
+      min-lower-bound: 7.53e-06
+    Load/1:
+      max-upper-bound: 4.684e-05
+      median-lower-bound: 1.155e-05
+      median-upper-bound: 4.62e-05
+      min-lower-bound: 1.153e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.42e-05
+      median-lower-bound: 1.345e-05
+      median-upper-bound: 5.38e-05
+      min-lower-bound: 1.333e-05
+    FullCache:
+      max-upper-bound: 5.192e-05
+      median-lower-bound: 1.298e-05
+      median-upper-bound: 5.192e-05
+      min-lower-bound: 1.294e-05
+    HotCache:
+      max-upper-bound: 5.172e-05
+      median-lower-bound: 1.293e-05
+      median-upper-bound: 5.172e-05
+      min-lower-bound: 1.293e-05
+    Load/1:
+      max-upper-bound: 6.2e-05
+      median-lower-bound: 1.538e-05
+      median-upper-bound: 6.152e-05
+      min-lower-bound: 1.534e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.08e-06
+      median-lower-bound: 1.27e-06
+      median-upper-bound: 5.08e-06
+      min-lower-bound: 1.26e-06
+    FullCache:
+      max-upper-bound: 5.0e-06
+      median-lower-bound: 1.23e-06
+      median-upper-bound: 4.92e-06
+      min-lower-bound: 1.18e-06
+    HotCache:
+      max-upper-bound: 4.88e-06
+      median-lower-bound: 1.22e-06
+      median-upper-bound: 4.88e-06
+      min-lower-bound: 1.22e-06
+    Load/1:
+      max-upper-bound: 1.104e-05
+      median-lower-bound: 2.76e-06
+      median-upper-bound: 1.104e-05
+      min-lower-bound: 2.6e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.2e-06
+      median-lower-bound: 1.05e-06
+      median-upper-bound: 4.2e-06
+      min-lower-bound: 1.05e-06
+    FullCache:
+      max-upper-bound: 4.12e-06
+      median-lower-bound: 1.02e-06
+      median-upper-bound: 4.08e-06
+      min-lower-bound: 9.8e-07
+    HotCache:
+      max-upper-bound: 4.28e-06
+      median-lower-bound: 1.03e-06
+      median-upper-bound: 4.12e-06
+      min-lower-bound: 1.03e-06
+    Load/1:
+      max-upper-bound: 1.02e-05
+      median-lower-bound: 2.54e-06
+      median-upper-bound: 1.016e-05
+      min-lower-bound: 2.51e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-no-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.32e-06
+      median-lower-bound: 1.83e-06
+      median-upper-bound: 7.32e-06
+      min-lower-bound: 1.77e-06
+    FullCache:
+      max-upper-bound: 6.76e-06
+      median-lower-bound: 1.69e-06
+      median-upper-bound: 6.76e-06
+      min-lower-bound: 1.69e-06
+    HotCache:
+      max-upper-bound: 6.96e-06
+      median-lower-bound: 1.74e-06
+      median-upper-bound: 6.96e-06
+      min-lower-bound: 1.74e-06
+    Load/1:
+      max-upper-bound: 1.36e-05
+      median-lower-bound: 3.34e-06
+      median-upper-bound: 1.336e-05
+      min-lower-bound: 3.22e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-return-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.52e-06
+      median-lower-bound: 1.34e-06
+      median-upper-bound: 5.36e-06
+      min-lower-bound: 1.34e-06
+    FullCache:
+      max-upper-bound: 5.28e-06
+      median-lower-bound: 1.28e-06
+      median-upper-bound: 5.12e-06
+      min-lower-bound: 1.22e-06
+    HotCache:
+      max-upper-bound: 5.08e-06
+      median-lower-bound: 1.27e-06
+      median-upper-bound: 5.08e-06
+      min-lower-bound: 1.23e-06
+    Load/1:
+      max-upper-bound: 1.14e-05
+      median-lower-bound: 2.85e-06
+      median-upper-bound: 1.14e-05
+      min-lower-bound: 2.79e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-obtain
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.48e-06
+      median-lower-bound: 1.37e-06
+      median-upper-bound: 5.48e-06
+      min-lower-bound: 1.37e-06
+    FullCache:
+      max-upper-bound: 5.16e-06
+      median-lower-bound: 1.27e-06
+      median-upper-bound: 5.08e-06
+      min-lower-bound: 1.23e-06
+    HotCache:
+      max-upper-bound: 5.04e-06
+      median-lower-bound: 1.26e-06
+      median-upper-bound: 5.04e-06
+      min-lower-bound: 1.26e-06
+    Load/1:
+      max-upper-bound: 1.088e-05
+      median-lower-bound: 2.72e-06
+      median-upper-bound: 1.088e-05
+      min-lower-bound: 2.72e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.236e-05
+      median-lower-bound: 8.01e-06
+      median-upper-bound: 3.204e-05
+      min-lower-bound: 8.01e-06
+    FullCache:
+      max-upper-bound: 2.78e-05
+      median-lower-bound: 6.95e-06
+      median-upper-bound: 2.78e-05
+      min-lower-bound: 6.95e-06
+    HotCache:
+      max-upper-bound: 2.8e-05
+      median-lower-bound: 7.0e-06
+      median-upper-bound: 2.8e-05
+      min-lower-bound: 7.0e-06
+    Load/1:
+      max-upper-bound: 4.38e-05
+      median-lower-bound: 1.091e-05
+      median-upper-bound: 4.364e-05
+      min-lower-bound: 1.079e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-one
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.764e-05
+      median-lower-bound: 1.689e-05
+      median-upper-bound: 6.756e-05
+      min-lower-bound: 1.677e-05
+    FullCache:
+      max-upper-bound: 6.584e-05
+      median-lower-bound: 1.646e-05
+      median-upper-bound: 6.584e-05
+      min-lower-bound: 1.646e-05
+    HotCache:
+      max-upper-bound: 6.58e-05
+      median-lower-bound: 1.645e-05
+      median-upper-bound: 6.58e-05
+      min-lower-bound: 1.645e-05
+    Load/1:
+      max-upper-bound: 7.568e-05
+      median-lower-bound: 1.892e-05
+      median-upper-bound: 7.568e-05
+      min-lower-bound: 1.872e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.04e-06
+      median-lower-bound: 1.46e-06
+      median-upper-bound: 5.84e-06
+      min-lower-bound: 1.46e-06
+    FullCache:
+      max-upper-bound: 5.8e-06
+      median-lower-bound: 1.41e-06
+      median-upper-bound: 5.64e-06
+      min-lower-bound: 1.37e-06
+    HotCache:
+      max-upper-bound: 5.76e-06
+      median-lower-bound: 1.44e-06
+      median-upper-bound: 5.76e-06
+      min-lower-bound: 1.44e-06
+    Load/1:
+      max-upper-bound: 1.4e-05
+      median-lower-bound: 3.45e-06
+      median-upper-bound: 1.38e-05
+      min-lower-bound: 3.34e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.396e-05
+      median-lower-bound: 1.849e-05
+      median-upper-bound: 7.396e-05
+      min-lower-bound: 1.849e-05
+    FullCache:
+      max-upper-bound: 7.192e-05
+      median-lower-bound: 1.798e-05
+      median-upper-bound: 7.192e-05
+      min-lower-bound: 1.764e-05
+    HotCache:
+      max-upper-bound: 7.108e-05
+      median-lower-bound: 1.777e-05
+      median-upper-bound: 7.108e-05
+      min-lower-bound: 1.773e-05
+    Load/1:
+      max-upper-bound: 8.192e-05
+      median-lower-bound: 2.048e-05
+      median-upper-bound: 8.192e-05
+      min-lower-bound: 2.048e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.68e-05
+      median-lower-bound: 1.92e-05
+      median-upper-bound: 7.68e-05
+      min-lower-bound: 1.92e-05
+    FullCache:
+      max-upper-bound: 7.58e-05
+      median-lower-bound: 1.883e-05
+      median-upper-bound: 7.532e-05
+      min-lower-bound: 1.869e-05
+    HotCache:
+      max-upper-bound: 7.616e-05
+      median-lower-bound: 1.904e-05
+      median-upper-bound: 7.616e-05
+      min-lower-bound: 1.888e-05
+    Load/1:
+      max-upper-bound: 8.524e-05
+      median-lower-bound: 2.131e-05
+      median-upper-bound: 8.524e-05
+      min-lower-bound: 2.111e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.816e-05
+      median-lower-bound: 1.954e-05
+      median-upper-bound: 7.816e-05
+      min-lower-bound: 1.916e-05
+    FullCache:
+      max-upper-bound: 7.784e-05
+      median-lower-bound: 1.946e-05
+      median-upper-bound: 7.784e-05
+      min-lower-bound: 1.941e-05
+    HotCache:
+      max-upper-bound: 7.716e-05
+      median-lower-bound: 1.929e-05
+      median-upper-bound: 7.716e-05
+      min-lower-bound: 1.929e-05
+    Load/1:
+      max-upper-bound: 8.984e-05
+      median-lower-bound: 2.24e-05
+      median-upper-bound: 8.96e-05
+      min-lower-bound: 2.208e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-construct
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.184e-05
+      median-lower-bound: 1.291e-05
+      median-upper-bound: 5.164e-05
+      min-lower-bound: 1.291e-05
+    FullCache:
+      max-upper-bound: 4.86e-05
+      median-lower-bound: 1.198e-05
+      median-upper-bound: 4.792e-05
+      min-lower-bound: 1.19e-05
+    HotCache:
+      max-upper-bound: 4.788e-05
+      median-lower-bound: 1.197e-05
+      median-upper-bound: 4.788e-05
+      min-lower-bound: 1.189e-05
+    Load/1:
+      max-upper-bound: 6.372e-05
+      median-lower-bound: 1.565e-05
+      median-upper-bound: 6.26e-05
+      min-lower-bound: 1.518e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00010084
+      median-lower-bound: 2.519e-05
+      median-upper-bound: 0.00010076
+      min-lower-bound: 2.519e-05
+    FullCache:
+      max-upper-bound: 9.92e-05
+      median-lower-bound: 2.464e-05
+      median-upper-bound: 9.856e-05
+      min-lower-bound: 2.448e-05
+    HotCache:
+      max-upper-bound: 9.812e-05
+      median-lower-bound: 2.453e-05
+      median-upper-bound: 9.812e-05
+      min-lower-bound: 2.449e-05
+    Load/1:
+      max-upper-bound: 0.00010836
+      median-lower-bound: 2.709e-05
+      median-upper-bound: 0.00010836
+      min-lower-bound: 2.705e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.784e-05
+      median-lower-bound: 2.434e-05
+      median-upper-bound: 9.736e-05
+      min-lower-bound: 2.408e-05
+    FullCache:
+      max-upper-bound: 9.736e-05
+      median-lower-bound: 2.434e-05
+      median-upper-bound: 9.736e-05
+      min-lower-bound: 2.434e-05
+    HotCache:
+      max-upper-bound: 9.736e-05
+      median-lower-bound: 2.434e-05
+      median-upper-bound: 9.736e-05
+      min-lower-bound: 2.434e-05
+    Load/1:
+      max-upper-bound: 9.784e-05
+      median-lower-bound: 2.434e-05
+      median-upper-bound: 9.736e-05
+      min-lower-bound: 2.408e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-self
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.976e-05
+      median-lower-bound: 4.9e-06
+      median-upper-bound: 1.96e-05
+      min-lower-bound: 4.82e-06
+    FullCache:
+      max-upper-bound: 1.924e-05
+      median-lower-bound: 4.81e-06
+      median-upper-bound: 1.924e-05
+      min-lower-bound: 4.79e-06
+    HotCache:
+      max-upper-bound: 1.952e-05
+      median-lower-bound: 4.88e-06
+      median-upper-bound: 1.952e-05
+      min-lower-bound: 4.88e-06
+    Load/1:
+      max-upper-bound: 2.948e-05
+      median-lower-bound: 7.33e-06
+      median-upper-bound: 2.932e-05
+      min-lower-bound: 7.19e-06
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-nop
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.324e-05
+      median-lower-bound: 8.31e-06
+      median-upper-bound: 3.324e-05
+      min-lower-bound: 8.23e-06
+    FullCache:
+      max-upper-bound: 2.912e-05
+      median-lower-bound: 7.26e-06
+      median-upper-bound: 2.904e-05
+      min-lower-bound: 7.2e-06
+    HotCache:
+      max-upper-bound: 2.9e-05
+      median-lower-bound: 7.25e-06
+      median-upper-bound: 2.9e-05
+      min-lower-bound: 7.21e-06
+    Load/1:
+      max-upper-bound: 4.508e-05
+      median-lower-bound: 1.127e-05
+      median-upper-bound: 4.508e-05
+      min-lower-bound: 1.127e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.244e-05
+      median-lower-bound: 1.561e-05
+      median-upper-bound: 6.244e-05
+      min-lower-bound: 1.557e-05
+    FullCache:
+      max-upper-bound: 6.072e-05
+      median-lower-bound: 1.518e-05
+      median-upper-bound: 6.072e-05
+      min-lower-bound: 1.51e-05
+    HotCache:
+      max-upper-bound: 6.084e-05
+      median-lower-bound: 1.521e-05
+      median-upper-bound: 6.084e-05
+      min-lower-bound: 1.513e-05
+    Load/1:
+      max-upper-bound: 7.072e-05
+      median-lower-bound: 1.768e-05
+      median-upper-bound: 7.072e-05
+      min-lower-bound: 1.768e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start-preempt
+non-functional-type: performance-runtime-limits
+rationale: null
+references: []
+requirement-type: non-functional
+text: ${.:text-template}
+type: requirement
diff --git a/spec/target/sparc/gr740/sis/perf-smp.yml b/spec/target/sparc/gr740/sis/perf-smp.yml
new file mode 100644
index 00000000..41e421f8
--- /dev/null
+++ b/spec/target/sparc/gr740/sis/perf-smp.yml
@@ -0,0 +1,1422 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by:
+  and:
+  - RTEMS_SMP
+  - target-hash/_xQeTNJwSla2bVbhWPVcI0emLk2bE_GVQfvzt9CN84k=
+links:
+- role: requirement-refinement
+  uid: ../sis
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.56e-06
+      median-lower-bound: 1.89e-06
+      median-upper-bound: 7.56e-06
+      min-lower-bound: 1.85e-06
+    FullCache:
+      max-upper-bound: 7.08e-06
+      median-lower-bound: 1.77e-06
+      median-upper-bound: 7.08e-06
+      min-lower-bound: 1.74e-06
+    HotCache:
+      max-upper-bound: 7.2e-06
+      median-lower-bound: 1.8e-06
+      median-upper-bound: 7.2e-06
+      min-lower-bound: 1.8e-06
+    Load/1:
+      max-upper-bound: 1.72e-05
+      median-lower-bound: 4.28e-06
+      median-upper-bound: 1.712e-05
+      min-lower-bound: 4.18e-06
+    Load/2:
+      max-upper-bound: 1.72e-05
+      median-lower-bound: 4.28e-06
+      median-upper-bound: 1.712e-05
+      min-lower-bound: 4.18e-06
+    Load/3:
+      max-upper-bound: 1.72e-05
+      median-lower-bound: 4.28e-06
+      median-upper-bound: 1.712e-05
+      min-lower-bound: 4.18e-06
+    Load/4:
+      max-upper-bound: 1.72e-05
+      median-lower-bound: 4.28e-06
+      median-upper-bound: 1.712e-05
+      min-lower-bound: 4.18e-06
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.752e-05
+      median-lower-bound: 2.147e-05
+      median-upper-bound: 8.588e-05
+      min-lower-bound: 2.133e-05
+    FullCache:
+      max-upper-bound: 8.468e-05
+      median-lower-bound: 2.108e-05
+      median-upper-bound: 8.432e-05
+      min-lower-bound: 2.097e-05
+    HotCache:
+      max-upper-bound: 8.604e-05
+      median-lower-bound: 2.1e-05
+      median-upper-bound: 8.4e-05
+      min-lower-bound: 2.091e-05
+    Load/1:
+      max-upper-bound: 9.58e-05
+      median-lower-bound: 2.376e-05
+      median-upper-bound: 9.504e-05
+      min-lower-bound: 2.342e-05
+    Load/2:
+      max-upper-bound: 9.568e-05
+      median-lower-bound: 2.343e-05
+      median-upper-bound: 9.372e-05
+      min-lower-bound: 2.323e-05
+    Load/3:
+      max-upper-bound: 9.568e-05
+      median-lower-bound: 2.345e-05
+      median-upper-bound: 9.38e-05
+      min-lower-bound: 2.323e-05
+    Load/4:
+      max-upper-bound: 9.488e-05
+      median-lower-bound: 2.35e-05
+      median-upper-bound: 9.4e-05
+      min-lower-bound: 2.319e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-auto-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.24e-05
+      median-lower-bound: 1.31e-05
+      median-upper-bound: 5.24e-05
+      min-lower-bound: 1.31e-05
+    FullCache:
+      max-upper-bound: 4.844e-05
+      median-lower-bound: 1.205e-05
+      median-upper-bound: 4.82e-05
+      min-lower-bound: 1.201e-05
+    HotCache:
+      max-upper-bound: 4.824e-05
+      median-lower-bound: 1.206e-05
+      median-upper-bound: 4.824e-05
+      min-lower-bound: 1.198e-05
+    Load/1:
+      max-upper-bound: 6.376e-05
+      median-lower-bound: 1.594e-05
+      median-upper-bound: 6.376e-05
+      min-lower-bound: 1.578e-05
+    Load/2:
+      max-upper-bound: 6.376e-05
+      median-lower-bound: 1.594e-05
+      median-upper-bound: 6.376e-05
+      min-lower-bound: 1.578e-05
+    Load/3:
+      max-upper-bound: 6.384e-05
+      median-lower-bound: 1.596e-05
+      median-upper-bound: 6.384e-05
+      min-lower-bound: 1.592e-05
+    Load/4:
+      max-upper-bound: 6.384e-05
+      median-lower-bound: 1.596e-05
+      median-upper-bound: 6.384e-05
+      min-lower-bound: 1.592e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.1e-05
+      median-lower-bound: 2.011e-05
+      median-upper-bound: 8.044e-05
+      min-lower-bound: 2.001e-05
+    FullCache:
+      max-upper-bound: 7.836e-05
+      median-lower-bound: 1.957e-05
+      median-upper-bound: 7.828e-05
+      min-lower-bound: 1.957e-05
+    HotCache:
+      max-upper-bound: 7.88e-05
+      median-lower-bound: 1.97e-05
+      median-upper-bound: 7.88e-05
+      min-lower-bound: 1.97e-05
+    Load/1:
+      max-upper-bound: 8.896e-05
+      median-lower-bound: 2.224e-05
+      median-upper-bound: 8.896e-05
+      min-lower-bound: 2.196e-05
+    Load/2:
+      max-upper-bound: 8.896e-05
+      median-lower-bound: 2.224e-05
+      median-upper-bound: 8.896e-05
+      min-lower-bound: 2.196e-05
+    Load/3:
+      max-upper-bound: 8.896e-05
+      median-lower-bound: 2.224e-05
+      median-upper-bound: 8.896e-05
+      min-lower-bound: 2.196e-05
+    Load/4:
+      max-upper-bound: 8.896e-05
+      median-lower-bound: 2.224e-05
+      median-upper-bound: 8.896e-05
+      min-lower-bound: 2.196e-05
+  role: performance-runtime-limits
+  uid: /rtems/barrier/req/perf-release-manual-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.896e-05
+      median-lower-bound: 2.474e-05
+      median-upper-bound: 9.896e-05
+      min-lower-bound: 2.452e-05
+    FullCache:
+      max-upper-bound: 9.904e-05
+      median-lower-bound: 2.476e-05
+      median-upper-bound: 9.904e-05
+      min-lower-bound: 2.472e-05
+    HotCache:
+      max-upper-bound: 9.904e-05
+      median-lower-bound: 2.476e-05
+      median-upper-bound: 9.904e-05
+      min-lower-bound: 2.476e-05
+    Load/1:
+      max-upper-bound: 9.92e-05
+      median-lower-bound: 2.48e-05
+      median-upper-bound: 9.92e-05
+      min-lower-bound: 2.454e-05
+    Load/2:
+      max-upper-bound: 9.92e-05
+      median-lower-bound: 2.48e-05
+      median-upper-bound: 9.92e-05
+      min-lower-bound: 2.454e-05
+    Load/3:
+      max-upper-bound: 9.92e-05
+      median-lower-bound: 2.48e-05
+      median-upper-bound: 9.92e-05
+      min-lower-bound: 2.454e-05
+    Load/4:
+      max-upper-bound: 9.92e-05
+      median-lower-bound: 2.48e-05
+      median-upper-bound: 9.92e-05
+      min-lower-bound: 2.454e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-isr-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.46e-05
+      median-lower-bound: 1.109e-05
+      median-upper-bound: 4.436e-05
+      min-lower-bound: 1.101e-05
+    FullCache:
+      max-upper-bound: 4.052e-05
+      median-lower-bound: 1.013e-05
+      median-upper-bound: 4.052e-05
+      min-lower-bound: 1.013e-05
+    HotCache:
+      max-upper-bound: 4.056e-05
+      median-lower-bound: 1.014e-05
+      median-upper-bound: 4.056e-05
+      min-lower-bound: 1.014e-05
+    Load/1:
+      max-upper-bound: 5.612e-05
+      median-lower-bound: 1.399e-05
+      median-upper-bound: 5.596e-05
+      min-lower-bound: 1.381e-05
+    Load/2:
+      max-upper-bound: 5.612e-05
+      median-lower-bound: 1.399e-05
+      median-upper-bound: 5.596e-05
+      min-lower-bound: 1.381e-05
+    Load/3:
+      max-upper-bound: 5.612e-05
+      median-lower-bound: 1.399e-05
+      median-upper-bound: 5.596e-05
+      min-lower-bound: 1.381e-05
+    Load/4:
+      max-upper-bound: 5.612e-05
+      median-lower-bound: 1.399e-05
+      median-upper-bound: 5.596e-05
+      min-lower-bound: 1.381e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.792e-05
+      median-lower-bound: 1.927e-05
+      median-upper-bound: 7.708e-05
+      min-lower-bound: 1.912e-05
+    FullCache:
+      max-upper-bound: 7.66e-05
+      median-lower-bound: 1.902e-05
+      median-upper-bound: 7.608e-05
+      min-lower-bound: 1.844e-05
+    HotCache:
+      max-upper-bound: 7.544e-05
+      median-lower-bound: 1.886e-05
+      median-upper-bound: 7.544e-05
+      min-lower-bound: 1.881e-05
+    Load/1:
+      max-upper-bound: 8.528e-05
+      median-lower-bound: 2.127e-05
+      median-upper-bound: 8.508e-05
+      min-lower-bound: 2.092e-05
+    Load/2:
+      max-upper-bound: 8.616e-05
+      median-lower-bound: 2.136e-05
+      median-upper-bound: 8.544e-05
+      min-lower-bound: 2.073e-05
+    Load/3:
+      max-upper-bound: 8.548e-05
+      median-lower-bound: 2.132e-05
+      median-upper-bound: 8.528e-05
+      min-lower-bound: 2.089e-05
+    Load/4:
+      max-upper-bound: 8.592e-05
+      median-lower-bound: 2.1e-05
+      median-upper-bound: 8.4e-05
+      min-lower-bound: 2.081e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.76e-06
+      median-lower-bound: 1.9e-06
+      median-upper-bound: 7.6e-06
+      min-lower-bound: 1.86e-06
+    FullCache:
+      max-upper-bound: 7.52e-06
+      median-lower-bound: 1.88e-06
+      median-upper-bound: 7.52e-06
+      min-lower-bound: 1.83e-06
+    HotCache:
+      max-upper-bound: 7.48e-06
+      median-lower-bound: 1.87e-06
+      median-upper-bound: 7.48e-06
+      min-lower-bound: 1.87e-06
+    Load/1:
+      max-upper-bound: 1.544e-05
+      median-lower-bound: 3.86e-06
+      median-upper-bound: 1.544e-05
+      min-lower-bound: 3.8e-06
+    Load/2:
+      max-upper-bound: 1.544e-05
+      median-lower-bound: 3.86e-06
+      median-upper-bound: 1.544e-05
+      min-lower-bound: 3.8e-06
+    Load/3:
+      max-upper-bound: 1.544e-05
+      median-lower-bound: 3.86e-06
+      median-upper-bound: 1.544e-05
+      min-lower-bound: 3.8e-06
+    Load/4:
+      max-upper-bound: 1.544e-05
+      median-lower-bound: 3.86e-06
+      median-upper-bound: 1.544e-05
+      min-lower-bound: 3.8e-06
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-not-satisfied
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.344e-05
+      median-lower-bound: 1.836e-05
+      median-upper-bound: 7.344e-05
+      min-lower-bound: 1.836e-05
+    FullCache:
+      max-upper-bound: 7.2e-05
+      median-lower-bound: 1.792e-05
+      median-upper-bound: 7.168e-05
+      min-lower-bound: 1.784e-05
+    HotCache:
+      max-upper-bound: 7.156e-05
+      median-lower-bound: 1.789e-05
+      median-upper-bound: 7.156e-05
+      min-lower-bound: 1.781e-05
+    Load/1:
+      max-upper-bound: 8.188e-05
+      median-lower-bound: 2.047e-05
+      median-upper-bound: 8.188e-05
+      min-lower-bound: 2.043e-05
+    Load/2:
+      max-upper-bound: 8.124e-05
+      median-lower-bound: 2.031e-05
+      median-upper-bound: 8.124e-05
+      min-lower-bound: 2.027e-05
+    Load/3:
+      max-upper-bound: 8.188e-05
+      median-lower-bound: 2.047e-05
+      median-upper-bound: 8.188e-05
+      min-lower-bound: 2.043e-05
+    Load/4:
+      max-upper-bound: 8.124e-05
+      median-lower-bound: 2.031e-05
+      median-upper-bound: 8.124e-05
+      min-lower-bound: 2.027e-05
+  role: performance-runtime-limits
+  uid: /rtems/event/req/perf-other-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.44e-06
+      median-lower-bound: 1.86e-06
+      median-upper-bound: 7.44e-06
+      min-lower-bound: 1.86e-06
+    FullCache:
+      max-upper-bound: 7.16e-06
+      median-lower-bound: 1.74e-06
+      median-upper-bound: 6.96e-06
+      min-lower-bound: 1.74e-06
+    HotCache:
+      max-upper-bound: 6.92e-06
+      median-lower-bound: 1.73e-06
+      median-upper-bound: 6.92e-06
+      min-lower-bound: 1.73e-06
+    Load/1:
+      max-upper-bound: 1.48e-05
+      median-lower-bound: 3.7e-06
+      median-upper-bound: 1.48e-05
+      min-lower-bound: 3.66e-06
+    Load/2:
+      max-upper-bound: 1.496e-05
+      median-lower-bound: 3.74e-06
+      median-upper-bound: 1.496e-05
+      min-lower-bound: 3.74e-06
+    Load/3:
+      max-upper-bound: 1.48e-05
+      median-lower-bound: 3.7e-06
+      median-upper-bound: 1.48e-05
+      min-lower-bound: 3.66e-06
+    Load/4:
+      max-upper-bound: 1.48e-05
+      median-lower-bound: 3.7e-06
+      median-upper-bound: 1.48e-05
+      min-lower-bound: 3.66e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.176e-05
+      median-lower-bound: 1.784e-05
+      median-upper-bound: 7.136e-05
+      min-lower-bound: 1.776e-05
+    FullCache:
+      max-upper-bound: 6.868e-05
+      median-lower-bound: 1.717e-05
+      median-upper-bound: 6.868e-05
+      min-lower-bound: 1.717e-05
+    HotCache:
+      max-upper-bound: 6.888e-05
+      median-lower-bound: 1.722e-05
+      median-upper-bound: 6.888e-05
+      min-lower-bound: 1.722e-05
+    Load/1:
+      max-upper-bound: 8.356e-05
+      median-lower-bound: 2.077e-05
+      median-upper-bound: 8.308e-05
+      min-lower-bound: 2.069e-05
+    Load/2:
+      max-upper-bound: 8.356e-05
+      median-lower-bound: 2.077e-05
+      median-upper-bound: 8.308e-05
+      min-lower-bound: 2.069e-05
+    Load/3:
+      max-upper-bound: 8.356e-05
+      median-lower-bound: 2.077e-05
+      median-upper-bound: 8.308e-05
+      min-lower-bound: 2.069e-05
+    Load/4:
+      max-upper-bound: 8.356e-05
+      median-lower-bound: 2.077e-05
+      median-upper-bound: 8.308e-05
+      min-lower-bound: 2.069e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.736e-05
+      median-lower-bound: 1.934e-05
+      median-upper-bound: 7.736e-05
+      min-lower-bound: 1.934e-05
+    FullCache:
+      max-upper-bound: 7.604e-05
+      median-lower-bound: 1.891e-05
+      median-upper-bound: 7.564e-05
+      min-lower-bound: 1.889e-05
+    HotCache:
+      max-upper-bound: 7.624e-05
+      median-lower-bound: 1.906e-05
+      median-upper-bound: 7.624e-05
+      min-lower-bound: 1.902e-05
+    Load/1:
+      max-upper-bound: 9.02e-05
+      median-lower-bound: 2.255e-05
+      median-upper-bound: 9.02e-05
+      min-lower-bound: 2.243e-05
+    Load/2:
+      max-upper-bound: 9.004e-05
+      median-lower-bound: 2.251e-05
+      median-upper-bound: 9.004e-05
+      min-lower-bound: 2.223e-05
+    Load/3:
+      max-upper-bound: 9.02e-05
+      median-lower-bound: 2.255e-05
+      median-upper-bound: 9.02e-05
+      min-lower-bound: 2.243e-05
+    Load/4:
+      max-upper-bound: 9.02e-05
+      median-lower-bound: 2.255e-05
+      median-upper-bound: 9.02e-05
+      min-lower-bound: 2.243e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-receive-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 1.276e-05
+      median-lower-bound: 3.19e-06
+      median-upper-bound: 1.276e-05
+      min-lower-bound: 3.19e-06
+    FullCache:
+      max-upper-bound: 1.268e-05
+      median-lower-bound: 3.11e-06
+      median-upper-bound: 1.244e-05
+      min-lower-bound: 3.1e-06
+    HotCache:
+      max-upper-bound: 1.264e-05
+      median-lower-bound: 3.16e-06
+      median-upper-bound: 1.264e-05
+      min-lower-bound: 3.12e-06
+    Load/1:
+      max-upper-bound: 2.436e-05
+      median-lower-bound: 6.09e-06
+      median-upper-bound: 2.436e-05
+      min-lower-bound: 5.97e-06
+    Load/2:
+      max-upper-bound: 2.436e-05
+      median-lower-bound: 6.09e-06
+      median-upper-bound: 2.436e-05
+      min-lower-bound: 6.01e-06
+    Load/3:
+      max-upper-bound: 2.436e-05
+      median-lower-bound: 6.09e-06
+      median-upper-bound: 2.436e-05
+      min-lower-bound: 5.97e-06
+    Load/4:
+      max-upper-bound: 2.436e-05
+      median-lower-bound: 6.09e-06
+      median-upper-bound: 2.436e-05
+      min-lower-bound: 5.97e-06
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.588e-05
+      median-lower-bound: 1.397e-05
+      median-upper-bound: 5.588e-05
+      min-lower-bound: 1.397e-05
+    FullCache:
+      max-upper-bound: 5.228e-05
+      median-lower-bound: 1.305e-05
+      median-upper-bound: 5.22e-05
+      min-lower-bound: 1.289e-05
+    HotCache:
+      max-upper-bound: 5.2e-05
+      median-lower-bound: 1.3e-05
+      median-upper-bound: 5.2e-05
+      min-lower-bound: 1.292e-05
+    Load/1:
+      max-upper-bound: 6.732e-05
+      median-lower-bound: 1.683e-05
+      median-upper-bound: 6.732e-05
+      min-lower-bound: 1.671e-05
+    Load/2:
+      max-upper-bound: 6.732e-05
+      median-lower-bound: 1.683e-05
+      median-upper-bound: 6.732e-05
+      min-lower-bound: 1.671e-05
+    Load/3:
+      max-upper-bound: 6.804e-05
+      median-lower-bound: 1.701e-05
+      median-upper-bound: 6.804e-05
+      min-lower-bound: 1.701e-05
+    Load/4:
+      max-upper-bound: 6.804e-05
+      median-lower-bound: 1.701e-05
+      median-upper-bound: 6.804e-05
+      min-lower-bound: 1.701e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.768e-05
+      median-lower-bound: 2.181e-05
+      median-upper-bound: 8.724e-05
+      min-lower-bound: 2.172e-05
+    FullCache:
+      max-upper-bound: 8.576e-05
+      median-lower-bound: 2.14e-05
+      median-upper-bound: 8.56e-05
+      min-lower-bound: 2.132e-05
+    HotCache:
+      max-upper-bound: 8.476e-05
+      median-lower-bound: 2.119e-05
+      median-upper-bound: 8.476e-05
+      min-lower-bound: 2.117e-05
+    Load/1:
+      max-upper-bound: 9.576e-05
+      median-lower-bound: 2.387e-05
+      median-upper-bound: 9.548e-05
+      min-lower-bound: 2.334e-05
+    Load/2:
+      max-upper-bound: 9.584e-05
+      median-lower-bound: 2.375e-05
+      median-upper-bound: 9.5e-05
+      min-lower-bound: 2.321e-05
+    Load/3:
+      max-upper-bound: 9.584e-05
+      median-lower-bound: 2.375e-05
+      median-upper-bound: 9.5e-05
+      min-lower-bound: 2.321e-05
+    Load/4:
+      max-upper-bound: 9.576e-05
+      median-lower-bound: 2.386e-05
+      median-upper-bound: 9.544e-05
+      min-lower-bound: 2.317e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.54e-05
+      median-lower-bound: 2.135e-05
+      median-upper-bound: 8.54e-05
+      min-lower-bound: 2.111e-05
+    FullCache:
+      max-upper-bound: 8.344e-05
+      median-lower-bound: 2.082e-05
+      median-upper-bound: 8.328e-05
+      min-lower-bound: 2.072e-05
+    HotCache:
+      max-upper-bound: 8.348e-05
+      median-lower-bound: 2.087e-05
+      median-upper-bound: 8.348e-05
+      min-lower-bound: 2.087e-05
+    Load/1:
+      max-upper-bound: 9.264e-05
+      median-lower-bound: 2.316e-05
+      median-upper-bound: 9.264e-05
+      min-lower-bound: 2.316e-05
+    Load/2:
+      max-upper-bound: 9.392e-05
+      median-lower-bound: 2.348e-05
+      median-upper-bound: 9.392e-05
+      min-lower-bound: 2.348e-05
+    Load/3:
+      max-upper-bound: 9.376e-05
+      median-lower-bound: 2.344e-05
+      median-upper-bound: 9.376e-05
+      min-lower-bound: 2.344e-05
+    Load/4:
+      max-upper-bound: 9.376e-05
+      median-lower-bound: 2.344e-05
+      median-upper-bound: 9.376e-05
+      min-lower-bound: 2.344e-05
+  role: performance-runtime-limits
+  uid: /rtems/message/req/perf-send-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 6.32e-06
+      median-lower-bound: 1.58e-06
+      median-upper-bound: 6.32e-06
+      min-lower-bound: 1.5e-06
+    FullCache:
+      max-upper-bound: 6.2e-06
+      median-lower-bound: 1.48e-06
+      median-upper-bound: 5.92e-06
+      min-lower-bound: 1.48e-06
+    HotCache:
+      max-upper-bound: 5.88e-06
+      median-lower-bound: 1.47e-06
+      median-upper-bound: 5.88e-06
+      min-lower-bound: 1.47e-06
+    Load/1:
+      max-upper-bound: 1.204e-05
+      median-lower-bound: 2.97e-06
+      median-upper-bound: 1.188e-05
+      min-lower-bound: 2.93e-06
+    Load/2:
+      max-upper-bound: 1.204e-05
+      median-lower-bound: 2.97e-06
+      median-upper-bound: 1.188e-05
+      min-lower-bound: 2.93e-06
+    Load/3:
+      max-upper-bound: 1.204e-05
+      median-lower-bound: 2.97e-06
+      median-upper-bound: 1.188e-05
+      min-lower-bound: 2.93e-06
+    Load/4:
+      max-upper-bound: 1.204e-05
+      median-lower-bound: 2.97e-06
+      median-upper-bound: 1.188e-05
+      min-lower-bound: 2.93e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.64e-06
+      median-lower-bound: 1.41e-06
+      median-upper-bound: 5.64e-06
+      min-lower-bound: 1.33e-06
+    FullCache:
+      max-upper-bound: 5.36e-06
+      median-lower-bound: 1.29e-06
+      median-upper-bound: 5.16e-06
+      min-lower-bound: 1.29e-06
+    HotCache:
+      max-upper-bound: 5.44e-06
+      median-lower-bound: 1.36e-06
+      median-upper-bound: 5.44e-06
+      min-lower-bound: 1.36e-06
+    Load/1:
+      max-upper-bound: 1.136e-05
+      median-lower-bound: 2.8e-06
+      median-upper-bound: 1.12e-05
+      min-lower-bound: 2.76e-06
+    Load/2:
+      max-upper-bound: 1.136e-05
+      median-lower-bound: 2.8e-06
+      median-upper-bound: 1.12e-05
+      min-lower-bound: 2.76e-06
+    Load/3:
+      max-upper-bound: 1.136e-05
+      median-lower-bound: 2.8e-06
+      median-upper-bound: 1.12e-05
+      min-lower-bound: 2.76e-06
+    Load/4:
+      max-upper-bound: 1.136e-05
+      median-lower-bound: 2.8e-06
+      median-upper-bound: 1.12e-05
+      min-lower-bound: 2.76e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-get-no-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.56e-06
+      median-lower-bound: 2.14e-06
+      median-upper-bound: 8.56e-06
+      min-lower-bound: 2.14e-06
+    FullCache:
+      max-upper-bound: 8.36e-06
+      median-lower-bound: 2.09e-06
+      median-upper-bound: 8.36e-06
+      min-lower-bound: 2.01e-06
+    HotCache:
+      max-upper-bound: 8.24e-06
+      median-lower-bound: 2.06e-06
+      median-upper-bound: 8.24e-06
+      min-lower-bound: 2.02e-06
+    Load/1:
+      max-upper-bound: 1.428e-05
+      median-lower-bound: 3.57e-06
+      median-upper-bound: 1.428e-05
+      min-lower-bound: 3.57e-06
+    Load/2:
+      max-upper-bound: 1.428e-05
+      median-lower-bound: 3.57e-06
+      median-upper-bound: 1.428e-05
+      min-lower-bound: 3.57e-06
+    Load/3:
+      max-upper-bound: 1.428e-05
+      median-lower-bound: 3.57e-06
+      median-upper-bound: 1.428e-05
+      min-lower-bound: 3.57e-06
+    Load/4:
+      max-upper-bound: 1.428e-05
+      median-lower-bound: 3.57e-06
+      median-upper-bound: 1.428e-05
+      min-lower-bound: 3.53e-06
+  role: performance-runtime-limits
+  uid: /rtems/part/req/perf-return-buffer
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.08e-06
+      median-lower-bound: 1.77e-06
+      median-upper-bound: 7.08e-06
+      min-lower-bound: 1.73e-06
+    FullCache:
+      max-upper-bound: 6.48e-06
+      median-lower-bound: 1.59e-06
+      median-upper-bound: 6.36e-06
+      min-lower-bound: 1.59e-06
+    HotCache:
+      max-upper-bound: 6.32e-06
+      median-lower-bound: 1.58e-06
+      median-upper-bound: 6.32e-06
+      min-lower-bound: 1.58e-06
+    Load/1:
+      max-upper-bound: 1.28e-05
+      median-lower-bound: 3.16e-06
+      median-upper-bound: 1.264e-05
+      min-lower-bound: 3.16e-06
+    Load/2:
+      max-upper-bound: 1.28e-05
+      median-lower-bound: 3.16e-06
+      median-upper-bound: 1.264e-05
+      min-lower-bound: 3.16e-06
+    Load/3:
+      max-upper-bound: 1.28e-05
+      median-lower-bound: 3.16e-06
+      median-upper-bound: 1.264e-05
+      min-lower-bound: 3.16e-06
+    Load/4:
+      max-upper-bound: 1.28e-05
+      median-lower-bound: 3.16e-06
+      median-upper-bound: 1.264e-05
+      min-lower-bound: 3.16e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-obtain
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.2e-06
+      median-lower-bound: 1.76e-06
+      median-upper-bound: 7.04e-06
+      min-lower-bound: 1.72e-06
+    FullCache:
+      max-upper-bound: 6.92e-06
+      median-lower-bound: 1.73e-06
+      median-upper-bound: 6.92e-06
+      min-lower-bound: 1.73e-06
+    HotCache:
+      max-upper-bound: 6.64e-06
+      median-lower-bound: 1.66e-06
+      median-upper-bound: 6.64e-06
+      min-lower-bound: 1.66e-06
+    Load/1:
+      max-upper-bound: 1.292e-05
+      median-lower-bound: 3.19e-06
+      median-upper-bound: 1.276e-05
+      min-lower-bound: 3.15e-06
+    Load/2:
+      max-upper-bound: 1.292e-05
+      median-lower-bound: 3.19e-06
+      median-upper-bound: 1.276e-05
+      min-lower-bound: 3.15e-06
+    Load/3:
+      max-upper-bound: 1.292e-05
+      median-lower-bound: 3.19e-06
+      median-upper-bound: 1.276e-05
+      min-lower-bound: 3.15e-06
+    Load/4:
+      max-upper-bound: 1.292e-05
+      median-lower-bound: 3.19e-06
+      median-upper-bound: 1.276e-05
+      min-lower-bound: 3.15e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release
+- limits:
+    DirtyCache:
+      max-upper-bound: 5.912e-05
+      median-lower-bound: 1.478e-05
+      median-upper-bound: 5.912e-05
+      min-lower-bound: 1.466e-05
+    FullCache:
+      max-upper-bound: 5.524e-05
+      median-lower-bound: 1.373e-05
+      median-upper-bound: 5.492e-05
+      min-lower-bound: 1.369e-05
+    HotCache:
+      max-upper-bound: 5.52e-05
+      median-lower-bound: 1.38e-05
+      median-upper-bound: 5.52e-05
+      min-lower-bound: 1.372e-05
+    Load/1:
+      max-upper-bound: 7.112e-05
+      median-lower-bound: 1.778e-05
+      median-upper-bound: 7.112e-05
+      min-lower-bound: 1.778e-05
+    Load/2:
+      max-upper-bound: 7.096e-05
+      median-lower-bound: 1.774e-05
+      median-upper-bound: 7.096e-05
+      min-lower-bound: 1.774e-05
+    Load/3:
+      max-upper-bound: 7.024e-05
+      median-lower-bound: 1.756e-05
+      median-upper-bound: 7.024e-05
+      min-lower-bound: 1.756e-05
+    Load/4:
+      max-upper-bound: 6.992e-05
+      median-lower-bound: 1.748e-05
+      median-upper-bound: 6.992e-05
+      min-lower-bound: 1.748e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-one
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00011944
+      median-lower-bound: 2.975e-05
+      median-upper-bound: 0.000119
+      min-lower-bound: 2.926e-05
+    FullCache:
+      max-upper-bound: 0.00011764
+      median-lower-bound: 2.941e-05
+      median-upper-bound: 0.00011764
+      min-lower-bound: 2.886e-05
+    HotCache:
+      max-upper-bound: 0.00011684
+      median-lower-bound: 2.921e-05
+      median-upper-bound: 0.00011684
+      min-lower-bound: 2.914e-05
+    Load/1:
+      max-upper-bound: 0.00012576
+      median-lower-bound: 3.132e-05
+      median-upper-bound: 0.00012528
+      min-lower-bound: 3.124e-05
+    Load/2:
+      max-upper-bound: 0.0001258
+      median-lower-bound: 3.145e-05
+      median-upper-bound: 0.0001258
+      min-lower-bound: 3.127e-05
+    Load/3:
+      max-upper-bound: 0.0001258
+      median-lower-bound: 3.145e-05
+      median-upper-bound: 0.0001258
+      min-lower-bound: 3.118e-05
+    Load/4:
+      max-upper-bound: 0.00012564
+      median-lower-bound: 3.127e-05
+      median-upper-bound: 0.00012508
+      min-lower-bound: 3.117e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-other-cpu
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000113
+      median-lower-bound: 2.811e-05
+      median-upper-bound: 0.00011244
+      min-lower-bound: 2.793e-05
+    FullCache:
+      max-upper-bound: 0.0001104
+      median-lower-bound: 2.76e-05
+      median-upper-bound: 0.0001104
+      min-lower-bound: 2.756e-05
+    HotCache:
+      max-upper-bound: 0.00011076
+      median-lower-bound: 2.769e-05
+      median-upper-bound: 0.00011076
+      min-lower-bound: 2.769e-05
+    Load/1:
+      max-upper-bound: 0.0001256
+      median-lower-bound: 3.132e-05
+      median-upper-bound: 0.00012528
+      min-lower-bound: 3.128e-05
+    Load/2:
+      max-upper-bound: 0.0001256
+      median-lower-bound: 3.132e-05
+      median-upper-bound: 0.00012528
+      min-lower-bound: 3.128e-05
+    Load/3:
+      max-upper-bound: 0.0001256
+      median-lower-bound: 3.132e-05
+      median-upper-bound: 0.00012528
+      min-lower-bound: 3.128e-05
+    Load/4:
+      max-upper-bound: 0.0001256
+      median-lower-bound: 3.132e-05
+      median-upper-bound: 0.00012528
+      min-lower-bound: 3.128e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-release-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 7.48e-06
+      median-lower-bound: 1.87e-06
+      median-upper-bound: 7.48e-06
+      min-lower-bound: 1.79e-06
+    FullCache:
+      max-upper-bound: 7.2e-06
+      median-lower-bound: 1.73e-06
+      median-upper-bound: 6.92e-06
+      min-lower-bound: 1.73e-06
+    HotCache:
+      max-upper-bound: 7.2e-06
+      median-lower-bound: 1.8e-06
+      median-upper-bound: 7.2e-06
+      min-lower-bound: 1.8e-06
+    Load/1:
+      max-upper-bound: 1.532e-05
+      median-lower-bound: 3.77e-06
+      median-upper-bound: 1.508e-05
+      min-lower-bound: 3.69e-06
+    Load/2:
+      max-upper-bound: 1.532e-05
+      median-lower-bound: 3.77e-06
+      median-upper-bound: 1.508e-05
+      min-lower-bound: 3.69e-06
+    Load/3:
+      max-upper-bound: 1.532e-05
+      median-lower-bound: 3.77e-06
+      median-upper-bound: 1.508e-05
+      min-lower-bound: 3.69e-06
+    Load/4:
+      max-upper-bound: 1.532e-05
+      median-lower-bound: 3.77e-06
+      median-upper-bound: 1.508e-05
+      min-lower-bound: 3.69e-06
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-try
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000105
+      median-lower-bound: 2.625e-05
+      median-upper-bound: 0.000105
+      min-lower-bound: 2.625e-05
+    FullCache:
+      max-upper-bound: 0.00010296
+      median-lower-bound: 2.568e-05
+      median-upper-bound: 0.00010272
+      min-lower-bound: 2.564e-05
+    HotCache:
+      max-upper-bound: 0.00010284
+      median-lower-bound: 2.571e-05
+      median-upper-bound: 0.00010284
+      min-lower-bound: 2.563e-05
+    Load/1:
+      max-upper-bound: 0.00011816
+      median-lower-bound: 2.954e-05
+      median-upper-bound: 0.00011816
+      min-lower-bound: 2.946e-05
+    Load/2:
+      max-upper-bound: 0.00011816
+      median-lower-bound: 2.954e-05
+      median-upper-bound: 0.00011816
+      min-lower-bound: 2.946e-05
+    Load/3:
+      max-upper-bound: 0.00011832
+      median-lower-bound: 2.958e-05
+      median-upper-bound: 0.00011832
+      min-lower-bound: 2.934e-05
+    Load/4:
+      max-upper-bound: 0.00011832
+      median-lower-bound: 2.958e-05
+      median-upper-bound: 0.00011832
+      min-lower-bound: 2.934e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-forever
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.0001118
+      median-lower-bound: 2.785e-05
+      median-upper-bound: 0.0001114
+      min-lower-bound: 2.773e-05
+    FullCache:
+      max-upper-bound: 0.00010992
+      median-lower-bound: 2.748e-05
+      median-upper-bound: 0.00010992
+      min-lower-bound: 2.724e-05
+    HotCache:
+      max-upper-bound: 0.00010884
+      median-lower-bound: 2.721e-05
+      median-upper-bound: 0.00010884
+      min-lower-bound: 2.721e-05
+    Load/1:
+      max-upper-bound: 0.00012496
+      median-lower-bound: 3.116e-05
+      median-upper-bound: 0.00012464
+      min-lower-bound: 3.1e-05
+    Load/2:
+      max-upper-bound: 0.00012496
+      median-lower-bound: 3.116e-05
+      median-upper-bound: 0.00012464
+      min-lower-bound: 3.1e-05
+    Load/3:
+      max-upper-bound: 0.00012496
+      median-lower-bound: 3.116e-05
+      median-upper-bound: 0.00012464
+      min-lower-bound: 3.1e-05
+    Load/4:
+      max-upper-bound: 0.00012496
+      median-lower-bound: 3.116e-05
+      median-upper-bound: 0.00012464
+      min-lower-bound: 3.1e-05
+  role: performance-runtime-limits
+  uid: /rtems/sem/req/perf-mtx-pi-wait-timed
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.000151
+      median-lower-bound: 3.759e-05
+      median-upper-bound: 0.00015036
+      min-lower-bound: 3.751e-05
+    FullCache:
+      max-upper-bound: 0.00015052
+      median-lower-bound: 3.76e-05
+      median-upper-bound: 0.0001504
+      min-lower-bound: 3.743e-05
+    HotCache:
+      max-upper-bound: 0.00014976
+      median-lower-bound: 3.744e-05
+      median-upper-bound: 0.00014976
+      min-lower-bound: 3.744e-05
+    Load/1:
+      max-upper-bound: 0.0001626
+      median-lower-bound: 4.065e-05
+      median-upper-bound: 0.0001626
+      min-lower-bound: 4.049e-05
+    Load/2:
+      max-upper-bound: 0.0001618
+      median-lower-bound: 4.045e-05
+      median-upper-bound: 0.0001618
+      min-lower-bound: 4.041e-05
+    Load/3:
+      max-upper-bound: 0.0001626
+      median-lower-bound: 4.065e-05
+      median-upper-bound: 0.0001626
+      min-lower-bound: 4.049e-05
+    Load/4:
+      max-upper-bound: 0.0001626
+      median-lower-bound: 4.065e-05
+      median-upper-bound: 0.0001626
+      min-lower-bound: 4.049e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-construct
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.192e-05
+      median-lower-bound: 2.046e-05
+      median-upper-bound: 8.184e-05
+      min-lower-bound: 2.036e-05
+    FullCache:
+      max-upper-bound: 7.824e-05
+      median-lower-bound: 1.943e-05
+      median-upper-bound: 7.772e-05
+      min-lower-bound: 1.943e-05
+    HotCache:
+      max-upper-bound: 7.792e-05
+      median-lower-bound: 1.948e-05
+      median-upper-bound: 7.792e-05
+      min-lower-bound: 1.948e-05
+    Load/1:
+      max-upper-bound: 9.352e-05
+      median-lower-bound: 2.328e-05
+      median-upper-bound: 9.312e-05
+      min-lower-bound: 2.215e-05
+    Load/2:
+      max-upper-bound: 9.352e-05
+      median-lower-bound: 2.328e-05
+      median-upper-bound: 9.312e-05
+      min-lower-bound: 2.213e-05
+    Load/3:
+      max-upper-bound: 9.352e-05
+      median-lower-bound: 2.322e-05
+      median-upper-bound: 9.288e-05
+      min-lower-bound: 2.223e-05
+    Load/4:
+      max-upper-bound: 9.352e-05
+      median-lower-bound: 2.322e-05
+      median-upper-bound: 9.288e-05
+      min-lower-bound: 2.223e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00014988
+      median-lower-bound: 3.715e-05
+      median-upper-bound: 0.0001486
+      min-lower-bound: 3.703e-05
+    FullCache:
+      max-upper-bound: 0.00014644
+      median-lower-bound: 3.661e-05
+      median-upper-bound: 0.00014644
+      min-lower-bound: 3.659e-05
+    HotCache:
+      max-upper-bound: 0.00014632
+      median-lower-bound: 3.658e-05
+      median-upper-bound: 0.00014632
+      min-lower-bound: 3.658e-05
+    Load/1:
+      max-upper-bound: 0.00015744
+      median-lower-bound: 3.926e-05
+      median-upper-bound: 0.00015704
+      min-lower-bound: 3.9e-05
+    Load/2:
+      max-upper-bound: 0.00015744
+      median-lower-bound: 3.926e-05
+      median-upper-bound: 0.00015704
+      min-lower-bound: 3.9e-05
+    Load/3:
+      max-upper-bound: 0.00015744
+      median-lower-bound: 3.926e-05
+      median-upper-bound: 0.00015704
+      min-lower-bound: 3.9e-05
+    Load/4:
+      max-upper-bound: 0.00015744
+      median-lower-bound: 3.926e-05
+      median-upper-bound: 0.00015704
+      min-lower-bound: 3.9e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00015568
+      median-lower-bound: 3.892e-05
+      median-upper-bound: 0.00015568
+      min-lower-bound: 3.864e-05
+    FullCache:
+      max-upper-bound: 0.00015568
+      median-lower-bound: 3.868e-05
+      median-upper-bound: 0.00015472
+      min-lower-bound: 3.852e-05
+    HotCache:
+      max-upper-bound: 0.00015568
+      median-lower-bound: 3.892e-05
+      median-upper-bound: 0.00015568
+      min-lower-bound: 3.864e-05
+    Load/1:
+      max-upper-bound: 0.0001552
+      median-lower-bound: 3.88e-05
+      median-upper-bound: 0.0001552
+      min-lower-bound: 3.88e-05
+    Load/2:
+      max-upper-bound: 0.00015584
+      median-lower-bound: 3.896e-05
+      median-upper-bound: 0.00015584
+      min-lower-bound: 3.896e-05
+    Load/3:
+      max-upper-bound: 0.00015584
+      median-lower-bound: 3.896e-05
+      median-upper-bound: 0.00015584
+      min-lower-bound: 3.896e-05
+    Load/4:
+      max-upper-bound: 0.00015584
+      median-lower-bound: 3.896e-05
+      median-upper-bound: 0.00015584
+      min-lower-bound: 3.896e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-restart-self
+- limits:
+    DirtyCache:
+      max-upper-bound: 0.00010836
+      median-lower-bound: 2.703e-05
+      median-upper-bound: 0.00010812
+      min-lower-bound: 2.683e-05
+    FullCache:
+      max-upper-bound: 0.0001044
+      median-lower-bound: 2.586e-05
+      median-upper-bound: 0.00010344
+      min-lower-bound: 2.578e-05
+    HotCache:
+      max-upper-bound: 0.0001046
+      median-lower-bound: 2.615e-05
+      median-upper-bound: 0.0001046
+      min-lower-bound: 2.607e-05
+    Load/1:
+      max-upper-bound: 0.0001234
+      median-lower-bound: 3.043e-05
+      median-upper-bound: 0.00012172
+      min-lower-bound: 3.034e-05
+    Load/2:
+      max-upper-bound: 0.00012264
+      median-lower-bound: 3.054e-05
+      median-upper-bound: 0.00012216
+      min-lower-bound: 3.045e-05
+    Load/3:
+      max-upper-bound: 0.00012264
+      median-lower-bound: 3.052e-05
+      median-upper-bound: 0.00012208
+      min-lower-bound: 3.041e-05
+    Load/4:
+      max-upper-bound: 0.00012288
+      median-lower-bound: 3.05e-05
+      median-upper-bound: 0.000122
+      min-lower-bound: 3.033e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-move
+- limits:
+    DirtyCache:
+      max-upper-bound: 8.796e-05
+      median-lower-bound: 2.199e-05
+      median-upper-bound: 8.796e-05
+      min-lower-bound: 2.195e-05
+    FullCache:
+      max-upper-bound: 8.368e-05
+      median-lower-bound: 2.088e-05
+      median-upper-bound: 8.352e-05
+      min-lower-bound: 2.088e-05
+    HotCache:
+      max-upper-bound: 8.372e-05
+      median-lower-bound: 2.093e-05
+      median-upper-bound: 8.372e-05
+      min-lower-bound: 2.085e-05
+    Load/1:
+      max-upper-bound: 0.0001074
+      median-lower-bound: 2.685e-05
+      median-upper-bound: 0.0001074
+      min-lower-bound: 2.685e-05
+    Load/2:
+      max-upper-bound: 0.0001074
+      median-lower-bound: 2.685e-05
+      median-upper-bound: 0.0001074
+      min-lower-bound: 2.685e-05
+    Load/3:
+      max-upper-bound: 0.0001074
+      median-lower-bound: 2.685e-05
+      median-upper-bound: 0.0001074
+      min-lower-bound: 2.685e-05
+    Load/4:
+      max-upper-bound: 0.0001074
+      median-lower-bound: 2.685e-05
+      median-upper-bound: 0.0001074
+      min-lower-bound: 2.685e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-nop
+- limits:
+    DirtyCache:
+      max-upper-bound: 3.524e-05
+      median-lower-bound: 8.81e-06
+      median-upper-bound: 3.524e-05
+      min-lower-bound: 8.81e-06
+    FullCache:
+      max-upper-bound: 3.512e-05
+      median-lower-bound: 8.72e-06
+      median-upper-bound: 3.488e-05
+      min-lower-bound: 8.72e-06
+    HotCache:
+      max-upper-bound: 3.516e-05
+      median-lower-bound: 8.79e-06
+      median-upper-bound: 3.516e-05
+      min-lower-bound: 8.71e-06
+    Load/1:
+      max-upper-bound: 4.472e-05
+      median-lower-bound: 1.118e-05
+      median-upper-bound: 4.472e-05
+      min-lower-bound: 1.118e-05
+    Load/2:
+      max-upper-bound: 4.504e-05
+      median-lower-bound: 1.126e-05
+      median-upper-bound: 4.504e-05
+      min-lower-bound: 1.114e-05
+    Load/3:
+      max-upper-bound: 4.472e-05
+      median-lower-bound: 1.118e-05
+      median-upper-bound: 4.472e-05
+      min-lower-bound: 1.118e-05
+    Load/4:
+      max-upper-bound: 4.472e-05
+      median-lower-bound: 1.118e-05
+      median-upper-bound: 4.472e-05
+      min-lower-bound: 1.118e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-other
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.896e-05
+      median-lower-bound: 2.474e-05
+      median-upper-bound: 9.896e-05
+      min-lower-bound: 2.466e-05
+    FullCache:
+      max-upper-bound: 9.724e-05
+      median-lower-bound: 2.427e-05
+      median-upper-bound: 9.708e-05
+      min-lower-bound: 2.414e-05
+    HotCache:
+      max-upper-bound: 9.712e-05
+      median-lower-bound: 2.428e-05
+      median-upper-bound: 9.712e-05
+      min-lower-bound: 2.412e-05
+    Load/1:
+      max-upper-bound: 0.00010684
+      median-lower-bound: 2.671e-05
+      median-upper-bound: 0.00010684
+      min-lower-bound: 2.671e-05
+    Load/2:
+      max-upper-bound: 0.00010708
+      median-lower-bound: 2.677e-05
+      median-upper-bound: 0.00010708
+      min-lower-bound: 2.677e-05
+    Load/3:
+      max-upper-bound: 0.000107
+      median-lower-bound: 2.675e-05
+      median-upper-bound: 0.000107
+      min-lower-bound: 2.675e-05
+    Load/4:
+      max-upper-bound: 0.000107
+      median-lower-bound: 2.675e-05
+      median-upper-bound: 0.000107
+      min-lower-bound: 2.675e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-set-scheduler-preempt
+- limits:
+    DirtyCache:
+      max-upper-bound: 4.816e-05
+      median-lower-bound: 1.196e-05
+      median-upper-bound: 4.784e-05
+      min-lower-bound: 1.194e-05
+    FullCache:
+      max-upper-bound: 4.364e-05
+      median-lower-bound: 1.091e-05
+      median-upper-bound: 4.364e-05
+      min-lower-bound: 1.091e-05
+    HotCache:
+      max-upper-bound: 4.376e-05
+      median-lower-bound: 1.094e-05
+      median-upper-bound: 4.376e-05
+      min-lower-bound: 1.094e-05
+    Load/1:
+      max-upper-bound: 5.92e-05
+      median-lower-bound: 1.48e-05
+      median-upper-bound: 5.92e-05
+      min-lower-bound: 1.48e-05
+    Load/2:
+      max-upper-bound: 5.92e-05
+      median-lower-bound: 1.48e-05
+      median-upper-bound: 5.92e-05
+      min-lower-bound: 1.48e-05
+    Load/3:
+      max-upper-bound: 5.976e-05
+      median-lower-bound: 1.494e-05
+      median-upper-bound: 5.976e-05
+      min-lower-bound: 1.494e-05
+    Load/4:
+      max-upper-bound: 5.976e-05
+      median-lower-bound: 1.494e-05
+      median-upper-bound: 5.976e-05
+      min-lower-bound: 1.494e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start
+- limits:
+    DirtyCache:
+      max-upper-bound: 9.22e-05
+      median-lower-bound: 2.293e-05
+      median-upper-bound: 9.172e-05
+      min-lower-bound: 2.293e-05
+    FullCache:
+      max-upper-bound: 8.992e-05
+      median-lower-bound: 2.248e-05
+      median-upper-bound: 8.992e-05
+      min-lower-bound: 2.248e-05
+    HotCache:
+      max-upper-bound: 9.036e-05
+      median-lower-bound: 2.259e-05
+      median-upper-bound: 9.036e-05
+      min-lower-bound: 2.259e-05
+    Load/1:
+      max-upper-bound: 9.952e-05
+      median-lower-bound: 2.488e-05
+      median-upper-bound: 9.952e-05
+      min-lower-bound: 2.488e-05
+    Load/2:
+      max-upper-bound: 9.952e-05
+      median-lower-bound: 2.488e-05
+      median-upper-bound: 9.952e-05
+      min-lower-bound: 2.488e-05
+    Load/3:
+      max-upper-bound: 0.00010048
+      median-lower-bound: 2.512e-05
+      median-upper-bound: 0.00010048
+      min-lower-bound: 2.512e-05
+    Load/4:
+      max-upper-bound: 0.00010008
+      median-lower-bound: 2.502e-05
+      median-upper-bound: 0.00010008
+      min-lower-bound: 2.502e-05
+  role: performance-runtime-limits
+  uid: /rtems/task/req/perf-start-preempt
+non-functional-type: performance-runtime-limits
+rationale: null
+references: []
+requirement-type: non-functional
+text: ${.:text-template}
+type: requirement
diff --git a/specview.py b/specview.py
index e6ee5bb8..18cc3bed 100755
--- a/specview.py
+++ b/specview.py
@@ -43,7 +43,10 @@ _CHILD_ROLES = [
     "interface-function", "glossary-member", "test-case"
 ]
 
-_PARENT_ROLES = ["function-implementation", "interface-enumerator"]
+_PARENT_ROLES = [
+    "function-implementation", "interface-enumerator",
+    "performance-runtime-limits"
+]
 
 
 def _get_value_dummy(_ctx: ItemGetValueContext) -> Any:
@@ -63,6 +66,9 @@ _MAPPER.add_get_value(
 _MAPPER.add_get_value(
     "requirement/non-functional/performance-runtime:/environment",
     _get_value_dummy)
+_MAPPER.add_get_value(
+    "requirement/non-functional/performance-runtime-limits:/text-template",
+    _get_value_dummy)
 
 
 def _visit_action_conditions(item: Item, name: str) -> None:



More information about the vc mailing list