Skip to content

Commit

Permalink
PTS updated to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasRasi committed Aug 25, 2021
1 parent a429844 commit 575f031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DockerfileCloud
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apt-get update && \
php7.4-zip \
wget

RUN wget http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_9.6.0_all.deb && \
apt install -y ./phoronix-test-suite_9.6.0_all.deb
RUN wget http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_10.4.0_all.deb && \
apt install -y ./phoronix-test-suite_10.4.0_all.deb

RUN phoronix-test-suite install pts/sqlite \
pts/redis \
Expand Down
4 changes: 2 additions & 2 deletions DockerfileHardware
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apt-get update && \
php7.4-zip \
wget

RUN wget http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_9.6.0_all.deb && \
apt install -y ./phoronix-test-suite_9.6.0_all.deb
RUN wget http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_10.4.0_all.deb && \
apt install -y ./phoronix-test-suite_10.4.0_all.deb

RUN phoronix-test-suite install pts/osbench \
pts/pybench \
Expand Down

0 comments on commit 575f031

Please sign in to comment.