Skip to content

Commit

Permalink
Phoronix Test Suite 9.0 Milestone 2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Aug 22, 2019
1 parent 4c41808 commit bf44807
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
@@ -1,6 +1,7 @@
PHORONIX TEST SUITE CHANGE-LOG

Phoronix Test Suite (Git)
Phoronix Test Suite 9.0.0 Milestone 2
22 August 2019

pts-core: New result viewer improvements
pts-core: Various fixes and code cleanups
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Phoronix Test Suite 9.0.0m1
# Phoronix Test Suite 9.0.0m2
https://www.phoronix-test-suite.com/

The **Phoronix Test Suite** is the most comprehensive testing and benchmarking
Expand Down
2 changes: 1 addition & 1 deletion documentation/man-pages/phoronix-test-suite.1
@@ -1,4 +1,4 @@
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "9.0.0m1"
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "9.0.0m2"
.SH NAME
phoronix-test-suite \- The Phoronix Test Suite is an extensible open-source platform for performing testing and performance evaluation.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion documentation/phoromatic.md
Expand Up @@ -46,7 +46,7 @@ It's possible to run the Phoronix Test Suite and Phoromatic Server without a per
This command will simply download all of the needed test files for the tests/suites passed to the sub-command. Alternatively you could also pass pts/all to cache all tests. It's important though to just cache the tests/suites you'll be using on your network. This will generate the test file download cache by default to *~/.phoronix-test-suite/download-cache/* or */usr/share/phoronix-test-suite/download-cache/* depending upon your write permissions. You can always run this command later with more test files. Alternatively, if you already have a number of tests installed on the system, simply running "phoronix-test-suite make-download-cache" will generate the cache based upon the currently installed tests.
**$ phoronix-test-suite make-openbenchmarking-cache**
This command will cache as much of the OpenBenchmarking.org meta-data as possible for test profiles and test suites. After the above commands, the Phoromatic Server should no longer need a persistent Internet connection.
**$ phororonix-test-suite start-phoromatic-server**
**$ phoronix-test-suite start-phoromatic-server**
Proceed to start the Phoromatic Server and operate as normal.
For the test clients without an Internet connection, as long as they're able to reach the Phoromatic Server, the Phoromatic Server should be able to automatically serve all of the needed test files download cache and OpenBenchmarking.org meta-data to the systems locally.
#### Use Case C: Phoromatic Across The Internet
Expand Down
6 changes: 3 additions & 3 deletions pts-core/pts-core.php
Expand Up @@ -268,9 +268,9 @@ function pts_version_codenames()
);
}

pts_define('PTS_VERSION', '9.0.0m1');
pts_define('PTS_CORE_VERSION', 8900);
pts_define('PTS_RELEASE_DATE', '20190725');
pts_define('PTS_VERSION', '9.0.0m2');
pts_define('PTS_CORE_VERSION', 8920);
pts_define('PTS_RELEASE_DATE', '20190822');
pts_define('PTS_CODENAME', 'Asker');

pts_define('PTS_IS_CLIENT', (defined('PTS_MODE') && strstr(PTS_MODE, 'CLIENT') !== false));
Expand Down
2 changes: 1 addition & 1 deletion pts-core/static/user-config-defaults.xml
Expand Up @@ -44,7 +44,7 @@
<DropNoisyResults>FALSE</DropNoisyResults>
</TestResultValidation>
<ResultViewer>
<WebPort>56955</WebPort>
<WebPort>RANDOM</WebPort>
<LimitAccessToLocalHost>TRUE</LimitAccessToLocalHost>
<AccessKey></AccessKey>
</ResultViewer>
Expand Down

0 comments on commit bf44807

Please sign in to comment.