summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone/README
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2014-01-04 13:58:44 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-05 09:58:39 -0600
commit19e9bf88004008308e0c9c7039a166c49477e0d1 (patch)
treedfdc847c722a17cc7e1b3e33afd83da809bf4e9d /testsuites/rhealstone/README
parentsp09: Remove partition specific parts (diff)
downloadrtems-19e9bf88004008308e0c9c7039a166c49477e0d1.tar.bz2
Added Rhealstone benchmark to testsuites
The Rhealstone benchmarks six operations that are critical components of a real-time system. It allows for an objective analysis to be performed, and allows for comparisons between systems. See rhealstone/README for more information.
Diffstat (limited to 'testsuites/rhealstone/README')
-rw-r--r--testsuites/rhealstone/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/rhealstone/README b/testsuites/rhealstone/README
new file mode 100644
index 0000000000..5b4b6fb82b
--- /dev/null
+++ b/testsuites/rhealstone/README
@@ -0,0 +1,22 @@
+== Rhealstone Benchmark For RTEMS
+
+This is an implementation of the Rhealstone benchmarks for RTEMS.
+
+The Rhealstone metric is a set of benchmarks that aim to provide an independently
+verifiable objective measure of real-time performance in different systems. The
+Rhealstone metric is composed of six independent benchmarks, each of which measure
+an activity that is critical in real time systems:
+
+* Task switch time
+* Task preemption time
+* Interrupt latency time
+* Semaphore shuffle time
+* Deadlock breaking time
+* Intertask message latency
+
+An implementation of the Rhealstone metric allows for RTEMS performance to be
+compared with other real-time systems.
+
+The original proposal outlining the Rhealstone benchmark can be found http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/DDJ/1989/8902/8902a/8902a.htm[here].
+
+Some other implementations can be seen in http://timsengineeringblog.weebly.com/masters-thesis.html[FreeRTOS] and http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/DDJ/1990/9004/9004d/9004d.htm[iRMX].