summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-26dhrystone/dhry_1.c: Move assignment to before start of timerJoel Sherrill1-5/+5
2017-04-23linpack/linpack-pc.c: Fix no return statement warningJoel Sherrill1-0/+3
2017-04-23dhrystone/dhry_1.c: Fix may be used uninitialized warningJoel Sherrill1-0/+5
2017-04-05dhrystone: Fix warningsSebastian Huber1-2/+4
Close #2977.
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns2-5/+5
errors. - Add a top level test configuration file for test states that are common to all BSPs. This saves adding a test configuration (tcfg) file for every BSP. - Add the test states 'user-input' and 'benchmark'. This lets 'rtems-test' stop the test rather than waiting for a timeout or letting a benchmark run without the user asking for it to run. - Implement rtems-test-check in Python to make it faster. The shell script had grown to a point it was noticably slowing the build down. - Fix the configure.ac and Makefile.am files for a number of the test directories. The files are difficiult to keep in sync with the number of tests and mistakes can happen such as tests being left out of the build. The test fsrofs01 is an example. Also a there was a mix of SUBDIRS and _SUBDIRS being used and only _SUBDIRS should be used. - Fix the test fsrofs01 so it compiles. Closes #2963.
2017-03-29benchmarks/whetstone: Port to RTEMSSebastian Huber5-15/+39
Update #2958.
2017-03-29benchmarks/whetstone: ImportSebastian Huber1-0/+433
Import whetstone sources from: http://www.netlib.org/benchmark/whetstone.c Update #2958.
2017-03-29benchmarks/linpack: Port to RTEMSSebastian Huber5-180/+109
Close #2958.
2017-03-29benchmarks/linpack: ImportSebastian Huber1-0/+1333
Import linpack sources from: http://www.netlib.org/benchmark/linpack-pc.c Update #2958.
2017-03-29benchmarks/dhrystone: Port to RTEMSSebastian Huber7-33/+128
Update #2958.
2017-03-29benchmarks/dhrystone: ImportSebastian Huber6-0/+1596
Import dhrystone sources from: http://www.netlib.org/benchmark/dhry-c Update #2958.
2017-03-29benchmarks: Add benchmark templatesSebastian Huber14-0/+272
Update #2958.