[rtems-central commit] spec: Reduce sample count

Sebastian Huber sebh at rtems.org
Fri Nov 26 07:40:41 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov 26 07:26:23 2021 +0100

spec: Reduce sample count

---

 spec/rtems/barrier/val/perf.yml | 2 +-
 spec/rtems/event/val/perf.yml   | 2 +-
 spec/rtems/message/val/perf.yml | 2 +-
 spec/rtems/part/val/perf.yml    | 2 +-
 spec/rtems/sem/val/perf.yml     | 2 +-
 spec/rtems/task/val/perf.yml    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/spec/rtems/barrier/val/perf.yml b/spec/rtems/barrier/val/perf.yml
index 4daca29..a426686 100644
--- a/spec/rtems/barrier/val/perf.yml
+++ b/spec/rtems/barrier/val/perf.yml
@@ -6,7 +6,7 @@ links:
 - role: validation
   uid: ../req/perf-runtime
 params:
-  sample-count: 1000
+  sample-count: 100
 test-brief: |
   This test case provides a context to run ${../if/group:/name} performance
   tests.
diff --git a/spec/rtems/event/val/perf.yml b/spec/rtems/event/val/perf.yml
index 522fa3e..cb4cb66 100644
--- a/spec/rtems/event/val/perf.yml
+++ b/spec/rtems/event/val/perf.yml
@@ -6,7 +6,7 @@ links:
 - role: validation
   uid: ../req/perf-runtime
 params:
-  sample-count: 1000
+  sample-count: 100
 test-brief: |
   This test case provides a context to run ${../if/group:/name} performance
   tests.
diff --git a/spec/rtems/message/val/perf.yml b/spec/rtems/message/val/perf.yml
index 4237ebb..b46ec60 100644
--- a/spec/rtems/message/val/perf.yml
+++ b/spec/rtems/message/val/perf.yml
@@ -6,7 +6,7 @@ links:
 - role: validation
   uid: ../req/perf-runtime
 params:
-  sample-count: 1000
+  sample-count: 100
 test-brief: |
   This test case provides a context to run ${../if/group:/name} performance
   tests.
diff --git a/spec/rtems/part/val/perf.yml b/spec/rtems/part/val/perf.yml
index 71878ee..3c4f26b 100644
--- a/spec/rtems/part/val/perf.yml
+++ b/spec/rtems/part/val/perf.yml
@@ -7,7 +7,7 @@ links:
   uid: ../req/perf-runtime
 params:
   buffer-count: 100
-  sample-count: 1000
+  sample-count: 100
 test-brief: |
   This test case provides a context to run ${../if/group:/name} performance
   tests.
diff --git a/spec/rtems/sem/val/perf.yml b/spec/rtems/sem/val/perf.yml
index 04dd8b9..a2e5722 100644
--- a/spec/rtems/sem/val/perf.yml
+++ b/spec/rtems/sem/val/perf.yml
@@ -6,7 +6,7 @@ links:
 - role: validation
   uid: ../req/perf-runtime
 params:
-  sample-count: 1000
+  sample-count: 100
 test-brief: |
   This test case provides a context to run ${../if/group:/name} performance
   tests.
diff --git a/spec/rtems/task/val/perf.yml b/spec/rtems/task/val/perf.yml
index e1228c0..c8056b3 100644
--- a/spec/rtems/task/val/perf.yml
+++ b/spec/rtems/task/val/perf.yml
@@ -6,7 +6,7 @@ links:
 - role: validation
   uid: ../req/perf-runtime
 params:
-  sample-count: 1000
+  sample-count: 100
 test-brief: |
   This test case provides a context to run ${../if/group:/name} performance
   tests.



More information about the vc mailing list