Compare commits
80 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f322903ac6 | ||
|
|
9c9226fb0b | ||
|
|
08bb0e6f07 | ||
|
|
ea6f9934fd | ||
|
|
91bf4dc59b | ||
|
|
78fcae133b | ||
|
|
b589aa00e4 | ||
|
|
fd00d96f9f | ||
|
|
0b16f1535e | ||
|
|
ffa230fdfa | ||
|
|
5fa74ec816 | ||
|
|
6d51b4bda3 | ||
|
|
d4a998a014 | ||
|
|
02adb93255 | ||
|
|
1ee786d4d4 | ||
|
|
fd61df6508 | ||
|
|
e42698a351 | ||
|
|
c869a5e5ed | ||
|
|
c7f3686ebe | ||
|
|
bff6ff1d19 | ||
|
|
a9aa2198dc | ||
|
|
5b6d0b4ef6 | ||
|
|
a85d68e327 | ||
|
|
0d84bc9200 | ||
|
|
88df7c5faa | ||
|
|
ba88da054c | ||
|
|
6fa387f3b1 | ||
|
|
038357ed98 | ||
|
|
9696e5a0ab | ||
|
|
3da3922884 | ||
|
|
6a27179f42 | ||
|
|
871355cb9c | ||
|
|
7cb87da5cc | ||
|
|
1118ee8aad | ||
|
|
b34c040602 | ||
|
|
bb9610b984 | ||
|
|
6c96c5ef87 | ||
|
|
d08cafdd2d | ||
|
|
b0ebb1714b | ||
|
|
160c0c866e | ||
|
|
d403163ce3 | ||
|
|
fa3055b560 | ||
|
|
85926483dc | ||
|
|
a26c83bd21 | ||
|
|
4529e63829 | ||
|
|
c98c51e2e2 | ||
|
|
a7557c35e4 | ||
|
|
1259ad6aed | ||
|
|
522ce84556 | ||
|
|
b22070ec84 | ||
|
|
010f3afaf2 | ||
|
|
a1302683bb | ||
|
|
732abb64b8 | ||
|
|
b840908962 | ||
|
|
ef24941482 | ||
|
|
0236af2227 | ||
|
|
1ce21176b2 | ||
|
|
4e7a6f6a10 | ||
|
|
2138985422 | ||
|
|
a556c69d3b | ||
|
|
36977db5c6 | ||
|
|
653e84c7af | ||
|
|
5ac336c231 | ||
|
|
07d03df386 | ||
|
|
8c9851fb79 | ||
|
|
332da39574 | ||
|
|
ec1192fb10 | ||
|
|
12cc37654d | ||
|
|
26a1ff7e79 | ||
|
|
7ef40df142 | ||
|
|
0c4159bb2e | ||
|
|
67b507c915 | ||
|
|
6b90e318c3 | ||
|
|
71df2238d6 | ||
|
|
5e693376bf | ||
|
|
2458ddf96c | ||
|
|
5f8461445e | ||
|
|
da6bd90f78 | ||
|
|
b77fd56e29 | ||
|
|
d5bc70e141 |
24
ChangeLog
24
ChangeLog
@@ -1,5 +1,29 @@
|
||||
PHORONIX TEST SUITE CHANGE-LOG
|
||||
|
||||
Phoronix Test Suite 9.6.0
|
||||
21 April 2020
|
||||
|
||||
pts-core: Allow building virtual suites off external dependencies
|
||||
pts-core: Various result viewer improvements
|
||||
pts-core: Allow saving results under stress-run
|
||||
pts-core: Responsive/mobile result viewer improvements
|
||||
pts-core: Show local tests within the build-suite sub-command
|
||||
pts-core: Show local suites within the list-installed-suites sub-command
|
||||
pts_Graph: Restore capability for drawing mini graphs for all results in a result file overview
|
||||
|
||||
Phoronix Test Suite 9.6.0 Milestone 3
|
||||
12 April 2020
|
||||
|
||||
pts-core: Allow automated per-thread/core/clock/RAM graphs within the result viewer
|
||||
pts-core: Result viewer add "Limit displaying results to tests within:"
|
||||
pts-core: From the result viewer allow "Show Geometric Means Per-Suite/Category"
|
||||
pts-core: Add workload-topology sub-command
|
||||
pts-core: Allow adding deprecated tests to build-suite
|
||||
pts-core: CSV export improvements
|
||||
pts-core: Add "Do Not Show Results With Incomplete Data" to the result viewer
|
||||
pts-core: Allow test suite "Status" tag
|
||||
pts-core: Don't report OB updates on deprecated tests or suites
|
||||
|
||||
Phoronix Test Suite 9.6.0 Milestone 2
|
||||
5 April 2020
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Phoronix Test Suite 9.6.0m2
|
||||
# Phoronix Test Suite 9.6.0
|
||||
https://www.phoronix-test-suite.com/
|
||||
|
||||
The **Phoronix Test Suite** is the most comprehensive testing and benchmarking
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "9.6.0m2"
|
||||
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "9.6.0"
|
||||
.SH NAME
|
||||
phoronix-test-suite \- The Phoronix Test Suite is an extensible open-source platform for performing testing and performance evaluation.
|
||||
.SH SYNOPSIS
|
||||
@@ -293,6 +293,9 @@ This option will read a saved test results file and output the system hardware a
|
||||
.B show-result [Test Result]
|
||||
Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.
|
||||
.TP
|
||||
.B workload-topology [Test Result]
|
||||
This option will read a saved test results file and print the test profiles contained within and their arrangement within different test suites for getting an idea as to the workload topology/make-up / logical groupings of the benchmarks being run.
|
||||
.TP
|
||||
.SH OTHER
|
||||
.B commands
|
||||
This option will display a short list of possible Phoronix Test Suite commands.
|
||||
|
||||
@@ -507,6 +507,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<h3>show-result<em> [Test Result]</em>
|
||||
</h3>
|
||||
<p>Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.</p>
|
||||
<h3>workload-topology<em> [Test Result]</em>
|
||||
</h3>
|
||||
<p>This option will read a saved test results file and print the test profiles contained within and their arrangement within different test suites for getting an idea as to the workload topology/make-up / logical groupings of the benchmarks being run.</p>
|
||||
<h1>Other</h1>
|
||||
<h3>commands<em> </em>
|
||||
</h3>
|
||||
@@ -931,60 +934,96 @@ In the event that a test profile fails to install or run, the following general
|
||||
<h3>All PTS Tests<em> pts/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> pts/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every PTS Test<em> pts/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> pts/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> pts/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>BSD Operating System Tests<em> pts/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> pts/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> pts/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> pts/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> pts/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> pts/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Graphics Subsystem Tests<em> pts/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Other Subsystem Tests<em> pts/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> pts/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> pts/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Scientific Tests<em> pts/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> pts/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> pts/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Benchmark Tests<em> pts/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>BLAS (Basic Linear Algebra Sub-Routine) Library<em> pts/blas</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library</p>
|
||||
<h3>Boost Development Libraries<em> pts/boost</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Boost Development Libraries</p>
|
||||
<h3>BSD Operating System Tests<em> pts/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>Every PTS Test<em> pts/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Fortran<em> pts/fortran</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Fortran</p>
|
||||
<h3>Game Tests<em> pts/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Go Language<em> pts/golang</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Go Language</p>
|
||||
<h3>Graphics Subsystem Tests<em> pts/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Hurd Operating System Tests<em> pts/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>Installed Tests<em> pts/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>LAPACK (Linear Algebra Pack)<em> pts/lapack</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)</p>
|
||||
<h3>Linux Operating System Tests<em> pts/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> pts/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Node.js + NPM<em> pts/node-npm</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Node.js + NPM</p>
|
||||
<h3>OpenCV<em> pts/opencv</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
|
||||
<h3>Openmpi Tests<em> pts/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.</p>
|
||||
<h3>Other Subsystem Tests<em> pts/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> pts/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Ruby<em> pts/ruby</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Ruby</p>
|
||||
<h3>Rust<em> pts/rust</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Rust</p>
|
||||
<h3>Scientific Tests<em> pts/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Simulator Tests<em> pts/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Solaris Operating System Tests<em> pts/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>Steam<em> pts/steam</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Steam</p>
|
||||
<h3>System Subsystem Tests<em> pts/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Utility Tests<em> pts/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Windows Operating System Tests<em> pts/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Wine<em> pts/wine</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Wine</p>
|
||||
<h3>Smp Tests<em> pts/smp</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.</p>
|
||||
@@ -1012,75 +1051,114 @@ In the event that a test profile fails to install or run, the following general
|
||||
<h3>Responsiveness Tests<em> pts/responsiveness</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing responsiveness.</p>
|
||||
<h3>Openmpi Tests<em> pts/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.</p>
|
||||
<h3>All SYSTEM Tests<em> system/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> system/installed</em>
|
||||
<h3>Application Tests<em> system/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every SYSTEM Test<em> system/everything</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Benchmark Tests<em> system/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> system/linux</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>BLAS (Basic Linear Algebra Sub-Routine) Library<em> system/blas</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> system/solaris</em>
|
||||
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library</p>
|
||||
<h3>Boost Development Libraries<em> system/boost</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Boost Development Libraries</p>
|
||||
<h3>BSD Operating System Tests<em> system/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> system/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> system/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> system/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> system/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> system/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Disk Subsystem Tests<em> system/disk</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.</p>
|
||||
<h3>Every SYSTEM Test<em> system/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Fortran<em> system/fortran</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Fortran</p>
|
||||
<h3>Game Tests<em> system/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Go Language<em> system/golang</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Go Language</p>
|
||||
<h3>Graphics Subsystem Tests<em> system/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Hurd Operating System Tests<em> system/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>Installed Tests<em> system/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Java<em> system/java</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Java</p>
|
||||
<h3>LAPACK (Linear Algebra Pack)<em> system/lapack</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)</p>
|
||||
<h3>Linux Operating System Tests<em> system/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> system/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Memory Subsystem Tests<em> system/memory</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.</p>
|
||||
<h3>Network Subsystem Tests<em> system/network</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.</p>
|
||||
<h3>Node.js + NPM<em> system/node-npm</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Node.js + NPM</p>
|
||||
<h3>OpenCV<em> system/opencv</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
|
||||
<h3>OpenMPI<em> system/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenMPI</p>
|
||||
<h3>Other Subsystem Tests<em> system/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> system/utility</em>
|
||||
<h3>Processor Subsystem Tests<em> system/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> system/simulator</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Python<em> system/python</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Python</p>
|
||||
<h3>Ruby<em> system/ruby</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Ruby</p>
|
||||
<h3>Rust<em> system/rust</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Rust</p>
|
||||
<h3>Scientific Tests<em> system/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> system/benchmark</em>
|
||||
<h3>Simulator Tests<em> system/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> system/application</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Solaris Operating System Tests<em> system/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Game Tests<em> system/game</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>Steam<em> system/steam</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Steam</p>
|
||||
<h3>System Subsystem Tests<em> system/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Utility Tests<em> system/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Windows Operating System Tests<em> system/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Wine<em> system/wine</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Wine</p>
|
||||
<h3>Opencl Tests<em> system/opencl</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing opencl.</p>
|
||||
@@ -1090,225 +1168,222 @@ In the event that a test profile fails to install or run, the following general
|
||||
<h3>All GIT Tests<em> git/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> git/installed</em>
|
||||
<h3>Application Tests<em> git/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every GIT Test<em> git/everything</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Benchmark Tests<em> git/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> git/linux</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>BLAS (Basic Linear Algebra Sub-Routine) Library<em> git/blas</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> git/solaris</em>
|
||||
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library</p>
|
||||
<h3>Boost Development Libraries<em> git/boost</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Boost Development Libraries</p>
|
||||
<h3>BSD Operating System Tests<em> git/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> git/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> git/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> git/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> git/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> git/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Disk Subsystem Tests<em> git/disk</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.</p>
|
||||
<h3>Every GIT Test<em> git/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Fortran<em> git/fortran</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Fortran</p>
|
||||
<h3>Game Tests<em> git/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Go Language<em> git/golang</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Go Language</p>
|
||||
<h3>Graphics Subsystem Tests<em> git/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Hurd Operating System Tests<em> git/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>Installed Tests<em> git/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Java<em> git/java</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Java</p>
|
||||
<h3>LAPACK (Linear Algebra Pack)<em> git/lapack</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)</p>
|
||||
<h3>Linux Operating System Tests<em> git/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> git/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Memory Subsystem Tests<em> git/memory</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.</p>
|
||||
<h3>Network Subsystem Tests<em> git/network</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.</p>
|
||||
<h3>Node.js + NPM<em> git/node-npm</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Node.js + NPM</p>
|
||||
<h3>OpenCV<em> git/opencv</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
|
||||
<h3>OpenMPI<em> git/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenMPI</p>
|
||||
<h3>Other Subsystem Tests<em> git/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> git/utility</em>
|
||||
<h3>Processor Subsystem Tests<em> git/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> git/simulator</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Python<em> git/python</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Python</p>
|
||||
<h3>Ruby<em> git/ruby</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Ruby</p>
|
||||
<h3>Rust<em> git/rust</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Rust</p>
|
||||
<h3>Scientific Tests<em> git/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> git/benchmark</em>
|
||||
<h3>Simulator Tests<em> git/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> git/application</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Solaris Operating System Tests<em> git/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Game Tests<em> git/game</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>Steam<em> git/steam</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Steam</p>
|
||||
<h3>System Subsystem Tests<em> git/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Utility Tests<em> git/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Windows Operating System Tests<em> git/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Wine<em> git/wine</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Wine</p>
|
||||
<h3>Smp Tests<em> git/smp</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.</p>
|
||||
<h3>All PTS Tests<em> pts/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> pts/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every PTS Test<em> pts/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> pts/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> pts/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>BSD Operating System Tests<em> pts/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> pts/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> pts/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> pts/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> pts/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> pts/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Graphics Subsystem Tests<em> pts/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Other Subsystem Tests<em> pts/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> pts/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> pts/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Scientific Tests<em> pts/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> pts/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> pts/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Game Tests<em> pts/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Smp Tests<em> pts/smp</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.</p>
|
||||
<h3>Cuda Tests<em> pts/cuda</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing cuda.</p>
|
||||
<h3>Openmp Tests<em> pts/openmp</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmp.</p>
|
||||
<h3>Cloud Tests<em> pts/cloud</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing cloud.</p>
|
||||
<h3>Docker Tests<em> pts/docker</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing docker.</p>
|
||||
<h3>Go Tests<em> pts/go</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing go.</p>
|
||||
<h3>Vdpau Tests<em> pts/vdpau</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing vdpau.</p>
|
||||
<h3>Video Tests<em> pts/video</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing video.</p>
|
||||
<h3>Responsiveness Tests<em> pts/responsiveness</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing responsiveness.</p>
|
||||
<h3>Openmpi Tests<em> pts/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.</p>
|
||||
<h3>All WINDOWS Tests<em> windows/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> windows/installed</em>
|
||||
<h3>Application Tests<em> windows/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every WINDOWS Test<em> windows/everything</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Benchmark Tests<em> windows/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> windows/linux</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>BLAS (Basic Linear Algebra Sub-Routine) Library<em> windows/blas</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> windows/solaris</em>
|
||||
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library</p>
|
||||
<h3>Boost Development Libraries<em> windows/boost</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Boost Development Libraries</p>
|
||||
<h3>BSD Operating System Tests<em> windows/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> windows/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> windows/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> windows/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> windows/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> windows/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Disk Subsystem Tests<em> windows/disk</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.</p>
|
||||
<h3>Every WINDOWS Test<em> windows/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Fortran<em> windows/fortran</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Fortran</p>
|
||||
<h3>Game Tests<em> windows/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Go Language<em> windows/golang</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Go Language</p>
|
||||
<h3>Graphics Subsystem Tests<em> windows/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Hurd Operating System Tests<em> windows/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>Installed Tests<em> windows/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Java<em> windows/java</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Java</p>
|
||||
<h3>LAPACK (Linear Algebra Pack)<em> windows/lapack</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)</p>
|
||||
<h3>Linux Operating System Tests<em> windows/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> windows/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Memory Subsystem Tests<em> windows/memory</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.</p>
|
||||
<h3>Network Subsystem Tests<em> windows/network</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.</p>
|
||||
<h3>Node.js + NPM<em> windows/node-npm</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Node.js + NPM</p>
|
||||
<h3>OpenCV<em> windows/opencv</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
|
||||
<h3>OpenMPI<em> windows/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenMPI</p>
|
||||
<h3>Other Subsystem Tests<em> windows/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> windows/utility</em>
|
||||
<h3>Processor Subsystem Tests<em> windows/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> windows/simulator</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Python<em> windows/python</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Python</p>
|
||||
<h3>Ruby<em> windows/ruby</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Ruby</p>
|
||||
<h3>Rust<em> windows/rust</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Rust</p>
|
||||
<h3>Scientific Tests<em> windows/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> windows/benchmark</em>
|
||||
<h3>Simulator Tests<em> windows/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> windows/application</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Solaris Operating System Tests<em> windows/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Game Tests<em> windows/game</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>Steam<em> windows/steam</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Steam</p>
|
||||
<h3>System Subsystem Tests<em> windows/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Utility Tests<em> windows/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Windows Operating System Tests<em> windows/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Wine<em> windows/wine</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Wine</p>
|
||||
<hr style="height: 50px; border: 0;"><a name="ComponentTesting"></a><h1>Component Testing</h1>
|
||||
<h1>Compiler Testing & Masking</h1>
|
||||
<p>A majority of the test profiles provided by OpenBenchmarking.org to the Phoronix Test Suite are source-based tests. Relying upon the upstream source-code for each program under test allows for the tests to be easily brought to new platforms and architectures, avoids any out-of-tree / non-default packaging differences by different distributions and operating systems, and to allow the Phoronix Test Suite user to easily test new compilers and/or compiler options. For the source-based tests, the Phoronix Test Suite relies upon a compiler (e.g. GCC, LLVM/Clang, Sun Studio, Open64, et al) being present on the system under test. The Phoronix Test Suite does respect <em>CC/CXX</em> environment variables and test profiles are expected to honor <em>CFLAGS/CXXFLAGS</em> and other compiler settings.</p>
|
||||
|
||||
@@ -320,6 +320,9 @@ This option will read a saved test results file and output the system hardware a
|
||||
#### show-result [Test Result]
|
||||
Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.
|
||||
|
||||
#### workload-topology [Test Result]
|
||||
This option will read a saved test results file and print the test profiles contained within and their arrangement within different test suites for getting an idea as to the workload topology/make-up / logical groupings of the benchmarks being run.
|
||||
|
||||
|
||||
## Other
|
||||
#### commands
|
||||
@@ -1013,60 +1016,96 @@ Virtual test suites can be installed and run just like a normal XML test suite a
|
||||
#### All PTS Tests pts/all
|
||||
This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.
|
||||
|
||||
#### Installed Tests pts/installed
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.
|
||||
|
||||
#### Every PTS Test pts/everything
|
||||
This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.
|
||||
|
||||
#### Linux Operating System Tests pts/linux
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.
|
||||
|
||||
#### Solaris Operating System Tests pts/solaris
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.
|
||||
|
||||
#### BSD Operating System Tests pts/bsd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.
|
||||
|
||||
#### MacOSX Operating System Tests pts/macosx
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.
|
||||
|
||||
#### Windows Operating System Tests pts/windows
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.
|
||||
|
||||
#### Hurd Operating System Tests pts/hurd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.
|
||||
|
||||
#### System Subsystem Tests pts/system
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.
|
||||
|
||||
#### Processor Subsystem Tests pts/processor
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.
|
||||
|
||||
#### Graphics Subsystem Tests pts/graphics
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.
|
||||
|
||||
#### Other Subsystem Tests pts/other
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.
|
||||
|
||||
#### Utility Tests pts/utility
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.
|
||||
|
||||
#### Simulator Tests pts/simulator
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.
|
||||
|
||||
#### Scientific Tests pts/scientific
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.
|
||||
#### Application Tests pts/application
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.
|
||||
|
||||
#### Benchmark Tests pts/benchmark
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.
|
||||
|
||||
#### Application Tests pts/application
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.
|
||||
#### BLAS (Basic Linear Algebra Sub-Routine) Library pts/blas
|
||||
This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library
|
||||
|
||||
#### Boost Development Libraries pts/boost
|
||||
This is a collection of test profiles having an external dependency on Boost Development Libraries
|
||||
|
||||
#### BSD Operating System Tests pts/bsd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.
|
||||
|
||||
#### Every PTS Test pts/everything
|
||||
This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.
|
||||
|
||||
#### Fortran pts/fortran
|
||||
This is a collection of test profiles having an external dependency on Fortran
|
||||
|
||||
#### Game Tests pts/game
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.
|
||||
|
||||
#### Go Language pts/golang
|
||||
This is a collection of test profiles having an external dependency on Go Language
|
||||
|
||||
#### Graphics Subsystem Tests pts/graphics
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.
|
||||
|
||||
#### Hurd Operating System Tests pts/hurd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.
|
||||
|
||||
#### Installed Tests pts/installed
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.
|
||||
|
||||
#### LAPACK (Linear Algebra Pack) pts/lapack
|
||||
This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)
|
||||
|
||||
#### Linux Operating System Tests pts/linux
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.
|
||||
|
||||
#### MacOSX Operating System Tests pts/macosx
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.
|
||||
|
||||
#### Node.js + NPM pts/node-npm
|
||||
This is a collection of test profiles having an external dependency on Node.js + NPM
|
||||
|
||||
#### OpenCV pts/opencv
|
||||
This is a collection of test profiles having an external dependency on OpenCV
|
||||
|
||||
#### Openmpi Tests pts/openmpi
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.
|
||||
|
||||
#### Other Subsystem Tests pts/other
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.
|
||||
|
||||
#### Processor Subsystem Tests pts/processor
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.
|
||||
|
||||
#### Ruby pts/ruby
|
||||
This is a collection of test profiles having an external dependency on Ruby
|
||||
|
||||
#### Rust pts/rust
|
||||
This is a collection of test profiles having an external dependency on Rust
|
||||
|
||||
#### Scientific Tests pts/scientific
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.
|
||||
|
||||
#### Simulator Tests pts/simulator
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.
|
||||
|
||||
#### Solaris Operating System Tests pts/solaris
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.
|
||||
|
||||
#### Steam pts/steam
|
||||
This is a collection of test profiles having an external dependency on Steam
|
||||
|
||||
#### System Subsystem Tests pts/system
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.
|
||||
|
||||
#### Utility Tests pts/utility
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.
|
||||
|
||||
#### Windows Operating System Tests pts/windows
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.
|
||||
|
||||
#### Wine pts/wine
|
||||
This is a collection of test profiles having an external dependency on Wine
|
||||
|
||||
#### Smp Tests pts/smp
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.
|
||||
|
||||
@@ -1094,47 +1133,59 @@ This is a collection of test profiles found within the specified OpenBenchmarkin
|
||||
#### Responsiveness Tests pts/responsiveness
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing responsiveness.
|
||||
|
||||
#### Openmpi Tests pts/openmpi
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.
|
||||
|
||||
#### All SYSTEM Tests system/all
|
||||
This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.
|
||||
|
||||
#### Installed Tests system/installed
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.
|
||||
#### Application Tests system/application
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.
|
||||
|
||||
#### Every SYSTEM Test system/everything
|
||||
This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.
|
||||
#### Benchmark Tests system/benchmark
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.
|
||||
|
||||
#### Linux Operating System Tests system/linux
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.
|
||||
#### BLAS (Basic Linear Algebra Sub-Routine) Library system/blas
|
||||
This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library
|
||||
|
||||
#### Solaris Operating System Tests system/solaris
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.
|
||||
#### Boost Development Libraries system/boost
|
||||
This is a collection of test profiles having an external dependency on Boost Development Libraries
|
||||
|
||||
#### BSD Operating System Tests system/bsd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.
|
||||
|
||||
#### MacOSX Operating System Tests system/macosx
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.
|
||||
#### Disk Subsystem Tests system/disk
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.
|
||||
|
||||
#### Windows Operating System Tests system/windows
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.
|
||||
#### Every SYSTEM Test system/everything
|
||||
This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.
|
||||
|
||||
#### Fortran system/fortran
|
||||
This is a collection of test profiles having an external dependency on Fortran
|
||||
|
||||
#### Game Tests system/game
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.
|
||||
|
||||
#### Go Language system/golang
|
||||
This is a collection of test profiles having an external dependency on Go Language
|
||||
|
||||
#### Graphics Subsystem Tests system/graphics
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.
|
||||
|
||||
#### Hurd Operating System Tests system/hurd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.
|
||||
|
||||
#### System Subsystem Tests system/system
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.
|
||||
#### Installed Tests system/installed
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.
|
||||
|
||||
#### Processor Subsystem Tests system/processor
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.
|
||||
#### Java system/java
|
||||
This is a collection of test profiles having an external dependency on Java
|
||||
|
||||
#### Disk Subsystem Tests system/disk
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.
|
||||
#### LAPACK (Linear Algebra Pack) system/lapack
|
||||
This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)
|
||||
|
||||
#### Graphics Subsystem Tests system/graphics
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.
|
||||
#### Linux Operating System Tests system/linux
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.
|
||||
|
||||
#### MacOSX Operating System Tests system/macosx
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.
|
||||
|
||||
#### Memory Subsystem Tests system/memory
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.
|
||||
@@ -1142,26 +1193,53 @@ This is a collection of test profiles found within the specified OpenBenchmarkin
|
||||
#### Network Subsystem Tests system/network
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.
|
||||
|
||||
#### Node.js + NPM system/node-npm
|
||||
This is a collection of test profiles having an external dependency on Node.js + NPM
|
||||
|
||||
#### OpenCV system/opencv
|
||||
This is a collection of test profiles having an external dependency on OpenCV
|
||||
|
||||
#### OpenMPI system/openmpi
|
||||
This is a collection of test profiles having an external dependency on OpenMPI
|
||||
|
||||
#### Other Subsystem Tests system/other
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.
|
||||
|
||||
#### Utility Tests system/utility
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.
|
||||
#### Processor Subsystem Tests system/processor
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.
|
||||
|
||||
#### Simulator Tests system/simulator
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.
|
||||
#### Python system/python
|
||||
This is a collection of test profiles having an external dependency on Python
|
||||
|
||||
#### Ruby system/ruby
|
||||
This is a collection of test profiles having an external dependency on Ruby
|
||||
|
||||
#### Rust system/rust
|
||||
This is a collection of test profiles having an external dependency on Rust
|
||||
|
||||
#### Scientific Tests system/scientific
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.
|
||||
|
||||
#### Benchmark Tests system/benchmark
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.
|
||||
#### Simulator Tests system/simulator
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.
|
||||
|
||||
#### Application Tests system/application
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.
|
||||
#### Solaris Operating System Tests system/solaris
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.
|
||||
|
||||
#### Game Tests system/game
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.
|
||||
#### Steam system/steam
|
||||
This is a collection of test profiles having an external dependency on Steam
|
||||
|
||||
#### System Subsystem Tests system/system
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.
|
||||
|
||||
#### Utility Tests system/utility
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.
|
||||
|
||||
#### Windows Operating System Tests system/windows
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.
|
||||
|
||||
#### Wine system/wine
|
||||
This is a collection of test profiles having an external dependency on Wine
|
||||
|
||||
#### Opencl Tests system/opencl
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing opencl.
|
||||
@@ -1172,41 +1250,56 @@ This is a collection of test profiles found within the specified OpenBenchmarkin
|
||||
#### All GIT Tests git/all
|
||||
This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.
|
||||
|
||||
#### Installed Tests git/installed
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.
|
||||
#### Application Tests git/application
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.
|
||||
|
||||
#### Every GIT Test git/everything
|
||||
This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.
|
||||
#### Benchmark Tests git/benchmark
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.
|
||||
|
||||
#### Linux Operating System Tests git/linux
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.
|
||||
#### BLAS (Basic Linear Algebra Sub-Routine) Library git/blas
|
||||
This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library
|
||||
|
||||
#### Solaris Operating System Tests git/solaris
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.
|
||||
#### Boost Development Libraries git/boost
|
||||
This is a collection of test profiles having an external dependency on Boost Development Libraries
|
||||
|
||||
#### BSD Operating System Tests git/bsd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.
|
||||
|
||||
#### MacOSX Operating System Tests git/macosx
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.
|
||||
#### Disk Subsystem Tests git/disk
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.
|
||||
|
||||
#### Windows Operating System Tests git/windows
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.
|
||||
#### Every GIT Test git/everything
|
||||
This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.
|
||||
|
||||
#### Fortran git/fortran
|
||||
This is a collection of test profiles having an external dependency on Fortran
|
||||
|
||||
#### Game Tests git/game
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.
|
||||
|
||||
#### Go Language git/golang
|
||||
This is a collection of test profiles having an external dependency on Go Language
|
||||
|
||||
#### Graphics Subsystem Tests git/graphics
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.
|
||||
|
||||
#### Hurd Operating System Tests git/hurd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.
|
||||
|
||||
#### System Subsystem Tests git/system
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.
|
||||
#### Installed Tests git/installed
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.
|
||||
|
||||
#### Processor Subsystem Tests git/processor
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.
|
||||
#### Java git/java
|
||||
This is a collection of test profiles having an external dependency on Java
|
||||
|
||||
#### Disk Subsystem Tests git/disk
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.
|
||||
#### LAPACK (Linear Algebra Pack) git/lapack
|
||||
This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)
|
||||
|
||||
#### Graphics Subsystem Tests git/graphics
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.
|
||||
#### Linux Operating System Tests git/linux
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.
|
||||
|
||||
#### MacOSX Operating System Tests git/macosx
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.
|
||||
|
||||
#### Memory Subsystem Tests git/memory
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.
|
||||
@@ -1214,155 +1307,110 @@ This is a collection of test profiles found within the specified OpenBenchmarkin
|
||||
#### Network Subsystem Tests git/network
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.
|
||||
|
||||
#### Node.js + NPM git/node-npm
|
||||
This is a collection of test profiles having an external dependency on Node.js + NPM
|
||||
|
||||
#### OpenCV git/opencv
|
||||
This is a collection of test profiles having an external dependency on OpenCV
|
||||
|
||||
#### OpenMPI git/openmpi
|
||||
This is a collection of test profiles having an external dependency on OpenMPI
|
||||
|
||||
#### Other Subsystem Tests git/other
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.
|
||||
|
||||
#### Utility Tests git/utility
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.
|
||||
#### Processor Subsystem Tests git/processor
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.
|
||||
|
||||
#### Simulator Tests git/simulator
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.
|
||||
#### Python git/python
|
||||
This is a collection of test profiles having an external dependency on Python
|
||||
|
||||
#### Ruby git/ruby
|
||||
This is a collection of test profiles having an external dependency on Ruby
|
||||
|
||||
#### Rust git/rust
|
||||
This is a collection of test profiles having an external dependency on Rust
|
||||
|
||||
#### Scientific Tests git/scientific
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.
|
||||
|
||||
#### Benchmark Tests git/benchmark
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.
|
||||
#### Simulator Tests git/simulator
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.
|
||||
|
||||
#### Application Tests git/application
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.
|
||||
#### Solaris Operating System Tests git/solaris
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.
|
||||
|
||||
#### Game Tests git/game
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.
|
||||
#### Steam git/steam
|
||||
This is a collection of test profiles having an external dependency on Steam
|
||||
|
||||
#### System Subsystem Tests git/system
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.
|
||||
|
||||
#### Utility Tests git/utility
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.
|
||||
|
||||
#### Windows Operating System Tests git/windows
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.
|
||||
|
||||
#### Wine git/wine
|
||||
This is a collection of test profiles having an external dependency on Wine
|
||||
|
||||
#### Smp Tests git/smp
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.
|
||||
|
||||
#### All PTS Tests pts/all
|
||||
This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.
|
||||
|
||||
#### Installed Tests pts/installed
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.
|
||||
|
||||
#### Every PTS Test pts/everything
|
||||
This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.
|
||||
|
||||
#### Linux Operating System Tests pts/linux
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.
|
||||
|
||||
#### Solaris Operating System Tests pts/solaris
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.
|
||||
|
||||
#### BSD Operating System Tests pts/bsd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.
|
||||
|
||||
#### MacOSX Operating System Tests pts/macosx
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.
|
||||
|
||||
#### Windows Operating System Tests pts/windows
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.
|
||||
|
||||
#### Hurd Operating System Tests pts/hurd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.
|
||||
|
||||
#### System Subsystem Tests pts/system
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.
|
||||
|
||||
#### Processor Subsystem Tests pts/processor
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.
|
||||
|
||||
#### Graphics Subsystem Tests pts/graphics
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.
|
||||
|
||||
#### Other Subsystem Tests pts/other
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.
|
||||
|
||||
#### Utility Tests pts/utility
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.
|
||||
|
||||
#### Simulator Tests pts/simulator
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.
|
||||
|
||||
#### Scientific Tests pts/scientific
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.
|
||||
|
||||
#### Benchmark Tests pts/benchmark
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.
|
||||
|
||||
#### Application Tests pts/application
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.
|
||||
|
||||
#### Game Tests pts/game
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.
|
||||
|
||||
#### Smp Tests pts/smp
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.
|
||||
|
||||
#### Cuda Tests pts/cuda
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing cuda.
|
||||
|
||||
#### Openmp Tests pts/openmp
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmp.
|
||||
|
||||
#### Cloud Tests pts/cloud
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing cloud.
|
||||
|
||||
#### Docker Tests pts/docker
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing docker.
|
||||
|
||||
#### Go Tests pts/go
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing go.
|
||||
|
||||
#### Vdpau Tests pts/vdpau
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing vdpau.
|
||||
|
||||
#### Video Tests pts/video
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing video.
|
||||
|
||||
#### Responsiveness Tests pts/responsiveness
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing responsiveness.
|
||||
|
||||
#### Openmpi Tests pts/openmpi
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.
|
||||
|
||||
#### All WINDOWS Tests windows/all
|
||||
This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.
|
||||
|
||||
#### Installed Tests windows/installed
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.
|
||||
#### Application Tests windows/application
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.
|
||||
|
||||
#### Every WINDOWS Test windows/everything
|
||||
This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.
|
||||
#### Benchmark Tests windows/benchmark
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.
|
||||
|
||||
#### Linux Operating System Tests windows/linux
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.
|
||||
#### BLAS (Basic Linear Algebra Sub-Routine) Library windows/blas
|
||||
This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library
|
||||
|
||||
#### Solaris Operating System Tests windows/solaris
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.
|
||||
#### Boost Development Libraries windows/boost
|
||||
This is a collection of test profiles having an external dependency on Boost Development Libraries
|
||||
|
||||
#### BSD Operating System Tests windows/bsd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.
|
||||
|
||||
#### MacOSX Operating System Tests windows/macosx
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.
|
||||
#### Disk Subsystem Tests windows/disk
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.
|
||||
|
||||
#### Windows Operating System Tests windows/windows
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.
|
||||
#### Every WINDOWS Test windows/everything
|
||||
This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.
|
||||
|
||||
#### Fortran windows/fortran
|
||||
This is a collection of test profiles having an external dependency on Fortran
|
||||
|
||||
#### Game Tests windows/game
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.
|
||||
|
||||
#### Go Language windows/golang
|
||||
This is a collection of test profiles having an external dependency on Go Language
|
||||
|
||||
#### Graphics Subsystem Tests windows/graphics
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.
|
||||
|
||||
#### Hurd Operating System Tests windows/hurd
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.
|
||||
|
||||
#### System Subsystem Tests windows/system
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.
|
||||
#### Installed Tests windows/installed
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.
|
||||
|
||||
#### Processor Subsystem Tests windows/processor
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.
|
||||
#### Java windows/java
|
||||
This is a collection of test profiles having an external dependency on Java
|
||||
|
||||
#### Disk Subsystem Tests windows/disk
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.
|
||||
#### LAPACK (Linear Algebra Pack) windows/lapack
|
||||
This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)
|
||||
|
||||
#### Graphics Subsystem Tests windows/graphics
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.
|
||||
#### Linux Operating System Tests windows/linux
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.
|
||||
|
||||
#### MacOSX Operating System Tests windows/macosx
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.
|
||||
|
||||
#### Memory Subsystem Tests windows/memory
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.
|
||||
@@ -1370,26 +1418,53 @@ This is a collection of test profiles found within the specified OpenBenchmarkin
|
||||
#### Network Subsystem Tests windows/network
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.
|
||||
|
||||
#### Node.js + NPM windows/node-npm
|
||||
This is a collection of test profiles having an external dependency on Node.js + NPM
|
||||
|
||||
#### OpenCV windows/opencv
|
||||
This is a collection of test profiles having an external dependency on OpenCV
|
||||
|
||||
#### OpenMPI windows/openmpi
|
||||
This is a collection of test profiles having an external dependency on OpenMPI
|
||||
|
||||
#### Other Subsystem Tests windows/other
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.
|
||||
|
||||
#### Utility Tests windows/utility
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.
|
||||
#### Processor Subsystem Tests windows/processor
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.
|
||||
|
||||
#### Simulator Tests windows/simulator
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.
|
||||
#### Python windows/python
|
||||
This is a collection of test profiles having an external dependency on Python
|
||||
|
||||
#### Ruby windows/ruby
|
||||
This is a collection of test profiles having an external dependency on Ruby
|
||||
|
||||
#### Rust windows/rust
|
||||
This is a collection of test profiles having an external dependency on Rust
|
||||
|
||||
#### Scientific Tests windows/scientific
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.
|
||||
|
||||
#### Benchmark Tests windows/benchmark
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.
|
||||
#### Simulator Tests windows/simulator
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.
|
||||
|
||||
#### Application Tests windows/application
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.
|
||||
#### Solaris Operating System Tests windows/solaris
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.
|
||||
|
||||
#### Game Tests windows/game
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.
|
||||
#### Steam windows/steam
|
||||
This is a collection of test profiles having an external dependency on Steam
|
||||
|
||||
#### System Subsystem Tests windows/system
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.
|
||||
|
||||
#### Utility Tests windows/utility
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.
|
||||
|
||||
#### Windows Operating System Tests windows/windows
|
||||
This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.
|
||||
|
||||
#### Wine windows/wine
|
||||
This is a collection of test profiles having an external dependency on Wine
|
||||
|
||||
|
||||
# Component Testing
|
||||
|
||||
@@ -289,6 +289,9 @@
|
||||
<h3>show-result<em> [Test Result]</em>
|
||||
</h3>
|
||||
<p>Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.</p>
|
||||
<h3>workload-topology<em> [Test Result]</em>
|
||||
</h3>
|
||||
<p>This option will read a saved test results file and print the test profiles contained within and their arrangement within different test suites for getting an idea as to the workload topology/make-up / logical groupings of the benchmarks being run.</p>
|
||||
<h1>Other</h1>
|
||||
<h3>commands<em> </em>
|
||||
</h3>
|
||||
|
||||
@@ -9,60 +9,96 @@
|
||||
<h3>All PTS Tests<em> pts/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> pts/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every PTS Test<em> pts/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> pts/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> pts/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>BSD Operating System Tests<em> pts/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> pts/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> pts/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> pts/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> pts/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> pts/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Graphics Subsystem Tests<em> pts/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Other Subsystem Tests<em> pts/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> pts/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> pts/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Scientific Tests<em> pts/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> pts/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> pts/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Benchmark Tests<em> pts/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>BLAS (Basic Linear Algebra Sub-Routine) Library<em> pts/blas</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library</p>
|
||||
<h3>Boost Development Libraries<em> pts/boost</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Boost Development Libraries</p>
|
||||
<h3>BSD Operating System Tests<em> pts/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>Every PTS Test<em> pts/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Fortran<em> pts/fortran</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Fortran</p>
|
||||
<h3>Game Tests<em> pts/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Go Language<em> pts/golang</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Go Language</p>
|
||||
<h3>Graphics Subsystem Tests<em> pts/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Hurd Operating System Tests<em> pts/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>Installed Tests<em> pts/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>LAPACK (Linear Algebra Pack)<em> pts/lapack</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)</p>
|
||||
<h3>Linux Operating System Tests<em> pts/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> pts/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Node.js + NPM<em> pts/node-npm</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Node.js + NPM</p>
|
||||
<h3>OpenCV<em> pts/opencv</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
|
||||
<h3>Openmpi Tests<em> pts/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.</p>
|
||||
<h3>Other Subsystem Tests<em> pts/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> pts/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Ruby<em> pts/ruby</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Ruby</p>
|
||||
<h3>Rust<em> pts/rust</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Rust</p>
|
||||
<h3>Scientific Tests<em> pts/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Simulator Tests<em> pts/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Solaris Operating System Tests<em> pts/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>Steam<em> pts/steam</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Steam</p>
|
||||
<h3>System Subsystem Tests<em> pts/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Utility Tests<em> pts/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Windows Operating System Tests<em> pts/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Wine<em> pts/wine</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Wine</p>
|
||||
<h3>Smp Tests<em> pts/smp</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.</p>
|
||||
@@ -90,75 +126,114 @@
|
||||
<h3>Responsiveness Tests<em> pts/responsiveness</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing responsiveness.</p>
|
||||
<h3>Openmpi Tests<em> pts/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.</p>
|
||||
<h3>All SYSTEM Tests<em> system/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> system/installed</em>
|
||||
<h3>Application Tests<em> system/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every SYSTEM Test<em> system/everything</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Benchmark Tests<em> system/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> system/linux</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>BLAS (Basic Linear Algebra Sub-Routine) Library<em> system/blas</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> system/solaris</em>
|
||||
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library</p>
|
||||
<h3>Boost Development Libraries<em> system/boost</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Boost Development Libraries</p>
|
||||
<h3>BSD Operating System Tests<em> system/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> system/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> system/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> system/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> system/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> system/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Disk Subsystem Tests<em> system/disk</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.</p>
|
||||
<h3>Every SYSTEM Test<em> system/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Fortran<em> system/fortran</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Fortran</p>
|
||||
<h3>Game Tests<em> system/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Go Language<em> system/golang</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Go Language</p>
|
||||
<h3>Graphics Subsystem Tests<em> system/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Hurd Operating System Tests<em> system/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>Installed Tests<em> system/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Java<em> system/java</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Java</p>
|
||||
<h3>LAPACK (Linear Algebra Pack)<em> system/lapack</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)</p>
|
||||
<h3>Linux Operating System Tests<em> system/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> system/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Memory Subsystem Tests<em> system/memory</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.</p>
|
||||
<h3>Network Subsystem Tests<em> system/network</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.</p>
|
||||
<h3>Node.js + NPM<em> system/node-npm</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Node.js + NPM</p>
|
||||
<h3>OpenCV<em> system/opencv</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
|
||||
<h3>OpenMPI<em> system/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenMPI</p>
|
||||
<h3>Other Subsystem Tests<em> system/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> system/utility</em>
|
||||
<h3>Processor Subsystem Tests<em> system/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> system/simulator</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Python<em> system/python</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Python</p>
|
||||
<h3>Ruby<em> system/ruby</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Ruby</p>
|
||||
<h3>Rust<em> system/rust</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Rust</p>
|
||||
<h3>Scientific Tests<em> system/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> system/benchmark</em>
|
||||
<h3>Simulator Tests<em> system/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> system/application</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Solaris Operating System Tests<em> system/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Game Tests<em> system/game</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>Steam<em> system/steam</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Steam</p>
|
||||
<h3>System Subsystem Tests<em> system/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Utility Tests<em> system/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Windows Operating System Tests<em> system/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Wine<em> system/wine</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Wine</p>
|
||||
<h3>Opencl Tests<em> system/opencl</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing opencl.</p>
|
||||
@@ -168,224 +243,221 @@
|
||||
<h3>All GIT Tests<em> git/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> git/installed</em>
|
||||
<h3>Application Tests<em> git/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every GIT Test<em> git/everything</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Benchmark Tests<em> git/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> git/linux</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>BLAS (Basic Linear Algebra Sub-Routine) Library<em> git/blas</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> git/solaris</em>
|
||||
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library</p>
|
||||
<h3>Boost Development Libraries<em> git/boost</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Boost Development Libraries</p>
|
||||
<h3>BSD Operating System Tests<em> git/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> git/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> git/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> git/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> git/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> git/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Disk Subsystem Tests<em> git/disk</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.</p>
|
||||
<h3>Every GIT Test<em> git/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Fortran<em> git/fortran</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Fortran</p>
|
||||
<h3>Game Tests<em> git/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Go Language<em> git/golang</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Go Language</p>
|
||||
<h3>Graphics Subsystem Tests<em> git/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Hurd Operating System Tests<em> git/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>Installed Tests<em> git/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Java<em> git/java</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Java</p>
|
||||
<h3>LAPACK (Linear Algebra Pack)<em> git/lapack</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)</p>
|
||||
<h3>Linux Operating System Tests<em> git/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> git/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Memory Subsystem Tests<em> git/memory</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.</p>
|
||||
<h3>Network Subsystem Tests<em> git/network</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.</p>
|
||||
<h3>Node.js + NPM<em> git/node-npm</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Node.js + NPM</p>
|
||||
<h3>OpenCV<em> git/opencv</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
|
||||
<h3>OpenMPI<em> git/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenMPI</p>
|
||||
<h3>Other Subsystem Tests<em> git/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> git/utility</em>
|
||||
<h3>Processor Subsystem Tests<em> git/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> git/simulator</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Python<em> git/python</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Python</p>
|
||||
<h3>Ruby<em> git/ruby</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Ruby</p>
|
||||
<h3>Rust<em> git/rust</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Rust</p>
|
||||
<h3>Scientific Tests<em> git/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> git/benchmark</em>
|
||||
<h3>Simulator Tests<em> git/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> git/application</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Solaris Operating System Tests<em> git/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Game Tests<em> git/game</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>Steam<em> git/steam</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Steam</p>
|
||||
<h3>System Subsystem Tests<em> git/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Utility Tests<em> git/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Windows Operating System Tests<em> git/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Wine<em> git/wine</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Wine</p>
|
||||
<h3>Smp Tests<em> git/smp</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.</p>
|
||||
<h3>All PTS Tests<em> pts/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> pts/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every PTS Test<em> pts/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> pts/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> pts/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>BSD Operating System Tests<em> pts/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> pts/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> pts/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> pts/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> pts/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> pts/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Graphics Subsystem Tests<em> pts/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Other Subsystem Tests<em> pts/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> pts/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> pts/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Scientific Tests<em> pts/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> pts/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> pts/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Game Tests<em> pts/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Smp Tests<em> pts/smp</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.</p>
|
||||
<h3>Cuda Tests<em> pts/cuda</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing cuda.</p>
|
||||
<h3>Openmp Tests<em> pts/openmp</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmp.</p>
|
||||
<h3>Cloud Tests<em> pts/cloud</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing cloud.</p>
|
||||
<h3>Docker Tests<em> pts/docker</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing docker.</p>
|
||||
<h3>Go Tests<em> pts/go</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing go.</p>
|
||||
<h3>Vdpau Tests<em> pts/vdpau</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing vdpau.</p>
|
||||
<h3>Video Tests<em> pts/video</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing video.</p>
|
||||
<h3>Responsiveness Tests<em> pts/responsiveness</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing responsiveness.</p>
|
||||
<h3>Openmpi Tests<em> pts/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.</p>
|
||||
<h3>All WINDOWS Tests<em> windows/all</em>
|
||||
</h3>
|
||||
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
|
||||
<h3>Installed Tests<em> windows/installed</em>
|
||||
<h3>Application Tests<em> windows/application</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Every WINDOWS Test<em> windows/everything</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Benchmark Tests<em> windows/benchmark</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Linux Operating System Tests<em> windows/linux</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>BLAS (Basic Linear Algebra Sub-Routine) Library<em> windows/blas</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>Solaris Operating System Tests<em> windows/solaris</em>
|
||||
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine) Library</p>
|
||||
<h3>Boost Development Libraries<em> windows/boost</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Boost Development Libraries</p>
|
||||
<h3>BSD Operating System Tests<em> windows/bsd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> windows/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Windows Operating System Tests<em> windows/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Hurd Operating System Tests<em> windows/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>System Subsystem Tests<em> windows/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Processor Subsystem Tests<em> windows/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Disk Subsystem Tests<em> windows/disk</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.</p>
|
||||
<h3>Every WINDOWS Test<em> windows/everything</em>
|
||||
</h3>
|
||||
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
|
||||
<h3>Fortran<em> windows/fortran</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Fortran</p>
|
||||
<h3>Game Tests<em> windows/game</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<h3>Go Language<em> windows/golang</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Go Language</p>
|
||||
<h3>Graphics Subsystem Tests<em> windows/graphics</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
|
||||
<h3>Hurd Operating System Tests<em> windows/hurd</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
|
||||
<h3>Installed Tests<em> windows/installed</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
|
||||
<h3>Java<em> windows/java</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Java</p>
|
||||
<h3>LAPACK (Linear Algebra Pack)<em> windows/lapack</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)</p>
|
||||
<h3>Linux Operating System Tests<em> windows/linux</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
|
||||
<h3>MacOSX Operating System Tests<em> windows/macosx</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
|
||||
<h3>Memory Subsystem Tests<em> windows/memory</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.</p>
|
||||
<h3>Network Subsystem Tests<em> windows/network</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.</p>
|
||||
<h3>Node.js + NPM<em> windows/node-npm</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Node.js + NPM</p>
|
||||
<h3>OpenCV<em> windows/opencv</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
|
||||
<h3>OpenMPI<em> windows/openmpi</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on OpenMPI</p>
|
||||
<h3>Other Subsystem Tests<em> windows/other</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
|
||||
<h3>Utility Tests<em> windows/utility</em>
|
||||
<h3>Processor Subsystem Tests<em> windows/processor</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Simulator Tests<em> windows/simulator</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
|
||||
<h3>Python<em> windows/python</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Python</p>
|
||||
<h3>Ruby<em> windows/ruby</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Ruby</p>
|
||||
<h3>Rust<em> windows/rust</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Rust</p>
|
||||
<h3>Scientific Tests<em> windows/scientific</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
|
||||
<h3>Benchmark Tests<em> windows/benchmark</em>
|
||||
<h3>Simulator Tests<em> windows/simulator</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
|
||||
<h3>Application Tests<em> windows/application</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
|
||||
<h3>Solaris Operating System Tests<em> windows/solaris</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
|
||||
<h3>Game Tests<em> windows/game</em>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
|
||||
<h3>Steam<em> windows/steam</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
|
||||
<p>This is a collection of test profiles having an external dependency on Steam</p>
|
||||
<h3>System Subsystem Tests<em> windows/system</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
|
||||
<h3>Utility Tests<em> windows/utility</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
|
||||
<h3>Windows Operating System Tests<em> windows/windows</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
|
||||
<h3>Wine<em> windows/wine</em>
|
||||
</h3>
|
||||
<p>This is a collection of test profiles having an external dependency on Wine</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"main":{"generated":1583166994},"tests":{"aom-av1":{"title":"AOM AV1","description":"This is a simple test of the AOMedia AV1 encoder run on the CPU with a sample video file.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"713","last_updated":"1552063091","first_added":"1552063091","popularity":"1089","downloads":"1597","versions":["1.1.0"]},"dav1d":{"title":"dav1d","description":"Dav1d is an open-source, speedy AV1 video decoder. This test profile times how long it takes to decode sample AV1 video content.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"612","last_updated":"1579721829","first_added":"1579697045","popularity":"517","downloads":1307,"versions":["1.0.1","1.0.0"]},"rav1e":{"title":"rav1e","description":"Xiph rav1e is a Rust-written AV1 video encoder.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"709","last_updated":"1578155433","first_added":"1578155433","popularity":"543","downloads":"1659","versions":["1.0.0"]},"svt-av1":{"title":"SVT-AV1","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-AV1 CPU-based multi-threaded video encoder for the AV1 video format with a sample 1080p YUV video file. This test profile fork builds the encoder from Git source rather than a snapshot.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"135","last_updated":"1552059151","first_added":"1552059151","popularity":"1083","downloads":"1595","versions":["1.2.0"]},"svt-hevc":{"title":"SVT-HEVC","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-HEVC CPU-based multi-threaded video encoder for the HEVC \/ H.265 video format with a sample 1080p YUV video file. This test uses SVT-HEVC from Git master.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"55","last_updated":"1552060068","first_added":"1552060068","popularity":"1074","downloads":"1586","versions":["1.0.0"]},"svt-vp9":{"title":"SVT-VP9","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-VP9 CPU-based multi-threaded video encoder for the VP9 video format with a sample 1080p YUV video file. This test profile uses the Git snapshot of SVT-VP9.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"47","last_updated":"1552059681","first_added":"1552059681","popularity":"1087","downloads":"1584","versions":["1.0.0"]},"vpxenc":{"title":"VP9 libvpx Encoding","description":"This is a standard video encoding performance test of Google's libvpx library and the vpxenc command for the VP9\/WebM format using a sample 1080p video.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"778","last_updated":"1552061773","first_added":"1552061773","popularity":"1088","downloads":"1567","versions":["2.3.0"]},"x265":{"title":"x265","description":"This is a simple test of the x265 encoder run on the CPU with a sample 1080p video file.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"124","last_updated":"1552061034","first_added":"1552061034","popularity":"1068","downloads":"1634","versions":["1.1.0"]}},"suites":[]}
|
||||
{"main":{"generated":1587214874},"tests":{"aom-av1":{"title":"AOM AV1","description":"This is a simple test of the AOMedia AV1 encoder run on the CPU with a sample video file.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"749","last_updated":"1552063091","first_added":"1552063091","popularity":"1136","downloads":"1634","versions":["1.1.0"]},"dav1d":{"title":"dav1d","description":"Dav1d is an open-source, speedy AV1 video decoder. This test profile times how long it takes to decode sample AV1 video content.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"742","last_updated":"1579721829","first_added":"1579697045","popularity":"752","downloads":1615,"versions":["1.0.1","1.0.0"]},"rav1e":{"title":"rav1e","description":"Xiph rav1e is a Rust-written AV1 video encoder.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"709","last_updated":"1578155433","first_added":"1578155433","popularity":"728","downloads":"1889","versions":["1.0.0"]},"svt-av1":{"title":"SVT-AV1","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-AV1 CPU-based multi-threaded video encoder for the AV1 video format with a sample 1080p YUV video file. This test profile fork builds the encoder from Git source rather than a snapshot.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"153","last_updated":"1552059151","first_added":"1552059151","popularity":"1128","downloads":"1631","versions":["1.2.0"]},"svt-hevc":{"title":"SVT-HEVC","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-HEVC CPU-based multi-threaded video encoder for the HEVC \/ H.265 video format with a sample 1080p YUV video file. This test uses SVT-HEVC from Git master.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"55","last_updated":"1552060068","first_added":"1552060068","popularity":"1122","downloads":"1622","versions":["1.0.0"]},"svt-vp9":{"title":"SVT-VP9","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-VP9 CPU-based multi-threaded video encoder for the VP9 video format with a sample 1080p YUV video file. This test profile uses the Git snapshot of SVT-VP9.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"45","last_updated":"1552059681","first_added":"1552059681","popularity":"1131","downloads":"1620","versions":["1.0.0"]},"vpxenc":{"title":"VP9 libvpx Encoding","description":"This is a standard video encoding performance test of Google's libvpx library and the vpxenc command for the VP9\/WebM format using a sample 1080p video.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"775","last_updated":"1552061773","first_added":"1552061773","popularity":"1134","downloads":"1603","versions":["2.3.0"]},"x265":{"title":"x265","description":"This is a simple test of the x265 encoder run on the CPU with a sample 1080p video file.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"139","last_updated":"1552061034","first_added":"1552061034","popularity":"1115","downloads":"1673","versions":["1.1.0"]}},"suites":[]}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
29
ob-cache/test-profiles/pts/basis-1.0.1/downloads.xml
Normal file
29
ob-cache/test-profiles/pts/basis-1.0.1/downloads.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>http://phoronix-test-suite.com/benchmark-files/png-samples-1.tar.xz</URL>
|
||||
<MD5>3f928e4d08777e6e84c54202a00429de</MD5>
|
||||
<SHA256>9810c8fd3afd35b4755c2a46f14fc66e2b9199c22e46a5946123c9250f2d1ccd</SHA256>
|
||||
<FileName>png-samples-1.tar.xz</FileName>
|
||||
<FileSize>58346628</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/BinomialLLC/basis_universal/archive/v1.12.tar.gz</URL>
|
||||
<MD5>51de6b32f21847b49b74fa6e147c2c91</MD5>
|
||||
<SHA256>e654e4c333b7bc886e049c13f75de8ae1d2ca23aae6fd2252521bfd484461322</SHA256>
|
||||
<FileName>basis_universal-1.12.tar.gz</FileName>
|
||||
<FileSize>29599729</FileSize>
|
||||
<PlatformSpecific>Linux</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/BinomialLLC/basis_universal/releases/download/v1.12/basisu_win_linux_v112.zip</URL>
|
||||
<MD5>a44d5d941cb1f8f1d57ec145ef2b310a</MD5>
|
||||
<SHA256>2a5e50b8626e6f49a51c624eafadd5be42a49651cf16ff252feacf5d8f133460</SHA256>
|
||||
<FileName>basisu_win_linux_v112.zip</FileName>
|
||||
<FileSize>1514207</FileSize>
|
||||
<PlatformSpecific>Windows</PlatformSpecific>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
15
ob-cache/test-profiles/pts/basis-1.0.1/install.sh
Normal file
15
ob-cache/test-profiles/pts/basis-1.0.1/install.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf png-samples-1.tar.xz
|
||||
tar -xf basis_universal-1.12.tar.gz
|
||||
cd basis_universal-1.12/
|
||||
cmake CMakeLists.txt
|
||||
make -j $NUM_CPU_CORES
|
||||
echo \$? > ~/install-exit-status
|
||||
|
||||
cd ~
|
||||
echo "#!/bin/sh
|
||||
cd basis_universal-1.12/bin
|
||||
./basisu \$@ ~/sample-*.png > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > basis
|
||||
chmod +x basis
|
||||
10
ob-cache/test-profiles/pts/basis-1.0.1/install_windows.sh
Normal file
10
ob-cache/test-profiles/pts/basis-1.0.1/install_windows.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf png-samples-1.tar.xz
|
||||
unzip -o basisu_win_linux_v112.zip
|
||||
chmod +x basisu.exe
|
||||
|
||||
echo "#!/bin/sh
|
||||
./basisu.exe \$@ sample-*.png > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > basis
|
||||
chmod +x basis
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate>Compression succeeded to file "sample-1.basis" in #_RESULT_# secs</OutputTemplate>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
52
ob-cache/test-profiles/pts/basis-1.0.1/test-definition.xml
Normal file
52
ob-cache/test-profiles/pts/basis-1.0.1/test-definition.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Basis Universal</Title>
|
||||
<AppVersion>1.12</AppVersion>
|
||||
<Description>Basis Universal is a GPU texture codoec. This test times how long it takes to convert sRGB PNGs into Basis Univeral assets with various settings.</Description>
|
||||
<ResultScale>Seconds</ResultScale>
|
||||
<Proportion>LIB</Proportion>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.0.1</Version>
|
||||
<SupportedPlatforms>Linux, Windows</SupportedPlatforms>
|
||||
<SoftwareType>Benchmark</SoftwareType>
|
||||
<TestType>System</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, cmake</ExternalDependencies>
|
||||
<EnvironmentSize>1</EnvironmentSize>
|
||||
<ProjectURL>http://github.com/BinomialLLC/basis_universal</ProjectURL>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
<TestSettings>
|
||||
<Option>
|
||||
<DisplayName>Settings</DisplayName>
|
||||
<Identifier>settings</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>ETC1S</Name>
|
||||
<Value> </Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>UASTC Level 0</Name>
|
||||
<Value>-uastc -uastc_level 0</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>UASTC Level 2</Name>
|
||||
<Value>-uastc -uastc_level 2</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>UASTC Level 3</Name>
|
||||
<Value>-uastc -uastc_level 3</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>UASTC Level 2 + RDO Post-Processing</Name>
|
||||
<Value>-uastc -uastc_level 2 -uastc_rdo_q .75</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
</TestSettings>
|
||||
</PhoronixTestSuite>
|
||||
13
ob-cache/test-profiles/pts/build-gcc-1.2.0/downloads.xml
Normal file
13
ob-cache/test-profiles/pts/build-gcc-1.2.0/downloads.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-9.3.0/gcc-9.3.0.tar.gz, ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-9.3.0/gcc-9.3.0.tar.gz, https://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.gz</URL>
|
||||
<MD5>9b7e8f6cfad96114e726c752935af58a</MD5>
|
||||
<SHA256>5258a9b6afe9463c2e56b9e8355b1a4bee125ca828b8078f910303bc2ef91fa6</SHA256>
|
||||
<FileName>gcc-9.3.0.tar.gz</FileName>
|
||||
<FileSize>124140238</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
9
ob-cache/test-profiles/pts/build-gcc-1.2.0/install.sh
Normal file
9
ob-cache/test-profiles/pts/build-gcc-1.2.0/install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "#!/bin/sh
|
||||
|
||||
cd gcc-9.3.0
|
||||
make -s -j \$NUM_CPU_CORES 2>&1
|
||||
echo \$? > ~/test-exit-status" > build-gcc
|
||||
|
||||
chmod +x build-gcc
|
||||
6
ob-cache/test-profiles/pts/build-gcc-1.2.0/interim.sh
Normal file
6
ob-cache/test-profiles/pts/build-gcc-1.2.0/interim.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd gcc-9.3.0
|
||||
make distclean
|
||||
./contrib/download_prerequisites
|
||||
./configure --disable-multilib --enable-checking=release
|
||||
3
ob-cache/test-profiles/pts/build-gcc-1.2.0/post.sh
Normal file
3
ob-cache/test-profiles/pts/build-gcc-1.2.0/post.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf gcc-9.3.0
|
||||
10
ob-cache/test-profiles/pts/build-gcc-1.2.0/pre.sh
Normal file
10
ob-cache/test-profiles/pts/build-gcc-1.2.0/pre.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf gcc-9.3.0
|
||||
tar -xf gcc-9.3.0.tar.gz
|
||||
|
||||
cd gcc-9.3.0
|
||||
./contrib/download_prerequisites
|
||||
./configure --disable-multilib --enable-checking=release
|
||||
make defconfig
|
||||
make clean
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<SystemMonitor>
|
||||
<Sensor>sys.time</Sensor>
|
||||
</SystemMonitor>
|
||||
</PhoronixTestSuite>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Timed GCC Compilation</Title>
|
||||
<AppVersion>9.3.0</AppVersion>
|
||||
<Description>This test times how long it takes to build the GNU Compiler Collection (GCC).</Description>
|
||||
<ResultScale>Seconds</ResultScale>
|
||||
<Proportion>LIB</Proportion>
|
||||
<SubTitle>Time To Compile</SubTitle>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.2.0</Version>
|
||||
<SupportedPlatforms>Linux, BSD, macOS</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, bison, flex, gmp-library</ExternalDependencies>
|
||||
<ProjectURL>https://gcc.gnu.org/</ProjectURL>
|
||||
<InternalTags>SMP</InternalTags>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
</PhoronixTestSuite>
|
||||
13
ob-cache/test-profiles/pts/build-llvm-1.2.0/downloads.xml
Normal file
13
ob-cache/test-profiles/pts/build-llvm-1.2.0/downloads.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/llvm-10.0.0.src.tar.xz</URL>
|
||||
<MD5>693cefdc49d618f828144486a18b473f</MD5>
|
||||
<SHA256>df83a44b3a9a71029049ec101fb0077ecbbdf5fe41e395215025779099a98fdf</SHA256>
|
||||
<FileName>llvm-10.0.0.src.tar.xz</FileName>
|
||||
<FileSize>35733192</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
9
ob-cache/test-profiles/pts/build-llvm-1.2.0/install.sh
Normal file
9
ob-cache/test-profiles/pts/build-llvm-1.2.0/install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "#!/bin/sh
|
||||
|
||||
cd build
|
||||
make -s -j \$NUM_CPU_CORES 2>&1
|
||||
echo \$? > ~/test-exit-status" > build-llvm
|
||||
|
||||
chmod +x build-llvm
|
||||
4
ob-cache/test-profiles/pts/build-llvm-1.2.0/interim.sh
Normal file
4
ob-cache/test-profiles/pts/build-llvm-1.2.0/interim.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd build
|
||||
make clean
|
||||
3
ob-cache/test-profiles/pts/build-llvm-1.2.0/post.sh
Normal file
3
ob-cache/test-profiles/pts/build-llvm-1.2.0/post.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf build
|
||||
10
ob-cache/test-profiles/pts/build-llvm-1.2.0/pre.sh
Normal file
10
ob-cache/test-profiles/pts/build-llvm-1.2.0/pre.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf build
|
||||
rm -rf llvm-llvm-10.0.0.src
|
||||
mkdir build
|
||||
tar -xJf llvm-10.0.0.src.tar.xz
|
||||
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE:STRING=Release ../llvm-10.0.0.src
|
||||
|
||||
10
ob-cache/test-profiles/pts/build-llvm-1.2.0/pre_windows.sh
Normal file
10
ob-cache/test-profiles/pts/build-llvm-1.2.0/pre_windows.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf build
|
||||
rm -rf llvm-10.0.0.src
|
||||
mkdir build
|
||||
tar -xJf llvm-10.0.0.src.tar.xz
|
||||
|
||||
cd build
|
||||
cmake cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release ../llvm-10.0.0.src
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<SystemMonitor>
|
||||
<Sensor>sys.time</Sensor>
|
||||
</SystemMonitor>
|
||||
</PhoronixTestSuite>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Timed LLVM Compilation</Title>
|
||||
<AppVersion>10.0</AppVersion>
|
||||
<Description>This test times how long it takes to build the LLVM compiler.</Description>
|
||||
<ResultScale>Seconds</ResultScale>
|
||||
<Proportion>LIB</Proportion>
|
||||
<SubTitle>Time To Compile</SubTitle>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.2.0</Version>
|
||||
<SupportedPlatforms>Linux, BSD, MacOSX, Windows</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, cmake, python</ExternalDependencies>
|
||||
<ProjectURL>http://www.llvm.org/</ProjectURL>
|
||||
<InternalTags>SMP</InternalTags>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
</PhoronixTestSuite>
|
||||
13
ob-cache/test-profiles/pts/cassandra-1.0.3/downloads.xml
Normal file
13
ob-cache/test-profiles/pts/cassandra-1.0.3/downloads.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m1-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>https://archive.apache.org/dist/cassandra/3.11.4/apache-cassandra-3.11.4-bin.tar.gz, https://repo1.maven.org/maven2/org/apache/cassandra/apache-cassandra/3.11.4/apache-cassandra-3.11.4-bin.tar.gz, http://apache.belnet.be/cassandra/3.11.4/apache-cassandra-3.11.4-bin.tar.gz</URL>
|
||||
<MD5>800e522556e86400f4cf754953df626c</MD5>
|
||||
<SHA256>5d598e23c3ffc4db0301ec2b313061e3208fae0f9763d4b47888237dd9069987</SHA256>
|
||||
<FileName>apache-cassandra-3.11.4-bin.tar.gz</FileName>
|
||||
<FileSize>41235177</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
55
ob-cache/test-profiles/pts/cassandra-1.0.3/install.sh
Normal file
55
ob-cache/test-profiles/pts/cassandra-1.0.3/install.sh
Normal file
@@ -0,0 +1,55 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf apache-cassandra-3.11.4-bin.tar.gz
|
||||
cd ~/apache-cassandra-3.11.4/bin/
|
||||
chmod +x cassandra
|
||||
cd ~/apache-cassandra-3.11.4/tools/bin
|
||||
chmod +x cassandra-stress
|
||||
|
||||
cd ~/apache-cassandra-3.11.4/conf
|
||||
sed -i '/-XX:GCLogFileSize=10M/d' ./jvm.options
|
||||
sed -i '/-XX:NumberOfGCLogFiles=10/d' ./jvm.options
|
||||
sed -i '/-XX:+UseGCLogFileRotation/d' ./jvm.options
|
||||
sed -i '/-XX:+PrintPromotionFailure/d' ./jvm.options
|
||||
sed -i '/-XX:+PrintGCApplicationStoppedTime/d' ./jvm.options
|
||||
sed -i '/-XX:+PrintTenuringDistribution/d' ./jvm.options
|
||||
sed -i '/-XX:+PrintHeapAtGC/d' ./jvm.options
|
||||
sed -i '/-XX:+PrintGCDateStamps/d' ./jvm.options
|
||||
sed -i '/-XX:+UseParNewGC/d' ./jvm.options
|
||||
sed -i '/-XX:ThreadPriorityPolicy=42/d' ./jvm.options
|
||||
# sed -i '//d' ./infile
|
||||
mkdir ~/apache-cassandra-3.11.4/logs
|
||||
|
||||
cd ~
|
||||
echo "#!/bin/bash
|
||||
cd apache-cassandra-3.11.4/bin/
|
||||
./cassandra -f -R &
|
||||
CASSANDRA_SERVER_PID=\$!
|
||||
sleep 10
|
||||
|
||||
cd ~/apache-cassandra-3.11.4/tools/bin
|
||||
case \"\$1\" in
|
||||
\"WRITE\")
|
||||
./cassandra-stress write duration=1m -rate threads=\$NUM_CPU_CORES > \$LOG_FILE 2>&1
|
||||
;;
|
||||
\"READ\")
|
||||
./cassandra-stress write -rate threads=\$NUM_CPU_CORES
|
||||
sleep 2
|
||||
./cassandra-stress read duration=1m -rate threads=\$NUM_CPU_CORES > \$LOG_FILE 2>&1
|
||||
;;
|
||||
\"MIXED_1_1\")
|
||||
./cassandra-stress write -rate threads=\$NUM_CPU_CORES
|
||||
sleep 2
|
||||
./cassandra-stress mixed ratio\(write=1,read=1\) duration=1m -rate threads=\$NUM_CPU_CORES > \$LOG_FILE 2>&1
|
||||
;;
|
||||
\"MIXED_1_3\")
|
||||
./cassandra-stress write -rate threads=\$NUM_CPU_CORES
|
||||
sleep 2
|
||||
./cassandra-stress mixed ratio\(write=1,read=3\) duration=1m -rate threads=\$NUM_CPU_CORES > \$LOG_FILE 2>&1
|
||||
;;
|
||||
esac
|
||||
|
||||
kill \$CASSANDRA_SERVER_PID
|
||||
sleep 2
|
||||
" > cassandra
|
||||
chmod +x cassandra
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m1-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate>Op rate : #_RESULT_# op/s [WRITE: 55,622 op/s]</OutputTemplate>
|
||||
<LineHint>Op rate</LineHint>
|
||||
<StripFromResult>,</StripFromResult>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m1-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Apache Cassandra</Title>
|
||||
<AppVersion>3.11.4</AppVersion>
|
||||
<Description>This is a benchmark of the Apache Cassandra NoSQL database management system making use of cassandra-stress.</Description>
|
||||
<ResultScale>Op/s</ResultScale>
|
||||
<Proportion>HIB</Proportion>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.0.3</Version>
|
||||
<SupportedPlatforms>Linux</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>System</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>java</ExternalDependencies>
|
||||
<EnvironmentSize>2100</EnvironmentSize>
|
||||
<ProjectURL>http://cassandra.apache.org/</ProjectURL>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
<TestSettings>
|
||||
<Option>
|
||||
<DisplayName>Test</DisplayName>
|
||||
<Identifier>test</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>Reads</Name>
|
||||
<Value>READ</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Writes</Name>
|
||||
<Value>WRITE</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Mixed 1:1</Name>
|
||||
<Value>MIXED_1_1</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Mixed 1:3</Name>
|
||||
<Value>MIXED_1_3</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
</TestSettings>
|
||||
</PhoronixTestSuite>
|
||||
28
ob-cache/test-profiles/pts/compress-zstd-1.1.3/downloads.xml
Normal file
28
ob-cache/test-profiles/pts/compress-zstd-1.1.3/downloads.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m1-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>http://old-releases.ubuntu.com/releases/16.04.3/ubuntu-16.04.3-server-i386.img</URL>
|
||||
<MD5>8428cead4ee139873da19248590e354f</MD5>
|
||||
<SHA256>2e763f7f3546be33ebc9a59311b2eee3b0b0c8e021fae65431c219b531d26d32</SHA256>
|
||||
<FileName>ubuntu-16.04.3-server-i386.img</FileName>
|
||||
<FileSize>834666496</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://github.com/facebook/zstd/archive/v1.3.4.tar.gz, http://www.phoronix-test-suite.com/benchmark-files/zstd-1.3.4.tar.gz</URL>
|
||||
<MD5>10bf0353e3dedd8bae34a188c25d4261</MD5>
|
||||
<SHA256>92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9</SHA256>
|
||||
<FileName>zstd-1.3.4.tar.gz</FileName>
|
||||
<FileSize>2059958</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://github.com/facebook/zstd/releases/download/v1.3.4/zstd-v1.3.4-win64.zip</URL>
|
||||
<MD5>c16aa54401b42fa75257938f38c79e10</MD5>
|
||||
<SHA256>b71f16f211aa0397a90e046ac4358c982ab9947c33e1004c933e69aee548ff26</SHA256>
|
||||
<FileName>zstd-v1.3.4-win64.zip</FileName>
|
||||
<FileSize>1221468</FileSize>
|
||||
<PlatformSpecific>Windows</PlatformSpecific>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
67
ob-cache/test-profiles/pts/compress-zstd-1.1.3/install.sh
Normal file
67
ob-cache/test-profiles/pts/compress-zstd-1.1.3/install.sh
Normal file
@@ -0,0 +1,67 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xvf zstd-1.3.4.tar.gz
|
||||
cd zstd-1.3.4/
|
||||
cat > portable-header-prefix.patch <<'EOF'
|
||||
From edde62b003878b62b75492c2c446da1acb5d2b27 Mon Sep 17 00:00:00 2001
|
||||
From: Ming Chen <ming.chen1986@gmail.com>
|
||||
Date: Mon, 23 Mar 2020 10:33:17 +0800
|
||||
Subject: [PATCH] compress-zstd: fix missing line breaks
|
||||
|
||||
This change fixes issue #132: compress-zstd-1.1.2: the embedded patch
|
||||
fails to apply
|
||||
---
|
||||
pts/compress-zstd-1.1.2/install.sh | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
diff --git a/pts/compress-zstd-1.1.2/install.sh b/pts/compress-zstd-1.1.2/install.sh
|
||||
index af80c8c..518ba14 100644
|
||||
--- a/pts/compress-zstd-1.1.2/install.sh
|
||||
+++ b/pts/compress-zstd-1.1.2/install.sh
|
||||
@@ -6,7 +6,9 @@ cat > portable-header-prefix.patch <<'EOF'
|
||||
--- programs/Makefile
|
||||
+++ programs/Makefile
|
||||
@@ -84,9 +84,14 @@ endif
|
||||
+
|
||||
VOID = /dev/null
|
||||
+
|
||||
+# more portable header prefix
|
||||
+# https://github.com/facebook/zstd/issues/1983
|
||||
+# https://github.com/facebook/zstd/commit/06a57cf57e3c4e887cadcf688e3081154f3f6db4
|
||||
@@ -20,6 +22,7 @@ cat > portable-header-prefix.patch <<'EOF'
|
||||
ifeq ($(HAVE_THREAD), 1)
|
||||
THREAD_MSG := ==> building with threading support
|
||||
@@ -98,7 +103,7 @@ endif
|
||||
+
|
||||
# zlib detection
|
||||
NO_ZLIB_MSG := ==> no zlib, building zstd without .gz support
|
||||
-HAVE_ZLIB := $(shell printf '\#include <zlib.h>\nint main(void) { return 0; }' | $(CC) $(FLAGS) -o have_zlib$(EXT) -x c - -lz 2> $(VOID) && rm have_zlib$(EXT) && echo 1 || echo 0)
|
||||
@@ -28,6 +31,7 @@ cat > portable-header-prefix.patch <<'EOF'
|
||||
ZLIB_MSG := ==> building zstd with .gz compression support
|
||||
ZLIBCPP = -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS
|
||||
@@ -109,7 +114,7 @@ endif
|
||||
+
|
||||
# lzma detection
|
||||
NO_LZMA_MSG := ==> no liblzma, building zstd without .xz/.lzma support
|
||||
-HAVE_LZMA := $(shell printf '\#include <lzma.h>\nint main(void) { return 0; }' | $(CC) $(FLAGS) -o have_lzma$(EXT) -x c - -llzma 2> $(VOID) && rm have_lzma$(EXT) && echo 1 || echo 0)
|
||||
@@ -36,6 +40,7 @@ cat > portable-header-prefix.patch <<'EOF'
|
||||
LZMA_MSG := ==> building zstd with .xz/.lzma compression support
|
||||
LZMACPP = -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS
|
||||
@@ -120,7 +125,7 @@ endif
|
||||
+
|
||||
# lz4 detection
|
||||
NO_LZ4_MSG := ==> no liblz4, building zstd without .lz4 support
|
||||
-HAVE_LZ4 := $(shell printf '\#include <lz4frame.h>\n\#include <lz4.h>\nint main(void) { return 0; }' | $(CC) $(FLAGS) -o have_lz4$(EXT) -x c - -llz4 2> $(VOID) && rm have_lz4$(EXT) && echo 1 || echo 0)
|
||||
--
|
||||
2.25.1
|
||||
|
||||
|
||||
EOF
|
||||
patch -p0 < portable-header-prefix.patch
|
||||
make
|
||||
cd ~
|
||||
cat > compress-zstd <<EOT
|
||||
#!/bin/sh
|
||||
./zstd-1.3.4/zstd -19 -T\$NUM_CPU_CORES ubuntu-16.04.3-server-i386.img > /dev/null 2>&1
|
||||
EOT
|
||||
chmod +x compress-zstd
|
||||
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
unzip -o zstd-v1.3.4-win64.zip
|
||||
cat > compress-zstd <<EOT
|
||||
#!/bin/sh
|
||||
./zstd.exe -19 -T\$NUM_CPU_CORES ubuntu-16.04.3-server-i386.img 2>&1
|
||||
EOT
|
||||
chmod +x compress-zstd
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f ubuntu-16.04.3-server-i386.img.zst
|
||||
3
ob-cache/test-profiles/pts/compress-zstd-1.1.3/post.sh
Normal file
3
ob-cache/test-profiles/pts/compress-zstd-1.1.3/post.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f ubuntu-16.04.3-server-i386.img.zst
|
||||
4
ob-cache/test-profiles/pts/compress-zstd-1.1.3/pre.sh
Normal file
4
ob-cache/test-profiles/pts/compress-zstd-1.1.3/pre.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f ubuntu-16.04.3-server-i386.img.zst
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m1-->
|
||||
<PhoronixTestSuite>
|
||||
<SystemMonitor>
|
||||
<Sensor>sys.time</Sensor>
|
||||
</SystemMonitor>
|
||||
</PhoronixTestSuite>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m1-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Zstd Compression</Title>
|
||||
<AppVersion>1.3.4</AppVersion>
|
||||
<Description>This test measures the time needed to compress a sample file (an Ubuntu file-system image) using Zstd compression.</Description>
|
||||
<ResultScale>Seconds</ResultScale>
|
||||
<Proportion>LIB</Proportion>
|
||||
<SubTitle>Compressing ubuntu-16.04.3-server-i386.img, Compression Level 19</SubTitle>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.1.3</Version>
|
||||
<SupportedPlatforms>Linux, BSD, MacOSX, Solaris, Windows</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities</ExternalDependencies>
|
||||
<EnvironmentSize>848</EnvironmentSize>
|
||||
<EnvironmentTestingSize>256</EnvironmentTestingSize>
|
||||
<ProjectURL>http://github.com/facebook/zstd</ProjectURL>
|
||||
<Maintainer>Victor Rodriguez</Maintainer>
|
||||
</TestProfile>
|
||||
</PhoronixTestSuite>
|
||||
66
ob-cache/test-profiles/pts/dav1d-1.5.0/downloads.xml
Normal file
66
ob-cache/test-profiles/pts/dav1d-1.5.0/downloads.xml
Normal file
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.4.1-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>http://ffmpeg.org/releases/ffmpeg-4.2.1.tar.bz2</URL>
|
||||
<MD5>f3cba622990c8ac8a57330f571db1230</MD5>
|
||||
<SHA256>682a9fa3f6864d7f0dbf224f86b129e337bc60286e0d00dffcd710998d521624</SHA256>
|
||||
<FileName>ffmpeg-4.2.1.tar.bz2</FileName>
|
||||
<FileSize>10953293</FileSize>
|
||||
<PlatformSpecific>Linux, BSD</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://downloads.videolan.org/pub/videolan/dav1d/0.6.0/dav1d-0.6.0.tar.xz</URL>
|
||||
<MD5>6c8079aa9d3d1858f38c4f255b8d7c30</MD5>
|
||||
<SHA256>099f3115bbdd1ac2338dff73d5fccc1a9a98bf7c1228bd1affe7f62fc529b370</SHA256>
|
||||
<FileName>dav1d-0.6.0.tar.xz</FileName>
|
||||
<FileSize>512316</FileSize>
|
||||
<PlatformSpecific>Linux, BSD</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://www.elecard.com/storage/video/Stream2_AV1_HD_6.8mbps.webm</URL>
|
||||
<MD5>5e4c83cf494cbe6dc1668cbbd7ff774c</MD5>
|
||||
<SHA256>2f23d29750a0663a6df656e8137cf934bddfc96b31e5088db2c3624f19ed14d4</SHA256>
|
||||
<FileName>Stream2_AV1_HD_6.8mbps.webm</FileName>
|
||||
<FileSize>122378926</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://www.elecard.com/storage/video/Stream2_AV1_4K_22.7mbps.webm</URL>
|
||||
<MD5>8acc9c60c10a37bf4e568b465b03e35a</MD5>
|
||||
<SHA256>52f3aa1d4b4487af62d37b0f295aabbc4b57f03fdc4c76402c6358193e4aa490</SHA256>
|
||||
<FileName>Stream2_AV1_4K_22.7mbps.webm</FileName>
|
||||
<FileSize>409458359</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://download.opencontent.netflix.com.s3.amazonaws.com/AV1/Chimera/Old/Chimera-AV1-8bit-1920x1080-6736kbps.mp4</URL>
|
||||
<MD5>d444e11f8b049de2a9739899a9c0b4f6</MD5>
|
||||
<SHA256>d566d294e2c18bb274a54aad03352c92312a62c393656d38e1f7dda10c0bf10c</SHA256>
|
||||
<FileName>Chimera-AV1-8bit-1920x1080-6736kbps.mp4</FileName>
|
||||
<FileSize>313490236</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://download.opencontent.netflix.com.s3.amazonaws.com/AV1/Chimera/Old/Chimera-AV1-10bit-1920x1080-6191kbps.mp4</URL>
|
||||
<MD5>4c0f24bac42ddcda3d46087a36492ce4</MD5>
|
||||
<SHA256>df2080fd77e0dbd9138bd4f172bf008d2ade17da7ab4532fba54ceccf40a9439</SHA256>
|
||||
<FileName>Chimera-AV1-10bit-1920x1080-6191kbps.mp4</FileName>
|
||||
<FileSize>288122748</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.1-win64-static.zip</URL>
|
||||
<MD5>ae19c3a0006e4f1f34c5f3910bfb3635</MD5>
|
||||
<SHA256>d2af87bbb867bc83c070f3c1a980daaed35c37b02ca82cc2886e8743232886ff</SHA256>
|
||||
<FileName>ffmpeg-4.2.1-win64-static.zip</FileName>
|
||||
<FileSize>71475092</FileSize>
|
||||
<PlatformSpecific>Windows</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://phoronix-test-suite.com/benchmark-files/dav1d-build-win64-0-6-0.zip</URL>
|
||||
<MD5>d00e0a99eafb92815801852203c62599</MD5>
|
||||
<SHA256>fc876bec83a3105128859fd2cd505cdf94e9e6df9fa27d4e1f03ce613d3a1e19</SHA256>
|
||||
<FileName>dav1d-build-win64-0-6-0.zip</FileName>
|
||||
<FileSize>1710127</FileSize>
|
||||
<PlatformSpecific>Windows</PlatformSpecific>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
33
ob-cache/test-profiles/pts/dav1d-1.5.0/install.sh
Normal file
33
ob-cache/test-profiles/pts/dav1d-1.5.0/install.sh
Normal file
@@ -0,0 +1,33 @@
|
||||
#!/bin/sh
|
||||
|
||||
# FFmpeg install to demux AV1 WebM to IVF that can then be consumed by dav1d...
|
||||
tar -xjf ffmpeg-4.2.1.tar.bz2
|
||||
mkdir ffmpeg_/
|
||||
|
||||
cd ffmpeg-4.2.1/
|
||||
./configure --disable-zlib --disable-doc --prefix=$HOME/ffmpeg_/
|
||||
make -j $NUM_CPU_CORES
|
||||
echo $? > ~/install-exit-status
|
||||
make install
|
||||
cd ~/
|
||||
|
||||
./ffmpeg_/bin/ffmpeg -i Stream2_AV1_HD_6.8mbps.webm -vcodec copy -an -f ivf summer_nature_1080p.ivf
|
||||
./ffmpeg_/bin/ffmpeg -i Stream2_AV1_4K_22.7mbps.webm -vcodec copy -an -f ivf summer_nature_4k.ivf
|
||||
./ffmpeg_/bin/ffmpeg -i Chimera-AV1-8bit-1920x1080-6736kbps.mp4 -vcodec copy -an -f ivf chimera_8b_1080p.ivf
|
||||
./ffmpeg_/bin/ffmpeg -i Chimera-AV1-10bit-1920x1080-6191kbps.mp4 -vcodec copy -an -f ivf chimera_10b_1080p.ivf
|
||||
|
||||
rm -rf ffmpeg-4.2.1
|
||||
rm -rf ffmpeg_
|
||||
|
||||
# Build Dav1d
|
||||
tar -xf dav1d-0.6.0.tar.xz
|
||||
cd dav1d-0.6.0
|
||||
meson build --buildtype release
|
||||
ninja -C build
|
||||
echo $? > ~/install-exit-status
|
||||
|
||||
cd ~
|
||||
echo "#!/bin/sh
|
||||
./dav1d-0.6.0/build/tools/dav1d \$@ --muxer null --framethreads \$NUM_CPU_CORES --tilethreads 4 --filmgrain 0 > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > dav1d
|
||||
chmod +x dav1d
|
||||
18
ob-cache/test-profiles/pts/dav1d-1.5.0/install_windows.sh
Normal file
18
ob-cache/test-profiles/pts/dav1d-1.5.0/install_windows.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
unzip -o ffmpeg-4.2.1-win64-static.zip
|
||||
|
||||
./ffmpeg-4.2.1-win64-static/bin/ffmpeg.exe -i Stream2_AV1_HD_6.8mbps.webm -vcodec copy -an -f ivf summer_nature_1080p.ivf
|
||||
./ffmpeg-4.2.1-win64-static/bin/ffmpeg.exe -i Stream2_AV1_4K_22.7mbps.webm -vcodec copy -an -f ivf summer_nature_4k.ivf
|
||||
./ffmpeg-4.2.1-win64-static/bin/ffmpeg.exe -i Chimera-AV1-8bit-1920x1080-6736kbps.mp4 -vcodec copy -an -f ivf chimera_8b_1080p.ivf
|
||||
./ffmpeg-4.2.1-win64-static/bin/ffmpeg.exe -i Chimera-AV1-10bit-1920x1080-6191kbps.mp4 -vcodec copy -an -f ivf chimera_10b_1080p.ivf
|
||||
|
||||
rm -rf ffmpeg-4.2.1-win64-static
|
||||
|
||||
unzip -o dav1d-build-win64-0-6-0.zip
|
||||
|
||||
cd ~
|
||||
echo "#!/bin/sh
|
||||
./build/dav1d_install/bin/dav1d.exe \$@ --muxer null --framethreads \$NUM_CPU_CORES --tilethreads 4 --filmgrain 0 > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > dav1d
|
||||
chmod +x dav1d
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.4.1-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate>Decoded 8929 8929 frames (100.0%) - #_RESULT_# 25 fps (9.20x)</OutputTemplate>
|
||||
<LineHint>fps</LineHint>
|
||||
<MultiMatch>AVERAGE</MultiMatch>
|
||||
<TurnCharsToSpace>/</TurnCharsToSpace>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
53
ob-cache/test-profiles/pts/dav1d-1.5.0/test-definition.xml
Normal file
53
ob-cache/test-profiles/pts/dav1d-1.5.0/test-definition.xml
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.4.1-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>dav1d</Title>
|
||||
<AppVersion>0.6.0</AppVersion>
|
||||
<Description>Dav1d is an open-source, speedy AV1 video decoder. This test profile times how long it takes to decode sample AV1 video content.</Description>
|
||||
<ResultScale>FPS</ResultScale>
|
||||
<Proportion>HIB</Proportion>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.5.0</Version>
|
||||
<SupportedPlatforms>Linux, BSD, Windows</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, yasm, meson</ExternalDependencies>
|
||||
<EnvironmentSize>1200</EnvironmentSize>
|
||||
<ProjectURL>http://code.videolan.org/videolan/dav1d</ProjectURL>
|
||||
<InternalTags>SMP</InternalTags>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
<TestSettings>
|
||||
<Default>
|
||||
<Arguments> </Arguments>
|
||||
</Default>
|
||||
<Option>
|
||||
<DisplayName>Video Input</DisplayName>
|
||||
<Identifier>video</Identifier>
|
||||
<ArgumentPrefix>-i </ArgumentPrefix>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>Summer Nature 1080p</Name>
|
||||
<Value>summer_nature_1080p.ivf</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Summer Nature 4K</Name>
|
||||
<Value>summer_nature_4k.ivf</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Chimera 1080p</Name>
|
||||
<Value>chimera_8b_1080p.ivf</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Chimera 1080p 10-bit</Name>
|
||||
<Value>chimera_10b_1080p.ivf</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
</TestSettings>
|
||||
</PhoronixTestSuite>
|
||||
45
ob-cache/test-profiles/pts/embree-1.1.0/downloads.xml
Normal file
45
ob-cache/test-profiles/pts/embree-1.1.0/downloads.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m2-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>https://github.com/embree/models/releases/download/release/asian_dragon.zip</URL>
|
||||
<FileName>asian_dragon.zip</FileName>
|
||||
<FileSize>103961493</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/embree/models/releases/download/release/asian_dragon_obj.zip</URL>
|
||||
<FileName>asian_dragon_obj.zip</FileName>
|
||||
<FileSize>157616423</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/embree/models/releases/download/release/crown.zip</URL>
|
||||
<FileName>crown.zip</FileName>
|
||||
<FileSize>68853062</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/embree/embree/releases/download/v3.9.0/embree-3.9.0.x86_64.linux.tar.gz</URL>
|
||||
<MD5>1d9da6dc935d8b3eba88d4ec73ce4497</MD5>
|
||||
<SHA256>8ab88965456b70553f62f08dda16dd7d87c6021d5a3a1fd4a7611b90a9f2949d</SHA256>
|
||||
<FileName>embree-3.9.0.x86_64.linux.tar.gz</FileName>
|
||||
<FileSize>98644141</FileSize>
|
||||
<PlatformSpecific>Linux</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/embree/embree/releases/download/v3.9.0/embree-3.9.0.x86_64.macosx.zip</URL>
|
||||
<MD5>63a35420bb75f80cf6dec995b26942b1</MD5>
|
||||
<SHA256>7f4ada7bb7edb578b49241149b2b9f0398cdccb3a3dcfac1b51fddc8908ef5db</SHA256>
|
||||
<FileName>embree-3.9.0.x86_64.macosx.zip</FileName>
|
||||
<FileSize>116386421</FileSize>
|
||||
<PlatformSpecific>MacOSX</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/embree/embree/releases/download/v3.9.0/embree-3.9.0.x64.vc14.windows.zip</URL>
|
||||
<MD5>90831e6514030417973c45e8e94a77c4</MD5>
|
||||
<SHA256>e6b9ae4a8edadce4166e5c8ac52a5e3d8a5a2e4957411eeadc1d8233a4031034</SHA256>
|
||||
<FileName>embree-3.9.0.x64.vc14.windows.zip</FileName>
|
||||
<FileSize>56223602</FileSize>
|
||||
<PlatformSpecific>Windows</PlatformSpecific>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
11
ob-cache/test-profiles/pts/embree-1.1.0/install.sh
Normal file
11
ob-cache/test-profiles/pts/embree-1.1.0/install.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf embree-3.9.0.x86_64.linux.tar.gz
|
||||
unzip -o asian_dragon.zip
|
||||
unzip -o asian_dragon_obj.zip
|
||||
unzip -o crown.zip
|
||||
|
||||
echo "#!/bin/sh
|
||||
LD_LIBRARY_PATH=embree-3.9.0.x86_64.linux/lib:\$LD_LIBRARY_PATH ./embree-3.9.0.x86_64.linux/bin/\$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > embree
|
||||
chmod +x embree
|
||||
11
ob-cache/test-profiles/pts/embree-1.1.0/install_macosx.sh
Normal file
11
ob-cache/test-profiles/pts/embree-1.1.0/install_macosx.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf embree-3.9.0.x86_64.macosx.zip
|
||||
unzip -o asian_dragon.zip
|
||||
unzip -o asian_dragon_obj.zip
|
||||
unzip -o crown.zip
|
||||
|
||||
echo "#!/bin/sh
|
||||
LD_LIBRARY_PATH=oidn-1.2.0.x86_64.macos/lib:\$LD_LIBRARY_PATH ./oidn-1.2.0.x86_64.macos/bin/\$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > embree
|
||||
chmod +x embree
|
||||
13
ob-cache/test-profiles/pts/embree-1.1.0/install_windows.sh
Normal file
13
ob-cache/test-profiles/pts/embree-1.1.0/install_windows.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
unzip -o embree-3.9.0.x64.vc14.windows.zip
|
||||
unzip -o asian_dragon.zip
|
||||
unzip -o asian_dragon_obj.zip
|
||||
unzip -o crown.zip
|
||||
|
||||
echo "#!/bin/bash
|
||||
FORMATTED=\"\${\$@/pathtracer /pathtracer.exe }\"
|
||||
FORMATTED=\"\${\$@/pathtracer_ispc /pathtracer_ispc.exe }\"
|
||||
./embree-3.9.0.x64.vc14.windows/bin/\$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > embree
|
||||
chmod +x embree
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m2-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate>frame [ 0 - 600]: min = #_MIN_RESULT_# fps, avg = #_RESULT_# fps, max = #_MAX_RESULT_# fps, sigma = 0.0179 (0.1349%)</OutputTemplate>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
64
ob-cache/test-profiles/pts/embree-1.1.0/test-definition.xml
Normal file
64
ob-cache/test-profiles/pts/embree-1.1.0/test-definition.xml
Normal file
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m2-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Embree</Title>
|
||||
<AppVersion>3.9.0</AppVersion>
|
||||
<Description>Intel Embree is a collection of high-performance ray-tracing kernels for execution on CPUs.</Description>
|
||||
<ResultScale>Frames Per Second</ResultScale>
|
||||
<Proportion>HIB</Proportion>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.1.0</Version>
|
||||
<SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<SupportedArchitectures>x86_64</SupportedArchitectures>
|
||||
<ExternalDependencies>glfw</ExternalDependencies>
|
||||
<EnvironmentSize>1400</EnvironmentSize>
|
||||
<ProjectURL>http://www.embree.org/</ProjectURL>
|
||||
<InternalTags>SMP</InternalTags>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
<TestSettings>
|
||||
<Default>
|
||||
<PostArguments> -benchmark 0 600</PostArguments>
|
||||
</Default>
|
||||
<Option>
|
||||
<DisplayName>Binary</DisplayName>
|
||||
<Identifier>bin</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>Pathtracer</Name>
|
||||
<Value>pathtracer</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Pathtracer ISPC</Name>
|
||||
<Value>pathtracer_ispc</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
<Option>
|
||||
<DisplayName>Model</DisplayName>
|
||||
<Identifier>model</Identifier>
|
||||
<ArgumentPrefix>-c </ArgumentPrefix>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>Asian Dragon</Name>
|
||||
<Value>asian_dragon/asian_dragon.ecs</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Asian Dragon Obj</Name>
|
||||
<Value>asian_dragon_obj/asian_dragon.ecs</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Crown</Name>
|
||||
<Value>crown/crown.ecs</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
</TestSettings>
|
||||
</PhoronixTestSuite>
|
||||
22
ob-cache/test-profiles/pts/fio-1.13.1/downloads.xml
Normal file
22
ob-cache/test-profiles/pts/fio-1.13.1/downloads.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m1-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>http://brick.kernel.dk/snaps/fio-3.18.tar.gz</URL>
|
||||
<MD5>df8e0755ebfd09f761f99bcd47fcafa1</MD5>
|
||||
<SHA256>b44d6470714cf65dff3301942f528eb4ef8463e033649c6e821fca3e706f8914</SHA256>
|
||||
<FileName>fio-3.18.tar.gz</FileName>
|
||||
<FileSize>1004976</FileSize>
|
||||
<PlatformSpecific>Linux, BSD, Solaris, MacOSX</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://bsdio.com/fio/releases/fio-3.18-x64.zip</URL>
|
||||
<MD5>588d5210dc75b66c40cdcf7ff2a2a157</MD5>
|
||||
<SHA256>0b062ae1bcffe0204acf9dfcc3d88ad55309a205c196781cd95c04248f064241</SHA256>
|
||||
<FileName>fio-3.18-x64.zip</FileName>
|
||||
<FileSize>3721072</FileSize>
|
||||
<PlatformSpecific>Windows</PlatformSpecific>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
48
ob-cache/test-profiles/pts/fio-1.13.1/install.sh
Normal file
48
ob-cache/test-profiles/pts/fio-1.13.1/install.sh
Normal file
@@ -0,0 +1,48 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xzf fio-3.18.tar.gz
|
||||
cd fio-3.18/
|
||||
./configure
|
||||
if [ "$OS_TYPE" = "BSD" ]
|
||||
then
|
||||
gmake -j $NUM_CPU_CORES
|
||||
else
|
||||
make -j $NUM_CPU_CORES
|
||||
fi
|
||||
echo $? > ~/install-exit-status
|
||||
cd ~
|
||||
|
||||
echo "#!/bin/sh
|
||||
cd fio-3.18/
|
||||
if [ \"X\$6\" = \"X\" ]
|
||||
then
|
||||
DIRECTORY_TO_TEST=\"fiofile\"
|
||||
else
|
||||
DIRECTORY_TO_TEST=\"\$6/fiofile\"
|
||||
fi
|
||||
echo \"[global]
|
||||
rw=\$1
|
||||
ioengine=\$2
|
||||
iodepth=64
|
||||
size=1g
|
||||
direct=\$4
|
||||
buffered=\$3
|
||||
startdelay=5
|
||||
ramp_time=5
|
||||
runtime=20
|
||||
time_based\" > test.fio
|
||||
if [ \"\${OPERATING_SYSTEM}\" != \"freebsd\" ]
|
||||
then
|
||||
echo \"disk_util=0\" >> test.fio
|
||||
fi
|
||||
echo \"clat_percentiles=0
|
||||
disable_lat=1
|
||||
disable_clat=1
|
||||
disable_slat=1
|
||||
filename=\$DIRECTORY_TO_TEST
|
||||
[test]
|
||||
name=test
|
||||
bs=\$5
|
||||
stonewall\" >> test.fio
|
||||
./fio test.fio 2>&1 > \$LOG_FILE" > fio-run
|
||||
chmod +x fio-run
|
||||
34
ob-cache/test-profiles/pts/fio-1.13.1/install_windows.sh
Normal file
34
ob-cache/test-profiles/pts/fio-1.13.1/install_windows.sh
Normal file
@@ -0,0 +1,34 @@
|
||||
#!/bin/sh
|
||||
|
||||
unzip -o fio-3.18-x64.zip
|
||||
mv fio-3.18-x64 fio-3.18
|
||||
|
||||
echo "#!/bin/sh
|
||||
cd fio-3.18/
|
||||
if [ ! \"X\$6\" = \"X\" ]
|
||||
then
|
||||
DIRECTORY_TO_TEST=\"directory=\$6\"
|
||||
fi
|
||||
echo \"[global]
|
||||
rw=\$1
|
||||
ioengine=\$2
|
||||
iodepth=64
|
||||
size=1g
|
||||
direct=\$4
|
||||
buffered=\$3
|
||||
startdelay=5
|
||||
ramp_time=5
|
||||
runtime=20
|
||||
time_based
|
||||
clat_percentiles=0
|
||||
disable_lat=1
|
||||
disable_clat=1
|
||||
disable_slat=1
|
||||
filename=fiofile
|
||||
\$DIRECTORY_TO_TEST
|
||||
[test]
|
||||
name=test
|
||||
bs=\$5
|
||||
stonewall\" > test.fio
|
||||
./fio.exe test.fio > \$LOG_FILE" > fio-run
|
||||
chmod +x fio-run
|
||||
4
ob-cache/test-profiles/pts/fio-1.13.1/interim.sh
Normal file
4
ob-cache/test-profiles/pts/fio-1.13.1/interim.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd fio-3.18/
|
||||
rm -f iometer.0.0
|
||||
4
ob-cache/test-profiles/pts/fio-1.13.1/post.sh
Normal file
4
ob-cache/test-profiles/pts/fio-1.13.1/post.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd fio-3.18/
|
||||
rm -f iometer.0.0
|
||||
4
ob-cache/test-profiles/pts/fio-1.13.1/pre.sh
Normal file
4
ob-cache/test-profiles/pts/fio-1.13.1/pre.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd fio-3.18/
|
||||
rm -f iometer.0.0
|
||||
38
ob-cache/test-profiles/pts/fio-1.13.1/results-definition.xml
Normal file
38
ob-cache/test-profiles/pts/fio-1.13.1/results-definition.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m1-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate> READ: bw=#_RESULT_# (861MB/s), 821MiB/s-821MiB/s (861MB/s-861MB/s), io=16.4GiB (17.3GB), run=20002-20002msec</OutputTemplate>
|
||||
<LineHint>: bw=</LineHint>
|
||||
<ResultAfterString>bw</ResultAfterString>
|
||||
<StripFromResult>KiB/s</StripFromResult>
|
||||
<DivideResultBy>1000</DivideResultBy>
|
||||
<ResultScale>MB/s</ResultScale>
|
||||
<ResultProportion>HIB</ResultProportion>
|
||||
</ResultsParser>
|
||||
<ResultsParser>
|
||||
<OutputTemplate> READ: bw=#_RESULT_# (861MB/s), 821MiB/s-821MiB/s (861MB/s-861MB/s), io=16.4GiB (17.3GB), run=20002-20002msec</OutputTemplate>
|
||||
<LineHint>: bw=</LineHint>
|
||||
<ResultAfterString>bw</ResultAfterString>
|
||||
<StripFromResult>MiB/s</StripFromResult>
|
||||
<ResultScale>MB/s</ResultScale>
|
||||
<ResultProportion>HIB</ResultProportion>
|
||||
</ResultsParser>
|
||||
<ResultsParser>
|
||||
<OutputTemplate> write: IOPS=#_RESULT_# BW=891MiB/s (934MB/s)(17.5GiB/20006msec)</OutputTemplate>
|
||||
<LineHint>IOPS=</LineHint>
|
||||
<ResultAfterString>IOPS</ResultAfterString>
|
||||
<StripFromResult>,</StripFromResult>
|
||||
<ResultScale>IOPS</ResultScale>
|
||||
<ResultProportion>HIB</ResultProportion>
|
||||
</ResultsParser>
|
||||
<ResultsParser>
|
||||
<OutputTemplate> write: IOPS=#_RESULT_# BW=891MiB/s (934MB/s)(17.5GiB/20006msec)</OutputTemplate>
|
||||
<LineHint>IOPS=</LineHint>
|
||||
<ResultAfterString>IOPS</ResultAfterString>
|
||||
<StripFromResult>k,</StripFromResult>
|
||||
<MultiplyResultBy>1000</MultiplyResultBy>
|
||||
<ResultScale>IOPS</ResultScale>
|
||||
<ResultProportion>HIB</ResultProportion>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
160
ob-cache/test-profiles/pts/fio-1.13.1/test-definition.xml
Normal file
160
ob-cache/test-profiles/pts/fio-1.13.1/test-definition.xml
Normal file
@@ -0,0 +1,160 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m1-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Flexible IO Tester</Title>
|
||||
<AppVersion>3.18</AppVersion>
|
||||
<Description>Fio is an advanced disk benchmark that depends upon the kernel's AIO access library.</Description>
|
||||
<Executable>fio-run</Executable>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.13.1</Version>
|
||||
<SupportedPlatforms>Linux, BSD, MacOSX, Windows</SupportedPlatforms>
|
||||
<SoftwareType>Benchmark</SoftwareType>
|
||||
<TestType>Disk</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, libaio-development</ExternalDependencies>
|
||||
<EnvironmentSize>14</EnvironmentSize>
|
||||
<ProjectURL>http://github.com/axboe/fio</ProjectURL>
|
||||
<RequiresCoreVersionMin>6921</RequiresCoreVersionMin>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
<TestSettings>
|
||||
<Option>
|
||||
<DisplayName>Type</DisplayName>
|
||||
<Identifier>type</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>Random Read</Name>
|
||||
<Value>randread</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Random Write</Name>
|
||||
<Value>randwrite</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Sequential Read</Name>
|
||||
<Value>read</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Sequential Write</Name>
|
||||
<Value>write</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
<Option>
|
||||
<DisplayName>Engine</DisplayName>
|
||||
<Identifier>engine</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>IO_uring</Name>
|
||||
<Value>io_uring</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>POSIX AIO</Name>
|
||||
<Value>posixaio</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Sync</Name>
|
||||
<Value>sync</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Linux AIO</Name>
|
||||
<Value>libaio</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Windows AIO</Name>
|
||||
<Value>windowsaio</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
<Option>
|
||||
<DisplayName>Buffered</DisplayName>
|
||||
<Identifier>buffered</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>Yes</Name>
|
||||
<Value>1</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>No</Name>
|
||||
<Value>0</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
<Option>
|
||||
<DisplayName>Direct</DisplayName>
|
||||
<Identifier>direct</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>No</Name>
|
||||
<Value>0</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Yes</Name>
|
||||
<Value>1</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
<Option>
|
||||
<DisplayName>Block Size</DisplayName>
|
||||
<Identifier>size</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>4KB</Name>
|
||||
<Value>4k</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>8KB</Name>
|
||||
<Value>8k</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>16KB</Name>
|
||||
<Value>16k</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>32KB</Name>
|
||||
<Value>32k</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>64KB</Name>
|
||||
<Value>64k</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>128KB</Name>
|
||||
<Value>128k</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>256KB</Name>
|
||||
<Value>256k</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>512KB</Name>
|
||||
<Value>512k</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>1MB</Name>
|
||||
<Value>1m</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>2MB</Name>
|
||||
<Value>2m</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>4MB</Name>
|
||||
<Value>4m</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>8MB</Name>
|
||||
<Value>8m</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
<Option>
|
||||
<DisplayName>Disk Target</DisplayName>
|
||||
<Identifier>auto-disk-mount-points</Identifier>
|
||||
</Option>
|
||||
</TestSettings>
|
||||
</PhoronixTestSuite>
|
||||
27
ob-cache/test-profiles/pts/git-1.1.0/install.sh
Normal file
27
ob-cache/test-profiles/pts/git-1.1.0/install.sh
Normal file
@@ -0,0 +1,27 @@
|
||||
#!/bin/sh
|
||||
rm -rf gtk
|
||||
git clone https://github.com/michaellarabel/gtk
|
||||
git --version > ~/install-footnote
|
||||
|
||||
echo "#!/bin/sh
|
||||
cd git-target
|
||||
git log --since=2002-01-01 --until=2018-01-01 --oneline > 1.txt
|
||||
git diff --shortstat 2.24.0 3.93.0
|
||||
git checkout -b new_branch
|
||||
git config user.name \"Phoronix Test Suite\"
|
||||
git config --global user.email nowhere@example.com
|
||||
mv gsk gsk2
|
||||
git add .
|
||||
git commit -a -m \"Changed directory\"
|
||||
git checkout master
|
||||
git merge new_branch
|
||||
git checkout 3.22.11
|
||||
git blame gtk/gtkaccelmap.c
|
||||
git diff --stat origin/master
|
||||
git log --grep \"x11\" --author \"Matthias Clasen\" --shortstat
|
||||
git log --author \"Matt\" --shortstat
|
||||
git --no-pager grep --color=never --extended-regexp --threads=\$NUM_CPU_CORES '(static|extern) (int|double) \*'
|
||||
git --version > ~/install-footnote" > git
|
||||
chmod +x git
|
||||
|
||||
|
||||
27
ob-cache/test-profiles/pts/git-1.1.0/install_windows.sh
Normal file
27
ob-cache/test-profiles/pts/git-1.1.0/install_windows.sh
Normal file
@@ -0,0 +1,27 @@
|
||||
#!/bin/sh
|
||||
rm -rf gtk
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git clone https://github.com/michaellarabel/gtk
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git --version > ~/install-footnote
|
||||
|
||||
echo "#!/bin/sh
|
||||
cd git-target
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git log --since=2002-01-01 --until=2018-01-01 --oneline > 1.txt
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git diff --shortstat 2.24.0 3.93.0
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git checkout -b new_branch
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git config user.name \"Phoronix Test Suite\"
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git config --global user.email nowhere@example.com
|
||||
mv gsk gsk2
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git add .
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git commit -a -m \"Changed directory\"
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git checkout master
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git merge new_branch
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git checkout 3.22.11
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git blame gtk/gtkaccelmap.c
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git diff --stat origin/master
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git log --grep \"x11\" --author \"Matthias Clasen\" --shortstat
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git log --author \"Matt\" --shortstat
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git --no-pager grep --color=never --extended-regexp --threads=\$NUM_CPU_CORES '(static|extern) (int|double) \*'
|
||||
/cygdrive/c/Program\ Files/Git/cmd/git --version > ~/install-footnote" > git
|
||||
chmod +x git
|
||||
|
||||
|
||||
4
ob-cache/test-profiles/pts/git-1.1.0/interim.sh
Normal file
4
ob-cache/test-profiles/pts/git-1.1.0/interim.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf git-target
|
||||
cp -va gtk git-target
|
||||
3
ob-cache/test-profiles/pts/git-1.1.0/post.sh
Normal file
3
ob-cache/test-profiles/pts/git-1.1.0/post.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf git-target
|
||||
4
ob-cache/test-profiles/pts/git-1.1.0/pre.sh
Normal file
4
ob-cache/test-profiles/pts/git-1.1.0/pre.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf git-target
|
||||
cp -va gtk git-target
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m2-->
|
||||
<PhoronixTestSuite>
|
||||
<SystemMonitor>
|
||||
<Sensor>sys.time</Sensor>
|
||||
</SystemMonitor>
|
||||
</PhoronixTestSuite>
|
||||
25
ob-cache/test-profiles/pts/git-1.1.0/test-definition.xml
Normal file
25
ob-cache/test-profiles/pts/git-1.1.0/test-definition.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m2-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Git</Title>
|
||||
<Description>This test measures the time needed to carry out some sample Git operations on an example, static repository that happens to be a copy of the GNOME GTK tool-kit repository.</Description>
|
||||
<ResultScale>Seconds</ResultScale>
|
||||
<Proportion>LIB</Proportion>
|
||||
<SubTitle>Time To Complete Common Git Commands</SubTitle>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.1.0</Version>
|
||||
<SupportedPlatforms>Linux, BSD, MacOSX, Windows</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>System</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>git</ExternalDependencies>
|
||||
<RequiresInternet>TRUE</RequiresInternet>
|
||||
<EnvironmentTestingSize>523</EnvironmentTestingSize>
|
||||
<ProjectURL>https://git-scm.com/</ProjectURL>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
</PhoronixTestSuite>
|
||||
20
ob-cache/test-profiles/pts/gromacs-1.3.0/downloads.xml
Normal file
20
ob-cache/test-profiles/pts/gromacs-1.3.0/downloads.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m3-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>http://ftp.gromacs.org/pub/gromacs/gromacs-2020.1.tar.gz</URL>
|
||||
<MD5>1c1b5c0f904d4eac7e3515bc01ce3781</MD5>
|
||||
<SHA256>e1666558831a3951c02b81000842223698016922806a8ce152e8f616e29899cf</SHA256>
|
||||
<FileName>gromacs-2020.1.tar.gz</FileName>
|
||||
<FileSize>29153989</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>ftp://ftp.gromacs.org/pub/benchmarks/water_GMX50_bare.tar.gz</URL>
|
||||
<MD5>d843376d598299d6a209dae063157dc5</MD5>
|
||||
<SHA256>2219c10acb97787f80f6638132bad3ff2ca1e68600eef1bc8b89d9560e74c66a</SHA256>
|
||||
<FileName>water_GMX50_bare.tar.gz</FileName>
|
||||
<FileSize>138438061</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
19
ob-cache/test-profiles/pts/gromacs-1.3.0/install.sh
Normal file
19
ob-cache/test-profiles/pts/gromacs-1.3.0/install.sh
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf gromacs-2020.1.tar.gz
|
||||
tar -xf water_GMX50_bare.tar.gz
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../gromacs-2020.1 -DGMX_OPENMP=OFF -DGMX_MPI=ON -DGMX_GPU=OFF -DGMX_BUILD_OWN_FFTW=ON -DGMX_PREFER_STATIC_LIBS=ON -DCMAKE_BUILD_TYPE=Release
|
||||
make -j $NUM_CPU_CORES
|
||||
echo $? > ~/install-exit-status
|
||||
cd ~
|
||||
|
||||
echo "#!/bin/sh
|
||||
unset OMP_NUM_THREADS
|
||||
cd water-cut1.0_GMX50_bare/1536
|
||||
rm -f *bench.tpr*
|
||||
mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES \$HOME/build/bin/gmx_mpi grompp -f pme.mdp -o bench.tpr
|
||||
mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES \$HOME/build/bin/gmx_mpi mdrun -resethway -npme 0 -notunepme -noconfout -nsteps 1000 -v -s bench.tpr > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > gromacs
|
||||
chmod +x gromacs
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m3-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate>Performance: #_RESULT_# 3.682</OutputTemplate>
|
||||
<LineHint>Performance:</LineHint>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
26
ob-cache/test-profiles/pts/gromacs-1.3.0/test-definition.xml
Normal file
26
ob-cache/test-profiles/pts/gromacs-1.3.0/test-definition.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m3-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>GROMACS</Title>
|
||||
<AppVersion>2020.1</AppVersion>
|
||||
<Description>The GROMACS (GROningen MAchine for Chemical Simulations) molecular dynamics package testing on the CPU with the water_GMX50 data.</Description>
|
||||
<ResultScale>Ns Per Day</ResultScale>
|
||||
<Proportion>HIB</Proportion>
|
||||
<SubTitle>Water Benchmark</SubTitle>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.3.0</Version>
|
||||
<SupportedPlatforms>Linux, BSD</SupportedPlatforms>
|
||||
<SoftwareType>Benchmark</SoftwareType>
|
||||
<TestType>System</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, cmake, openmpi-development</ExternalDependencies>
|
||||
<EnvironmentSize>1100</EnvironmentSize>
|
||||
<ProjectURL>http://www.gromacs.org/</ProjectURL>
|
||||
<InternalTags>SMP, MPI</InternalTags>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
</PhoronixTestSuite>
|
||||
32
ob-cache/test-profiles/pts/luxcorerender-1.2.2/downloads.xml
Normal file
32
ob-cache/test-profiles/pts/luxcorerender-1.2.2/downloads.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCore/releases/download/luxcorerender_v2.3/luxcorerender-v2.3-linux64-sdk.tar.bz2</URL>
|
||||
<MD5>807af18bc8482eb54040e89c247b8956</MD5>
|
||||
<SHA256>2db4514e7f33d4c93cc00a09265c992bd9cfbb1267491cb2bccf937342b700f6</SHA256>
|
||||
<FileName>luxcorerender-v2.3-linux64-sdk.tar.bz2</FileName>
|
||||
<FileSize>129663675</FileSize>
|
||||
<PlatformSpecific>Linux</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCore/releases/download/luxcorerender_v2.3/luxcorerender-v2.3-win64-sdk.zip</URL>
|
||||
<MD5>82f5ce3cb4705234393cff17ffb84618</MD5>
|
||||
<SHA256>456174adac4fa0c398cbde4efd9ab6f96bd3a4c55ff41fb9f31ca298645347cc</SHA256>
|
||||
<FileName>luxcorerender-v2.3-win64-sdk.zip</FileName>
|
||||
<FileSize>113536941</FileSize>
|
||||
<PlatformSpecific>Windows</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCoreTestScenes/releases/download/v2.1/DLSC.zip</URL>
|
||||
<FileName>DLSC.zip</FileName>
|
||||
<FileSize>20477185</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCoreTestScenes/releases/download/v2.1/RainbowColorsAndPrism.zip</URL>
|
||||
<FileName>RainbowColorsAndPrism.zip</FileName>
|
||||
<FileSize>1962157</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
10
ob-cache/test-profiles/pts/luxcorerender-1.2.2/install.sh
Normal file
10
ob-cache/test-profiles/pts/luxcorerender-1.2.2/install.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf luxcorerender-v2.3-linux64-sdk.tar.bz2
|
||||
unzip -o DLSC.zip
|
||||
unzip -o RainbowColorsAndPrism.zip
|
||||
|
||||
echo "#!/bin/sh
|
||||
LD_LIBRARY_PATH=\$HOME/LuxCore-sdk/lib:\$LD_LIBRARY_PATH ./LuxCore-sdk/bin/luxcoreconsole \$@ > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > luxcorerender
|
||||
chmod +x luxcorerender
|
||||
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
unzip -o luxcorerender-v2.3-win64-sdk.zip
|
||||
unzip -o DLSC.zip
|
||||
unzip -o RainbowColorsAndPrism.zip
|
||||
cp -f luxcorerender-v2.3-win64-sdk/lib/* luxcorerender-v2.3-win64-sdk/bin
|
||||
|
||||
echo "#!/bin/sh
|
||||
./luxcorerender-v2.3-win64-sdk/bin/luxcoreconsole.exe \$@ > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > luxcorerender
|
||||
chmod +x luxcorerender
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate>[Elapsed time: 15/20sec][Samples 17/1000][Convergence 0.000000%][Avg. samples/sec #_RESULT_# on 66.6K tris]</OutputTemplate>
|
||||
<LineHint>Avg. samples</LineHint>
|
||||
<ResultAfterString>samples/sec</ResultAfterString>
|
||||
<StripFromResult>M</StripFromResult>
|
||||
<MultiMatch>AVERAGE</MultiMatch>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>LuxCoreRender</Title>
|
||||
<AppVersion>2.3</AppVersion>
|
||||
<Description>LuxCoreRender is an open-source physically based renderer. This test profile is focused on running LuxCoreRender on the CPU as opposed to the OpenCL version.</Description>
|
||||
<ResultScale>M samples/sec</ResultScale>
|
||||
<Proportion>HIB</Proportion>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.2.2</Version>
|
||||
<SupportedPlatforms>Linux, Windows</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<SupportedArchitectures>x86_64</SupportedArchitectures>
|
||||
<EnvironmentSize>319</EnvironmentSize>
|
||||
<ProjectURL>https://luxcorerender.org/</ProjectURL>
|
||||
<InternalTags>SMP</InternalTags>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
<TestSettings>
|
||||
<Default>
|
||||
<Arguments> -D batch.halttime 60 </Arguments>
|
||||
</Default>
|
||||
<Option>
|
||||
<DisplayName>Scene</DisplayName>
|
||||
<Identifier>scene</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>DLSC</Name>
|
||||
<Value>DLSC/LuxCoreScene/render.cfg</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Rainbow Colors and Prism</Name>
|
||||
<Value>RainbowColorsAndPrism/LuxCoreScene/render.cfg</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
</TestSettings>
|
||||
</PhoronixTestSuite>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCore/releases/download/luxcorerender_v2.3/luxcorerender-v2.3-linux64-opencl-sdk.tar.bz2</URL>
|
||||
<MD5>0e3d5585f518a3bc4bbff2d7f8826d28</MD5>
|
||||
<SHA256>109673ad605e7a87c71e1778795752a88c59596eccc2f06d895b6771450e04bc</SHA256>
|
||||
<FileName>luxcorerender-v2.3-linux64-opencl-sdk.tar.bz2</FileName>
|
||||
<FileSize>130798515</FileSize>
|
||||
<PlatformSpecific>Linux</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCore/releases/download/luxcorerender_v2.3/luxcorerender-v2.3-win64-opencl-sdk.zip</URL>
|
||||
<MD5>fe455024f87b0f1dfbb80978c18e931f</MD5>
|
||||
<SHA256>cc860c3c1c5d0b4f2ab92aafb166424505b1a00eae0c44512b9d9d1350f2453b</SHA256>
|
||||
<FileName>luxcorerender-v2.3-win64-opencl-sdk.zip</FileName>
|
||||
<FileSize>114317963</FileSize>
|
||||
<PlatformSpecific>Windows</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCoreTestScenes/releases/download/v2.1/DLSC.zip</URL>
|
||||
<FileName>DLSC.zip</FileName>
|
||||
<FileSize>20477185</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCoreTestScenes/releases/download/v2.1/RainbowColorsAndPrism.zip</URL>
|
||||
<FileName>RainbowColorsAndPrism.zip</FileName>
|
||||
<FileSize>1962157</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCoreTestScenes/releases/download/v2.1/LuxCore2.1Benchmark.zip</URL>
|
||||
<FileName>LuxCore2.1Benchmark.zip</FileName>
|
||||
<FileSize>66172678</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/LuxCoreRender/LuxCoreTestScenes/releases/download/v2.1/Food.zip</URL>
|
||||
<FileName>Food.zip</FileName>
|
||||
<FileSize>225393264</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
12
ob-cache/test-profiles/pts/luxcorerender-cl-1.2.0/install.sh
Normal file
12
ob-cache/test-profiles/pts/luxcorerender-cl-1.2.0/install.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf luxcorerender-v2.3-linux64-opencl-sdk.tar.bz2
|
||||
unzip -o DLSC.zip
|
||||
unzip -o RainbowColorsAndPrism.zip
|
||||
unzip -o LuxCore2.1Benchmark.zip
|
||||
unzip -o Food.zip
|
||||
|
||||
echo "#!/bin/sh
|
||||
LD_LIBRARY_PATH=\$HOME/LuxCore-opencl-sdk/lib:\$LD_LIBRARY_PATH ./LuxCore-opencl-sdk/bin/luxcoreconsole \$@ > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > luxcorerender-cl
|
||||
chmod +x luxcorerender-cl
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
unzip -o luxcorerender-v2.3-win64-opencl-sdk.zip
|
||||
unzip -o DLSC.zip
|
||||
unzip -o RainbowColorsAndPrism.zip
|
||||
unzip -o LuxCore2.1Benchmark.zip
|
||||
unzip -o Food.zip
|
||||
cp -f luxcorerender-v2.3-win64-opencl-sdk/lib/* luxcorerender-v2.3-win64-opencl-sdk/bin
|
||||
|
||||
echo "#!/bin/sh
|
||||
./luxcorerender-v2.3-win64-opencl-sdk/bin/luxcoreconsole.exe \$@ > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > luxcorerender-cl
|
||||
chmod +x luxcorerender-cl
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate>[Elapsed time: 15/20sec][Samples 17/1000][Convergence 0.000000%][Avg. samples/sec #_RESULT_# on 66.6K tris]</OutputTemplate>
|
||||
<LineHint>Avg. samples</LineHint>
|
||||
<ResultAfterString>samples/sec</ResultAfterString>
|
||||
<StripFromResult>M</StripFromResult>
|
||||
<MultiMatch>AVERAGE</MultiMatch>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>LuxCoreRender OpenCL</Title>
|
||||
<AppVersion>2.3</AppVersion>
|
||||
<Description>LuxCoreRender is an open-source physically based renderer. This test profile is focused on running LuxCoreRender on OpenCL accelerators/GPUs. The alternative luxcorerender test profile is for CPU execution due to a difference in tests, etc.</Description>
|
||||
<ResultScale>M samples/sec</ResultScale>
|
||||
<Proportion>HIB</Proportion>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.2.0</Version>
|
||||
<SupportedPlatforms>Linux, Windows</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>Graphics</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<SupportedArchitectures>x86_64</SupportedArchitectures>
|
||||
<ExternalDependencies>opencl</ExternalDependencies>
|
||||
<RequiresDisplay>TRUE</RequiresDisplay>
|
||||
<EnvironmentSize>730</EnvironmentSize>
|
||||
<ProjectURL>https://luxcorerender.org/</ProjectURL>
|
||||
<InternalTags>OpenCL</InternalTags>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
<TestSettings>
|
||||
<Default>
|
||||
<Arguments> -D batch.halttime 60 -D renderengine.type "PATHOCL" -D opencl.platform.index -1 -D opencl.cpu.use 0 -D opencl.gpu.use 1 -D opencl.native.threads.count 0 </Arguments>
|
||||
</Default>
|
||||
<Option>
|
||||
<DisplayName>Scene</DisplayName>
|
||||
<Identifier>scene</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>LuxCore Benchmark</Name>
|
||||
<Value>LuxCore2.1Benchmark/LuxCoreScene/render.cfg</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>DLSC</Name>
|
||||
<Value>DLSC/LuxCoreScene/render.cfg</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Rainbow Colors and Prism</Name>
|
||||
<Value>RainbowColorsAndPrism/LuxCoreScene/render.cfg</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Food</Name>
|
||||
<Value>Food/LuxCoreScene/render.cfg</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
</TestSettings>
|
||||
</PhoronixTestSuite>
|
||||
13
ob-cache/test-profiles/pts/mkl-dnn-1.3.0/downloads.xml
Normal file
13
ob-cache/test-profiles/pts/mkl-dnn-1.3.0/downloads.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m2-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>https://github.com/oneapi-src/oneDNN/archive/v1.3.tar.gz</URL>
|
||||
<MD5>fcc9c37d9d418b6ccb4adeab84e7e8e4</MD5>
|
||||
<SHA256>b87c23b40a93ef5e479c81028db71c4847225b1a170f82af5e79f1cda826d3bf</SHA256>
|
||||
<FileName>oneDNN-1.3.tar.gz</FileName>
|
||||
<FileSize>5173993</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
23
ob-cache/test-profiles/pts/mkl-dnn-1.3.0/install.sh
Normal file
23
ob-cache/test-profiles/pts/mkl-dnn-1.3.0/install.sh
Normal file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf oneDNN-1.3.tar.gz
|
||||
|
||||
cd oneDNN-1.3/
|
||||
#./scripts/prepare_mkl.sh
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
CFLAGS="-O3 -march=native" CXXFLAGS="-O3 -march=native" cmake -DCMAKE_BUILD_TYPE=Release MKLDNN_ARCH_OPT_FLAGS="-O3 -march=native" $CMAKE_OPTIONS ..
|
||||
make -j $NUM_CPU_CORES
|
||||
echo $? > ~/install-exit-status
|
||||
|
||||
cd ~
|
||||
|
||||
echo "#!/bin/bash
|
||||
export DNNL_CPU_RUNTIME=OMP
|
||||
export OMP_PLACES=cores
|
||||
export OMP_PROC_BIND=close
|
||||
cd oneDNN-1.3/build/tests/benchdnn
|
||||
./benchdnn --engine=cpu --mode=p \$1 \$3 \$2 > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > mkl-dnn
|
||||
chmod +x mkl-dnn
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m2-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate>total perf min(ms) #_MIN_RESULT_# avg(ms) #_RESULT_#</OutputTemplate>
|
||||
<LineHint>total perf</LineHint>
|
||||
<TurnCharsToSpace>:</TurnCharsToSpace>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
78
ob-cache/test-profiles/pts/mkl-dnn-1.3.0/test-definition.xml
Normal file
78
ob-cache/test-profiles/pts/mkl-dnn-1.3.0/test-definition.xml
Normal file
@@ -0,0 +1,78 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m2-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>oneDNN MKL-DNN</Title>
|
||||
<AppVersion>1.3</AppVersion>
|
||||
<Description>This is a test of the Intel oneDNN (formerly DNNL / Deep Neural Network Library / MKL-DNN) as an Intel-optimized library for Deep Neural Networks and making use of its built-in benchdnn functionality. The result is the total perf time reported.</Description>
|
||||
<ResultScale>ms</ResultScale>
|
||||
<Proportion>LIB</Proportion>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.3.0</Version>
|
||||
<SupportedPlatforms>Linux</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, cmake</ExternalDependencies>
|
||||
<EnvironmentSize>355</EnvironmentSize>
|
||||
<ProjectURL>https://github.com/oneapi-src/oneDNN</ProjectURL>
|
||||
<InternalTags>SMP, OpenMP</InternalTags>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
<TestSettings>
|
||||
<Option>
|
||||
<DisplayName>Harness</DisplayName>
|
||||
<Identifier>harness</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>Deconvolution Batch deconv_1d</Name>
|
||||
<Value>--deconv --batch=inputs/deconv/deconv_1d</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Deconvolution Batch deconv_3d</Name>
|
||||
<Value>--deconv --batch=inputs/deconv/deconv_3d</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>IP Batch 1D</Name>
|
||||
<Value>--ip --batch=inputs/ip/ip_1d</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>IP Batch All</Name>
|
||||
<Value>--ip --batch=inputs/ip/ip_all</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Recurrent Neural Network Training</Name>
|
||||
<Value>--rnn --batch=inputs/rnn/rnn_training</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>Recurrent Neural Network Inference</Name>
|
||||
<Value>--rnn --batch=inputs/rnn/rnn_inference</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
<Option>
|
||||
<DisplayName>Data Type</DisplayName>
|
||||
<Identifier>data-type</Identifier>
|
||||
<ArgumentPrefix>--cfg=</ArgumentPrefix>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>f32</Name>
|
||||
<Value>f32</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>u8s8f32</Name>
|
||||
<Value>u8s8f32</Value>
|
||||
<Message>Optimized For AVX-512</Message>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>bf16bf16bf16</Name>
|
||||
<Value>bf16bf16bf16</Value>
|
||||
<Message>Optimized For AVX-512 + VNNI</Message>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
</TestSettings>
|
||||
</PhoronixTestSuite>
|
||||
13
ob-cache/test-profiles/pts/neat-1.0.2/downloads.xml
Normal file
13
ob-cache/test-profiles/pts/neat-1.0.2/downloads.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>http://phoronix-test-suite.com/benchmark-files/neat-git-20200229.tar.xz</URL>
|
||||
<MD5>6618ffc003127d29a671c568c646d69e</MD5>
|
||||
<SHA256>85ad0d2d13fb2b09ca02cc7e89c4f8da4cefcaefa9b487eb0f72dd3f5f55ba38</SHA256>
|
||||
<FileName>neat-git-20200229.tar.xz</FileName>
|
||||
<FileSize>572524</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
20
ob-cache/test-profiles/pts/neat-1.0.2/install.sh
Normal file
20
ob-cache/test-profiles/pts/neat-1.0.2/install.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf neat-git-20200229.tar.xz
|
||||
cd neat-git-20200229/
|
||||
if [ $OS_TYPE = "BSD" ]
|
||||
then
|
||||
gmake
|
||||
gmake install
|
||||
else
|
||||
make
|
||||
echo $? > ~/install-exit-status
|
||||
make install
|
||||
fi
|
||||
|
||||
cd ~
|
||||
echo "#!/bin/sh
|
||||
cd neat-git-20200229/
|
||||
t/bin/neat -i examples/ngc7009_all.dat -u -n 30000 > \$LOG_FILE
|
||||
echo \$? > ~/test-exit-status" > neat
|
||||
chmod +x neat
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<SystemMonitor>
|
||||
<Sensor>sys.time</Sensor>
|
||||
</SystemMonitor>
|
||||
</PhoronixTestSuite>
|
||||
24
ob-cache/test-profiles/pts/neat-1.0.2/test-definition.xml
Normal file
24
ob-cache/test-profiles/pts/neat-1.0.2/test-definition.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Nebular Empirical Analysis Tool</Title>
|
||||
<AppVersion>2020-02-29</AppVersion>
|
||||
<Description>NEAT is the Nebular Empirical Analysis Tool for empirical analysis of ionised nebulae, with uncertainty propagation.</Description>
|
||||
<ResultScale>Seconds</ResultScale>
|
||||
<Proportion>LIB</Proportion>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.0.2</Version>
|
||||
<SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms>
|
||||
<SoftwareType>Benchmark</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, fortran-compiler</ExternalDependencies>
|
||||
<EnvironmentSize>9</EnvironmentSize>
|
||||
<ProjectURL>https://www.nebulousresearch.org/codes/neat/</ProjectURL>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
</PhoronixTestSuite>
|
||||
13
ob-cache/test-profiles/pts/nettle-1.0.1/downloads.xml
Normal file
13
ob-cache/test-profiles/pts/nettle-1.0.1/downloads.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>https://ftp.gnu.org/gnu/nettle/nettle-3.5.1.tar.gz, http://ftp.vim.org/ftp/gnu/nettle/nettle-3.5.1.tar.gz</URL>
|
||||
<MD5>0e5707b418c3826768d41130fbe4ee86</MD5>
|
||||
<SHA256>75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419</SHA256>
|
||||
<FileName>nettle-3.5.1.tar.gz</FileName>
|
||||
<FileSize>1989593</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
15
ob-cache/test-profiles/pts/nettle-1.0.1/install.sh
Normal file
15
ob-cache/test-profiles/pts/nettle-1.0.1/install.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf nettle-3.5.1.tar.gz
|
||||
cd nettle-3.5.1
|
||||
./configure --prefix=$HOME/install
|
||||
make -j $NUM_CPU_CORES
|
||||
echo $? > ~/install-exit-status
|
||||
make install
|
||||
|
||||
cd ~/
|
||||
echo "#!/bin/sh
|
||||
cd nettle-3.5.1/examples/
|
||||
LD_LIBRARY_PATH=\$HOME/install/lib64:\$HOME/install/lib:\$LD_LIBRARY_PATH ./nettle-benchmark \$@ > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > nettle
|
||||
chmod +x nettle
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate> sha512 update #_RESULT_#</OutputTemplate>
|
||||
</ResultsParser>
|
||||
<ResultsParser>
|
||||
<OutputTemplate> poly1305-aes update #_RESULT_#</OutputTemplate>
|
||||
</ResultsParser>
|
||||
<ResultsParser>
|
||||
<OutputTemplate> chacha decrypt #_RESULT_#</OutputTemplate>
|
||||
<LineHint>chacha</LineHint>
|
||||
<MultiMatch>AVERAGE</MultiMatch>
|
||||
</ResultsParser>
|
||||
<ResultsParser>
|
||||
<OutputTemplate> aes256 ECB decrypt #_RESULT_#</OutputTemplate>
|
||||
<LineHint>aes256</LineHint>
|
||||
<MultiMatch>AVERAGE</MultiMatch>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
48
ob-cache/test-profiles/pts/nettle-1.0.1/test-definition.xml
Normal file
48
ob-cache/test-profiles/pts/nettle-1.0.1/test-definition.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m0-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>Nettle</Title>
|
||||
<AppVersion>3.5.1</AppVersion>
|
||||
<Description>GNU Nettle is a low-level cryptographic library.</Description>
|
||||
<ResultScale>Mbyte/s</ResultScale>
|
||||
<Proportion>HIB</Proportion>
|
||||
<TimesToRun>3</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.0.1</Version>
|
||||
<SupportedPlatforms>Linux</SupportedPlatforms>
|
||||
<SoftwareType>Utility</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, openssl-development</ExternalDependencies>
|
||||
<EnvironmentSize>103</EnvironmentSize>
|
||||
<ProjectURL>https://www.lysator.liu.se/~nisse/nettle/</ProjectURL>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
<TestSettings>
|
||||
<Option>
|
||||
<DisplayName>Test</DisplayName>
|
||||
<Identifier>run-test</Identifier>
|
||||
<Menu>
|
||||
<Entry>
|
||||
<Name>sha512</Name>
|
||||
<Value>sha512</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>poly1305-aes</Name>
|
||||
<Value>poly1305-aes</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>aes256</Name>
|
||||
<Value>aes256</Value>
|
||||
</Entry>
|
||||
<Entry>
|
||||
<Name>chacha</Name>
|
||||
<Value>chacha</Value>
|
||||
</Entry>
|
||||
</Menu>
|
||||
</Option>
|
||||
</TestSettings>
|
||||
</PhoronixTestSuite>
|
||||
20
ob-cache/test-profiles/pts/nwchem-1.0.0/downloads.xml
Normal file
20
ob-cache/test-profiles/pts/nwchem-1.0.0/downloads.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m3-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem-7.0.0-release.revision-2c9a1c7c-srconly.2020-02-26.tar.bz2</URL>
|
||||
<MD5>d498e15fd614a2b7f437f5553ba48389</MD5>
|
||||
<SHA256>e3c6510627345be596f4079047e5e7b59e6c20599798ecfe122e3527f8ad6eb0</SHA256>
|
||||
<FileName>nwchem-7.0.0-release.revision-2c9a1c7c-srconly.2020-02-26.tar.bz2</FileName>
|
||||
<FileSize>54110993</FileSize>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://www.phoronix-test-suite.com/benchmark-files/Input_c240_pbe0.nw</URL>
|
||||
<MD5>735d8f56573fc0e4de1136a70e1d183d</MD5>
|
||||
<SHA256>ea83a5d0aae60660463f7ba83f8cb19ce45a4f46859b9233ba2fb2851fb4a523</SHA256>
|
||||
<FileName>Input_c240_pbe0.nw</FileName>
|
||||
<FileSize>10834</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
18
ob-cache/test-profiles/pts/nwchem-1.0.0/install.sh
Normal file
18
ob-cache/test-profiles/pts/nwchem-1.0.0/install.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf nwchem-7.0.0-release.revision-2c9a1c7c-srconly.2020-02-26.tar.bz2
|
||||
cd nwchem-7.0.0/src
|
||||
|
||||
echo "NWCHEM_LONG_PATHS = Y" >> config/makefile.h
|
||||
|
||||
NWCHEM_TOP=$HOME/nwchem-7.0.0 NWCHEM_LONG_PATHS=Y NWCHEM_TARGET=LINUX64 USE_MPI=y BLASOPT="-lopenblas -lpthread -lrt" LAPACK_LIB="-llapack" NWCHEM_MODULES="all" make -j $NUM_CPU_CORES
|
||||
echo $? > ~/install-exit-status
|
||||
|
||||
cd ~
|
||||
cat>nwchem<<EOT
|
||||
#!/bin/sh
|
||||
mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES \$HOME/nwchem-7.0.0/bin/LINUX64/nwchem \$HOME/Input_c240_pbe0.nw > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status
|
||||
EOT
|
||||
chmod +x nwchem
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m3-->
|
||||
<PhoronixTestSuite>
|
||||
<ResultsParser>
|
||||
<OutputTemplate> Total times cpu: 9772.1s wall: #_RESULT_#</OutputTemplate>
|
||||
<LineHint>Total times</LineHint>
|
||||
<StripFromResult>s</StripFromResult>
|
||||
</ResultsParser>
|
||||
</PhoronixTestSuite>
|
||||
26
ob-cache/test-profiles/pts/nwchem-1.0.0/test-definition.xml
Normal file
26
ob-cache/test-profiles/pts/nwchem-1.0.0/test-definition.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m3-->
|
||||
<PhoronixTestSuite>
|
||||
<TestInformation>
|
||||
<Title>NWChem</Title>
|
||||
<AppVersion>7.0</AppVersion>
|
||||
<Description>NWChem is an open-source high performance computational chemistry package.</Description>
|
||||
<ResultScale>Seconds</ResultScale>
|
||||
<Proportion>LIB</Proportion>
|
||||
<SubTitle>Input: C240 Buckyball</SubTitle>
|
||||
<TimesToRun>1</TimesToRun>
|
||||
</TestInformation>
|
||||
<TestProfile>
|
||||
<Version>1.0.0</Version>
|
||||
<SupportedPlatforms>Linux</SupportedPlatforms>
|
||||
<SoftwareType>Scientific</SoftwareType>
|
||||
<TestType>Processor</TestType>
|
||||
<License>Free</License>
|
||||
<Status>Verified</Status>
|
||||
<ExternalDependencies>build-utilities, openmpi-development, fortran-compiler, blas-development, lapack-development, atlas-development, tcl</ExternalDependencies>
|
||||
<EnvironmentSize>1100</EnvironmentSize>
|
||||
<ProjectURL>http://www.nwchem-sw.org/</ProjectURL>
|
||||
<InternalTags>SMP, MPI</InternalTags>
|
||||
<Maintainer>Michael Larabel</Maintainer>
|
||||
</TestProfile>
|
||||
</PhoronixTestSuite>
|
||||
37
ob-cache/test-profiles/pts/oidn-1.2.0/downloads.xml
Normal file
37
ob-cache/test-profiles/pts/oidn-1.2.0/downloads.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v9.6.0m2-->
|
||||
<PhoronixTestSuite>
|
||||
<Downloads>
|
||||
<Package>
|
||||
<URL>https://github.com/OpenImageDenoise/oidn/releases/download/v1.2.0/oidn-1.2.0.x86_64.linux.tar.gz</URL>
|
||||
<MD5>9bdbf8f9555de045c253239459af5f25</MD5>
|
||||
<SHA256>47a395c3d9795625e29d84667306f51e15105ac40b481fb70fb01d63b8443e98</SHA256>
|
||||
<FileName>oidn-1.2.0.x86_64.linux.tar.gz</FileName>
|
||||
<FileSize>43770959</FileSize>
|
||||
<PlatformSpecific>Linux</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/OpenImageDenoise/oidn/releases/download/v1.2.0/oidn-1.2.0.x64.vc14.windows.zip</URL>
|
||||
<MD5>ed9c9be69871d31e000ea963db00f7b7</MD5>
|
||||
<SHA256>7da53f5fa84b8f5e708cfa2e6ad6907d2901203f3871ca2294f0b8107e7ab1bc</SHA256>
|
||||
<FileName>oidn-1.2.0.x64.vc14.windows.zip</FileName>
|
||||
<FileSize>43032807</FileSize>
|
||||
<PlatformSpecific>Windows</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>https://github.com/OpenImageDenoise/oidn/releases/download/v1.2.0/oidn-1.2.0.x86_64.macos.tar.gz</URL>
|
||||
<MD5>fbcd6b01623c0ec2e44e167ab414d7b3</MD5>
|
||||
<SHA256>83e2a7be11a22a1aa9d4f53569744b8f278ce63c9a18fefc1c453573b382360b</SHA256>
|
||||
<FileName>oidn-1.2.0.x86_64.macos.tar.gz</FileName>
|
||||
<FileSize>43855788</FileSize>
|
||||
<PlatformSpecific>MacOSX</PlatformSpecific>
|
||||
</Package>
|
||||
<Package>
|
||||
<URL>http://www.pauldebevec.com/Research/HDR/memorial.pfm</URL>
|
||||
<MD5>cdd4e9fafd6c221cbbe9845414cd46c8</MD5>
|
||||
<SHA256>7408901b58365dd4b974dfa5dd7294e52bfb2fe3671452f3c3e0510eebbf66f3</SHA256>
|
||||
<FileName>memorial.pfm</FileName>
|
||||
<FileSize>4718613</FileSize>
|
||||
</Package>
|
||||
</Downloads>
|
||||
</PhoronixTestSuite>
|
||||
10
ob-cache/test-profiles/pts/oidn-1.2.0/install.sh
Normal file
10
ob-cache/test-profiles/pts/oidn-1.2.0/install.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar -xf oidn-1.2.0.x86_64.linux.tar.gz
|
||||
cp memorial.pfm oidn-1.2.0.x86_64.linux/bin/
|
||||
|
||||
echo "#!/bin/sh
|
||||
cd oidn-1.2.0.x86_64.linux/bin/
|
||||
./denoise \$@ -threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1
|
||||
echo \$? > ~/test-exit-status" > oidn
|
||||
chmod +x oidn
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user