Skip to content

Commit

Permalink
Phoronix Test Suite 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Mar 24, 2015
1 parent 0463bb4 commit 71ce513
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGE-LOG
@@ -1,6 +1,6 @@
PHORONIX TEST SUITE CHANGE-LOG

Phoronix Test Suite (Git)
Phoronix Test Suite 5.6.0-Dedilovo

- pts-core: Drop bilde_renderer since it's been deprecated for a while
- pts-core: Yield /dev/mapper/* points in auto-disk-mount-points
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Phoronix Test Suite 5.6.0m5
# Phoronix Test Suite 5.6.0
http://www.phoronix-test-suite.com/

The **Phoronix Test Suite** is the most comprehensive testing and benchmarking
Expand Down
2 changes: 0 additions & 2 deletions documentation/TODO
Expand Up @@ -65,11 +65,9 @@ PHORONIX TEST SUITE PUBLIC TODO LIST:

### PHOROMATIC ####

- Get the Phoromatic search box implemented/working
- Implement the complementary WebSocket communication to HTTP pulls
- More mobile form factor optimizations
- Ensure sane validating of more user input / resource uploads
- Hook up TriggerTarget for allowing event.php to optionally specify a sub-set of systems/groups to target for a given trigger
- Clean up the code and modularize more of the code into functions
- Sharing results between independent accounts
- Allow new Phoromatic installation to re-find old system association based on MAC address or similar
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" "5.6.0m5"
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "5.6.0"
.SH NAME
phoronix-test-suite \- The Phoronix Test Suite is an extensible open-source platform for performing testing and performance evaluation.
.SH SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions documentation/phoronix-test-suite.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/stubs/55_virtual_suites.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pts-core/pts-core.php
Expand Up @@ -157,8 +157,8 @@ function pts_version_codenames()
);
}

pts_define('PTS_VERSION', '5.6.0m5');
pts_define('PTS_CORE_VERSION', 5550);
pts_define('PTS_VERSION', '5.6.0');
pts_define('PTS_CORE_VERSION', 5600);
pts_define('PTS_CODENAME', 'DEDILOVO');
pts_define('PTS_IS_CLIENT', (defined('PTS_MODE') && strstr(PTS_MODE, 'CLIENT') !== false));
pts_define('PTS_IS_WEB_CLIENT', (defined('PTS_MODE') && PTS_MODE == 'WEB_CLIENT'));
Expand Down

0 comments on commit 71ce513

Please sign in to comment.