From 60da8aa3f502123f0111fa931d025a7e7c444d15 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sun, 10 Oct 2021 05:14:55 -0500 Subject: [PATCH] pts-core: Add more prominent link to documentation page to help users answer all of the common questions... --- README.md | 3 +++ documentation/phoronix-test-suite.pdf | Bin 403729 -> 403729 bytes documentation/stubs/readme-basics.txt | 3 +++ 3 files changed, 6 insertions(+) diff --git a/README.md b/README.md index c48a025180..3306f8573f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ are meant to be easily reproducible, easy-to-use, and support fully automated execution. The Phoronix Test Suite is open-source under the GNU GPLv3 license and is developed by Phoronix Media in cooperation with partners. +[Phoronix Test Suite +Documentation](https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/documentation/phoronix-test-suite.md) + The Phoronix Test Suite itself is an open-source framework for conducting automated tests along with reporting of test results, detection of installed system software/hardware, and other features. This framework is designed to be diff --git a/documentation/phoronix-test-suite.pdf b/documentation/phoronix-test-suite.pdf index 49441073ce17df09d2e5ea9d4746cd5d5013db51..ce752151df8dd9502adef0fe0bb378c0c4eaf8a3 100644 GIT binary patch delta 32 ocmbPuNn+w9iG~)&7N!>F7M2#)Eo`fWSPV@Jjkm8CVoMSO0Km=)Q~&?~ delta 32 ocmbPuNn+w9iG~)&7N!>F7M2#)Eo`fWSPaZe47RTqVoMSO0KnM_RR910 diff --git a/documentation/stubs/readme-basics.txt b/documentation/stubs/readme-basics.txt index 1ed0c36c65..51a67914b7 100644 --- a/documentation/stubs/readme-basics.txt +++ b/documentation/stubs/readme-basics.txt @@ -1,3 +1,6 @@ + +[Phoronix Test Suite Documentation](https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/documentation/phoronix-test-suite.md) + The Phoronix Test Suite itself is an open-source framework for conducting automated tests along with reporting of test results, detection of installed system software/hardware, and other features. This framework is designed to be an extensible architecture so that new test profiles and suites can be easily added to represent performance benchmarks, unit tests, and other quantitative and qualitative (e.g. image quality comparison and pass/fail) measurements. Available through OpenBenchmarking.org, a collaborative storage platform developed in conjunction with the Phoronix Test Suite, are more than 600 individual test profiles and more than 200 test suites available by default from the Phoronix Test Suite. Independent users are also able to upload their test results, profiles, and suites to OpenBenchmarking.org. A test profile is a single test that can be executed by the Phoronix Test Suite -- with a series of options possible within every test -- and a test suite is a seamless collection of test profiles and/or additional test suites. A test profile consists of a set of Bash/shell scripts and XML files while a test suite is a single XML file. Modules for the Phoronix Test Suite also allow for integration with git-bisect and other revision control systems for per-commit regression testing, system sensor monitoring, and other extras.