Page MenuHomeSolus

D10656.diff
No OneTemporary

D10656.diff

diff --git a/files/0001-Re-enable-systemd-inhibit.patch b/files/0001-Re-enable-systemd-inhibit.patch
--- a/files/0001-Re-enable-systemd-inhibit.patch
+++ b/files/0001-Re-enable-systemd-inhibit.patch
@@ -1,37 +1,34 @@
-From 9b1f6b5b65abd1aa4076f0c85ed93d31e24277e7 Mon Sep 17 00:00:00 2001
+From bca48c6ac35d1c9e827592dcd1df241193c26520 Mon Sep 17 00:00:00 2001
From: Campbell Jones <git@serebit.com>
-Date: Sun, 3 Jan 2021 14:51:39 -0500
-Subject: [PATCH] Re-enable systemd-inhibit
+Date: Fri, 5 Mar 2021 15:31:05 -0500
+Subject: [PATCH] re-enable systemd-inhibit
---
- phoronix-test-suite | 9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
+ phoronix-test-suite | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/phoronix-test-suite b/phoronix-test-suite
-index 5d978de..e19f333 100755
+index d981c0a5a..837fb0e58 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
-@@ -294,15 +294,16 @@ PTS_PREPEND_LAUNCH=""
- if which systemd-inhibit >/dev/null 2>&1
- then
- # At least as of September 2019, some versions of systemd-inhibit are buggy around argv handling
-- # PTS_PREPEND_LAUNCH="systemd-inhibit --what=idle:sleep --who=\"Phoronix Test Suite\" --why=\"Phoronix Test Suite benchmarking\" "
-- export PTS_SYSTEMD_INHIBITED=0 # Setting to 1 will make toggle_screensaver PTS module disable
+@@ -309,12 +309,12 @@ export PTS_EXT_LAUNCH_SCRIPT_DIR=`mktemp -d 2>/dev/null || mktemp -d -t ptstmp`
+ PTS_PREPEND_LAUNCH=""
+
+ # check for systemd-inhibit to handle suspending screensaver/idle
+-#if which systemd-inhibit >/dev/null 2>&1
+-#then
++if which systemd-inhibit >/dev/null 2>&1
++then
+ # Disable by default again due to https://github.com/phoronix-test-suite/phoronix-test-suite/pull/491#issuecomment-762899039
+-# PTS_PREPEND_LAUNCH='systemd-inhibit --what=idle:sleep --who="Phoronix Test Suite" --why="Phoronix Test Suite benchmarking" '
+-# export PTS_SYSTEMD_INHIBITED=1 # Setting to 1 will make toggle_screensaver PTS module disable
+-#fi
+ PTS_PREPEND_LAUNCH='systemd-inhibit --what=idle:sleep --who="Phoronix Test Suite" --why="Phoronix Test Suite benchmarking" '
-+ export PTS_SYSTEMD_INHIBITED=1 # Setting to 1 will make toggle_screensaver PTS module disable
- fi
++ export PTS_SYSTEMD_INHIBITED=1 # Setting to 1 will make toggle_screensaver PTS module disable
++fi
# Run The Phoronix Test Suite
PTS_EXIT_STATUS=8
- while [ $PTS_EXIT_STATUS -eq 8 ]; do
-- $PTS_PREPEND_LAUNCH $PHP_BIN $PTS_DIR/pts-core/phoronix-test-suite.php $@
-- PTS_EXIT_STATUS=$?
-+ PTS_LAUNCH_ARGS="$@"
-+ sh -c "$PTS_PREPEND_LAUNCH $PHP_BIN $PTS_DIR/pts-core/phoronix-test-suite.php $PTS_LAUNCH_ARGS"
-+ PTS_EXIT_STATUS=$?
- done
-
- if [ -f $PTS_EXT_LAUNCH_SCRIPT_DIR/web-server-launcher ]
--
2.30.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : phoronix-test-suite
-version : 10.2.0
-release : 24
+version : 10.2.2
+release : 25
source :
- - https://github.com/phoronix-test-suite/phoronix-test-suite/releases/download/v10.2.0/phoronix-test-suite-10.2.0.tar.gz : 7a828781b4b2384930ce48b9c16b9994e0266658f138c5dcced03f83c4edbad4
+ - https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v10.2.2.tar.gz : 2f214dc19bfe61cf546084798a88c7be642222e66d5523f7f8bb0ce795c66534
license : GPL-3.0-or-later
component : programming
homepage : https://www.phoronix-test-suite.com/
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
<Name>phoronix-test-suite</Name>
<Homepage>https://www.phoronix-test-suite.com/</Homepage>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>programming</PartOf>
@@ -148,6 +148,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/amg-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/amg-1.0.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/amg-1.0.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/amg-1.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/amg-1.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/amg-1.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/amg-1.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/aobench-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/aobench-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/aobench-1.0.1/results-definition.xml</Path>
@@ -263,6 +267,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/askap-2.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/askap-2.0.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/askap-2.0.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/askap-2.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/askap-2.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/askap-2.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/askap-2.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/asmfish-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/asmfish-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/asmfish-1.0.1/results-definition.xml</Path>
@@ -291,6 +299,12 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.0/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.1/install_macosx.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.1/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/astcenc-1.0.2/install_macosx.sh</Path>
@@ -434,6 +448,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/brl-cad-1.1.2/results-definition.xml</Path>
@@ -511,6 +529,13 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.0.0/pre.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.1.0/interim.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.1.0/post.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.1.0/pre.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-firefox-1.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-gcc-1.1.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-gcc-1.1.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-gcc-1.1.1/interim.sh</Path>
@@ -539,6 +564,13 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-gdb-1.0.1/pre.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-gdb-1.0.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-gdb-1.0.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-godot-1.0.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-godot-1.0.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-godot-1.0.0/interim.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-godot-1.0.0/post.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-godot-1.0.0/pre.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-godot-1.0.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-godot-1.0.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-imagemagick-1.7.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-imagemagick-1.7.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-imagemagick-1.7.2/interim.sh</Path>
@@ -655,6 +687,13 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.0.0/pre.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.1.0/interim.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.1.0/post.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.1.0/pre.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build-webkitfltk-1.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build2-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build2-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/build2-1.0.0/results-definition.xml</Path>
@@ -757,13 +796,25 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cinebench-1.1.1/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cinebench-1.1.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cinebench-1.1.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cinebench-1.2.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cinebench-1.2.0/install_macosx.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cinebench-1.2.0/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cinebench-1.2.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cinebench-1.2.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civbe-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civbe-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civbe-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civbe-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civbe-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civbe-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civilization-vi-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civilization-vi-1.0.0/pre.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civilization-vi-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civilization-vi-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civilization-vi-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civilization-vi-1.0.1/pre.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civilization-vi-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/civilization-vi-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cl-mem-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cl-mem-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cl-mem-1.0.1/results-definition.xml</Path>
@@ -795,6 +846,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cloverleaf-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cloverleaf-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cloverleaf-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cloverleaf-1.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cloverleaf-1.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cloverleaf-1.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cloverleaf-1.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/clpeak-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/clpeak-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/clpeak-1.0.1/results-definition.xml</Path>
@@ -965,6 +1020,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cp2k-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cp2k-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cp2k-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cp2k-1.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cp2k-1.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cp2k-1.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cp2k-1.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpp-perf-bench-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpp-perf-bench-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpp-perf-bench-1.0.0/results-definition.xml</Path>
@@ -979,6 +1038,11 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpuminer-opt-1.3.0/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpuminer-opt-1.3.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpuminer-opt-1.3.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpuminer-opt-1.4.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpuminer-opt-1.4.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpuminer-opt-1.4.0/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpuminer-opt-1.4.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cpuminer-opt-1.4.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/crafty-1.4.3/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/crafty-1.4.3/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/crafty-1.4.3/install_windows.sh</Path>
@@ -1036,6 +1100,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cython-bench-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cython-bench-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cython-bench-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cython-bench-1.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cython-bench-1.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cython-bench-1.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/cython-bench-1.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dacapobench-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dacapobench-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dacapobench-1.0.0/results-definition.xml</Path>
@@ -1089,6 +1157,11 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dav1d-1.7.0/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dav1d-1.7.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dav1d-1.7.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dav1d-1.7.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dav1d-1.7.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dav1d-1.7.1/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dav1d-1.7.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dav1d-1.7.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dbench-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dbench-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/dbench-1.0.0/results-definition.xml</Path>
@@ -1313,6 +1386,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/et-1.1.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/et-1.1.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/et-1.1.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/etcpak-1.0.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/etcpak-1.0.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/etcpak-1.0.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/etcpak-1.0.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ethr-1.0.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ethr-1.0.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ethr-1.0.2/install_windows.sh</Path>
@@ -1422,6 +1499,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/financebench-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/financebench-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/financebench-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/financebench-1.1.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/financebench-1.1.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/financebench-1.1.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/financebench-1.1.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/fio-1.11.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/fio-1.11.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/fio-1.11.2/install_windows.sh</Path>
@@ -1506,6 +1587,14 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.0.5/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.0.5/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.0.5/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.1.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.1.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.1.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.1.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.1.2/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.1.2/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.1.2/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gcrypt-1.1.2/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geekbench-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geekbench-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geekbench-1.0.1/install_windows.sh</Path>
@@ -1539,6 +1628,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geexlab-1.1.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geexlab-1.1.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geexlab-1.1.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geexlab-1.1.2/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geexlab-1.1.2/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geexlab-1.1.2/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/geexlab-1.1.2/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gfxbench-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gfxbench-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gfxbench-1.0.0/results-definition.xml</Path>
@@ -1596,6 +1689,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gluxmark-1.1.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gluxmark-1.1.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gluxmark-1.1.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gluxmark-1.1.2/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gluxmark-1.1.2/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gluxmark-1.1.2/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gluxmark-1.1.2/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gmpbench-1.2.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gmpbench-1.2.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gmpbench-1.2.0/results-definition.xml</Path>
@@ -1606,6 +1703,12 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gnupg-2.4.0/pre.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gnupg-2.4.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gnupg-2.4.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gnupg-2.5.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gnupg-2.5.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gnupg-2.5.0/post.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gnupg-2.5.0/pre.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gnupg-2.5.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gnupg-2.5.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/go-benchmark-1.1.4/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/go-benchmark-1.1.4/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/go-benchmark-1.1.4/install_windows.sh</Path>
@@ -1680,6 +1783,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-1.4.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-1.4.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-1.4.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-1.5.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-1.5.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-1.5.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-1.5.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-gpu-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-gpu-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/gromacs-gpu-1.0.0/results-definition.xml</Path>
@@ -1772,6 +1879,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/hmmer-1.2.2/results-definition.xml</Path>
@@ -1857,6 +1968,11 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/insurgency-1.1.0/pre.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/insurgency-1.1.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/insurgency-1.1.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/insurgency-1.2.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/insurgency-1.2.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/insurgency-1.2.0/pre.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/insurgency-1.2.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/insurgency-1.2.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/intel-mpi-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/intel-mpi-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/intel-mpi-1.0.0/results-definition.xml</Path>
@@ -1873,6 +1989,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ior-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ior-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ior-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ior-1.1.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ior-1.1.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ior-1.1.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ior-1.1.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/iozone-1.8.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/iozone-1.8.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/iozone-1.8.0/install_windows.sh</Path>
@@ -1962,6 +2082,14 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/john-the-ripper-1.7.2/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/john-the-ripper-1.7.2/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/john-the-ripper-1.7.2/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/jpegxl-1.1.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/jpegxl-1.1.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/jpegxl-1.1.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/jpegxl-1.1.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/jpegxl-decode-1.0.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/jpegxl-decode-1.0.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/jpegxl-decode-1.0.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/jpegxl-decode-1.0.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/juliagpu-1.3.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/juliagpu-1.3.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/juliagpu-1.3.1/results-definition.xml</Path>
@@ -1986,6 +2114,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kripke-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kripke-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kripke-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kripke-1.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kripke-1.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kripke-1.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kripke-1.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kvazaar-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kvazaar-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/kvazaar-1.0.0/install_windows.sh</Path>
@@ -2007,6 +2139,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lammps-1.3.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lammps-1.3.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lammps-1.3.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lammps-1.3.2/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lammps-1.3.2/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lammps-1.3.2/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lammps-1.3.2/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lczero-1.1.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lczero-1.1.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lczero-1.1.1/results-definition.xml</Path>
@@ -2044,6 +2180,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/leveldb-1.0.2/results-definition.xml</Path>
@@ -2104,6 +2244,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-1.0.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-1.0.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-1.1.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-1.1.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-1.1.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-1.1.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-cl-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-cl-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lulesh-cl-1.0.1/results-definition.xml</Path>
@@ -2167,6 +2311,11 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lzbench-1.1.0/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lzbench-1.1.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lzbench-1.1.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lzbench-1.1.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lzbench-1.1.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lzbench-1.1.1/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lzbench-1.1.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/lzbench-1.1.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/m-queens-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/m-queens-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/m-queens-1.0.1/results-definition.xml</Path>
@@ -2224,6 +2373,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mcperf-1.3.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mcperf-1.3.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mcperf-1.3.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mcperf-1.4.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mcperf-1.4.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mcperf-1.4.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mcperf-1.4.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/memtier-benchmark-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/memtier-benchmark-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/memtier-benchmark-1.0.1/results-definition.xml</Path>
@@ -2305,6 +2458,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mnn-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mnn-1.0.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mnn-1.0.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mnn-1.1.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mnn-1.1.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mnn-1.1.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mnn-1.1.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mocassin-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mocassin-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/mocassin-1.0.0/results-definition.xml</Path>
@@ -2525,6 +2682,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nginx-1.2.2/pre_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nginx-1.2.2/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nginx-1.2.2/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ngspice-1.0.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ngspice-1.0.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ngspice-1.0.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/ngspice-1.0.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/node-express-loadtest-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/node-express-loadtest-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/node-express-loadtest-1.0.0/results-definition.xml</Path>
@@ -2573,6 +2734,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/npb-1.4.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/npb-1.4.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/npb-1.4.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/npb-1.4.2/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/npb-1.4.2/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/npb-1.4.2/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/npb-1.4.2/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/numenta-nab-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/numenta-nab-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/numenta-nab-1.0.0/install_windows.sh</Path>
@@ -2607,6 +2772,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nwchem-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nwchem-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nwchem-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nwchem-1.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nwchem-1.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nwchem-1.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/nwchem-1.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/octanebench-1.2.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/octanebench-1.2.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/octanebench-1.2.0/install_windows.sh</Path>
@@ -2651,6 +2820,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/onednn-1.6.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/onednn-1.6.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/onednn-1.6.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/onnx-1.0.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/onnx-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/onnx-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/onnx-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/open-porous-media-1.3.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/open-porous-media-1.3.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/open-porous-media-1.3.1/results-definition.xml</Path>
@@ -2677,6 +2850,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opendwarfs-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opendwarfs-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opendwarfs-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/openfoam-1.0.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/openfoam-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/openfoam-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/openfoam-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/openssl-1.10.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/openssl-1.10.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/openssl-1.10.0/results-definition.xml</Path>
@@ -2739,6 +2916,14 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.42/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.42/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.42/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.43/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.43/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.43/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.43/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.44/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.44/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.44/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/opm-git-1.3.44/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/optcarrot-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/optcarrot-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/optcarrot-1.0.0/results-definition.xml</Path>
@@ -2787,6 +2972,12 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/paraview-1.0.3/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/paraview-1.0.3/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/paraview-1.0.3/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/paraview-1.2.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/paraview-1.2.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/paraview-1.2.0/install_macosx.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/paraview-1.2.0/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/paraview-1.2.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/paraview-1.2.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/parboil-1.1.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/parboil-1.1.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/parboil-1.1.2/results-definition.xml</Path>
@@ -2807,6 +2998,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pennant-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pennant-1.0.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pennant-1.0.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pennant-1.1.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pennant-1.1.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pennant-1.1.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pennant-1.1.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/perf-bench-1.0.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/perf-bench-1.0.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/perf-bench-1.0.2/results-definition.xml</Path>
@@ -3007,6 +3202,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pyperformance-1.0.2/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pyperformance-1.0.2/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/pyperformance-1.0.2/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qe-1.0.2/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qe-1.0.2/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qe-1.0.2/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qe-1.0.2/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qgears2-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qgears2-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qgears2-1.0.1/results-definition.xml</Path>
@@ -3019,6 +3218,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmcpack-1.0.3/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmcpack-1.0.3/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmcpack-1.0.3/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmcpack-1.2.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmcpack-1.2.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmcpack-1.2.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmcpack-1.2.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmlbench-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmlbench-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qmlbench-1.0.0/results-definition.xml</Path>
@@ -3027,10 +3230,18 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/quake4-1.1.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/quake4-1.1.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/quake4-1.1.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/quantlib-1.0.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/quantlib-1.0.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/quantlib-1.0.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/quantlib-1.0.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qvdpautest-1.0.2/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qvdpautest-1.0.2/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qvdpautest-1.0.2/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qvdpautest-1.0.2/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qvdpautest-1.0.4/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qvdpautest-1.0.4/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qvdpautest-1.0.4/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/qvdpautest-1.0.4/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/radiance-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/radiance-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/radiance-1.0.0/post.sh</Path>
@@ -3076,6 +3287,12 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rav1e-1.4.0/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rav1e-1.4.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rav1e-1.4.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rav1e-1.5.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rav1e-1.5.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rav1e-1.5.0/install_macosx.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rav1e-1.5.0/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rav1e-1.5.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rav1e-1.5.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rays1bench-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rays1bench-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rays1bench-1.0.0/results-definition.xml</Path>
@@ -3114,11 +3331,22 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redis-1.3.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redis-1.3.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redis-1.3.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redis-1.3.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redis-1.3.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redis-1.3.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redis-1.3.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redshift-1.0.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redshift-1.0.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redshift-1.0.1/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redshift-1.0.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/redshift-1.0.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/relion-1.0.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/relion-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/relion-1.0.1/interim.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/relion-1.0.1/post.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/relion-1.0.1/pre.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/relion-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/relion-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/renaissance-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/renaissance-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/renaissance-1.0.0/results-definition.xml</Path>
@@ -3176,6 +3404,11 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rodinia-1.3.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rodinia-1.3.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rodinia-1.3.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rtiv-1.0.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rtiv-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rtiv-1.0.1/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rtiv-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rtiv-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rust-mandel-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rust-mandel-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/rust-mandel-1.0.0/results-definition.xml</Path>
@@ -3372,6 +3605,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stream-1.3.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stream-1.3.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stream-1.3.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stream-dynamic-1.0.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stream-dynamic-1.0.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stream-dynamic-1.0.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stream-dynamic-1.0.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stress-ng-1.2.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stress-ng-1.2.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/stress-ng-1.2.1/results-definition.xml</Path>
@@ -3499,6 +3736,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/swet-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/swet-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/swet-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/synthmark-1.0.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/synthmark-1.0.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/synthmark-1.0.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/synthmark-1.0.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/sysbench-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/sysbench-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/sysbench-1.0.0/results-definition.xml</Path>
@@ -3666,6 +3907,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tnn-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tnn-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tnn-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tnn-1.0.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tnn-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tnn-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tnn-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tomb-raider-1.2.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tomb-raider-1.2.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tomb-raider-1.2.0/pre.sh</Path>
@@ -3675,6 +3920,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/toybrot-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/toybrot-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/toybrot-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/toybrot-1.2.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/toybrot-1.2.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/toybrot-1.2.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/toybrot-1.2.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tremulous-1.1.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tremulous-1.1.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/tremulous-1.1.1/install_windows.sh</Path>
@@ -3861,6 +4110,12 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/v-ray-1.2.1/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/v-ray-1.2.1/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/v-ray-1.2.1/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/v-ray-1.3.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/v-ray-1.3.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/v-ray-1.3.0/install_macosx.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/v-ray-1.3.0/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/v-ray-1.3.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/v-ray-1.3.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/vdrift-1.2.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/vdrift-1.2.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/vdrift-1.2.1/results-definition.xml</Path>
@@ -3951,6 +4206,11 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/webp-1.0.0/install_windows.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/webp-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/webp-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/webp2-1.0.0/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/webp2-1.0.0/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/webp2-1.0.0/install_windows.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/webp2-1.0.0/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/webp2-1.0.0/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x11perf-1.1.1/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x11perf-1.1.1/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x11perf-1.1.1/results-definition.xml</Path>
@@ -3982,6 +4242,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x264-opencl-1.9.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x264-opencl-1.9.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x264-opencl-1.9.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x264-opencl-1.9.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x264-opencl-1.9.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x264-opencl-1.9.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x264-opencl-1.9.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x265-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x265-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/pts/x265-1.0.0/results-definition.xml</Path>
@@ -4222,6 +4486,10 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/opm-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/opm-1.0.0/results-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/opm-1.0.0/test-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/opm-1.0.1/downloads.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/opm-1.0.1/install.sh</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/opm-1.0.1/results-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/opm-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/rawtherapee-1.0.0/downloads.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/rawtherapee-1.0.0/install.sh</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/rawtherapee-1.0.0/results-definition.xml</Path>
@@ -4352,50 +4620,51 @@
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-profiles/system/wireguard-1.0.1/test-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/audio-encoding-1.0.3/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/av1-1.3.2/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/bioinformatics-1.0.1/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/bioinformatics-1.0.2/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/browsers-1.0.0/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/chess-1.0.3/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/compilation-1.2.2/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/compiler-1.4.3/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/compression-1.1.3/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/compilation-1.2.3/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/compiler-1.4.5/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/compression-1.1.4/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/cpu-1.2.3/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/cpu-massive-1.0.4/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/creator-1.0.5/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/cryptography-1.2.3/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/creator-1.0.8/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/cryptography-1.2.4/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/database-1.3.2/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/desktop-graphics-1.3.0/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/disk-1.3.1/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/encoding-1.0.0/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/hpc-1.0.0/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/imaging-1.0.5/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/disk-1.3.2/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/electronic-design-1.0.0/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/finance-1.0.0/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/game-dev-1.0.0/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/hpc-1.1.1/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/imaging-1.0.8/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/java-1.1.1/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/java-opengl-1.0.0/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/kernel-1.2.3/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/linear-algebra-1.0.0/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/machine-learning-1.3.1/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/machine-learning-1.3.3/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/memory-1.3.0/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/molecular-dynamics-1.0.3/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/mpi-1.0.2/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/molecular-dynamics-1.1.1/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/mpi-1.0.4/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/multicore-1.4.2/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/network-1.1.0/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/nvidia-gpu-compute-1.0.7/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/ocr-1.0.0/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/oneapi-1.3.2/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/opencl-1.1.0/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/opengl-demos-1.0.2/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/productivity-1.0.0/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/programmer-1.0.0/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/python-1.1.1/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/quantum-mechanics-1.0.1/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/quantum-mechanics-1.0.2/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/raytracing-1.0.1/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/renderers-1.0.3/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/scientific-computing-1.0.2/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/server-1.3.3/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/renderers-1.0.4/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/scientific-computing-1.0.3/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/server-1.4.0/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/server-cpu-tests-1.0.4/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/server-memory-1.1.5/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/single-threaded-1.0.0/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/speech-1.0.1/suite-definition.xml</Path>
- <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/texture-compression-1.0.1/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/speech-1.0.2/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/steam-1.0.0/suite-definition.xml</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/texture-compression-1.0.2/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/unigine-1.1.0/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/video-encoding-1.3.1/suite-definition.xml</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/ob-cache/test-suites/pts/vulkan-compute-1.0.3/suite-definition.xml</Path>
@@ -4409,6 +4678,7 @@
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/batch_setup.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/benchmark.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/build_suite.php</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/check_tests.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/clone_openbenchmarking_result.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/commands.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/compare_results_to_baseline.php</Path>
@@ -4441,6 +4711,7 @@
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/dump_tests_to_git.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/dump_unhandled_dependencies.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/edit_result_file.php</Path>
+ <Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/enable_repo.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/enterprise_setup.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/estimate_install_time.php</Path>
<Path fileType="data">/usr/share/phoronix-test-suite/pts-core/commands/estimate_run_time.php</Path>
@@ -4921,12 +5192,12 @@
</Files>
</Package>
<History>
- <Update release="24">
- <Date>2021-01-06</Date>
- <Version>10.2.0</Version>
+ <Update release="25">
+ <Date>2021-03-05</Date>
+ <Version>10.2.2</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 9 2023, 8:48 PM (9 w, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5834026
Default Alt Text
D10656.diff (94 KB)

Event Timeline