summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rhealstone: Produce proper begin/end messagesSebastian Huber2014-06-036-12/+25
|
* score: Static scheduler configurationSebastian Huber2014-04-151-1/+5
| | | | | | Do not allocate the scheduler control structures from the workspace. This is a preparation step for configuration of clustered/partitioned schedulers on SMP.
* rhealstone/rhmlatency: Fix configurationSebastian Huber2014-04-041-0/+2
|
* score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber2014-03-061-1/+0
| | | | | This function was only used in some tests and can be replaced with other functions.
* rhealstone: Add start end and messagesJoel Sherrill2014-01-076-0/+18
|
* rhealstone: Add rh prefix to all test namesJoel Sherrill2014-01-0526-152/+159
| | | | This makes them easier to spot as a group in wildcard searches.
* rhealstone/*.c: Add Print_Warning() call to indicate debug enabledJoel Sherrill2014-01-056-1/+11
|
* rhealstone/README: FormattingJoel Sherrill2014-01-051-4/+5
|
* Added Rhealstone benchmark to testsuitesDaniel Ramirez2014-01-0521-0/+1232
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.