[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8569":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":15,"starSnapshotCount":15,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},8569,"phoronix-test-suite","phoronix-test-suite\u002Fphoronix-test-suite","The Phoronix Test Suite open-source, cross-platform automated testing\u002Fbenchmarking software.","https:\u002F\u002Fwww.phoronix-test-suite.com\u002F",null,"PHP",3071,429,94,222,0,1,8,32,6,69.1,"GNU General Public License v3.0",false,"master",[25,26,27,28,29,30,31,32,33],"benchmark","benchmarking","bsd","linux","performance","php","profiling","solaris","testing","2026-06-12 04:00:40","# Phoronix Test Suite 10.8.6\n![Phoronix Test Suite](pts-core\u002Fstatic\u002Fimages\u002Fpts-308x160.png)\n\nThe **Phoronix Test Suite** is the most comprehensive testing and benchmarking\nplatform available for Linux, Solaris, macOS, Windows, and BSD operating\nsystems. The Phoronix Test Suite allows for carrying out tests in a fully\nautomated manner from test installation to execution and reporting. All tests\nare meant to be easily reproducible, easy-to-use, and support fully automated\nexecution. The Phoronix Test Suite is open-source under the GNU GPLv3 license\nand is developed by Phoronix Media in cooperation with partners.\n\n[Phoronix Test Suite\nDocumentation](https:\u002F\u002Fgithub.com\u002Fphoronix-test-suite\u002Fphoronix-test-suite\u002Fblob\u002Fmaster\u002Fdocumentation\u002Fphoronix-test-suite.md)\n\nThe Phoronix Test Suite itself is an open-source framework for conducting\nautomated tests along with reporting of test results, detection of installed\nsystem software\u002Fhardware, and other features. This framework is designed to be\nan extensible architecture so that new test profiles and suites can be easily\nadded to represent performance benchmarks, unit tests, and other quantitative\nand qualitative (e.g. image quality comparison and pass\u002Ffail) measurements.\nAvailable through OpenBenchmarking.org, a collaborative storage platform\ndeveloped in conjunction with the Phoronix Test Suite, are more than 600\nindividual test profiles and more than 200 test suites available by default from\nthe Phoronix Test Suite. Independent users are also able to upload their test\nresults, profiles, and suites to OpenBenchmarking.org.\n\nA test profile is a single test that can be executed by the Phoronix Test Suite\n-- with a series of options possible within every test -- and a test suite is a\nseamless collection of test profiles and\u002For additional test suites. A test\nprofile consists of a set of Bash\u002Fshell scripts and XML files while a test suite\nis a single XML file. Modules for the Phoronix Test Suite also allow for\nintegration with git-bisect and other revision control systems for per-commit\nregression testing, system sensor monitoring, and other extras.\n\n[OpenBenchmarking.org](https:\u002F\u002Fwww.openbenchmarking.org\u002F) also allows for\nconducting side-by-side result comparisons, a central location for storing and\nsharing test results, and collaborating over test data.\n[Phoromatic](https:\u002F\u002Fwww.phoromatic.com\u002F) is a complementary platform to\nOpenBenchmarking.org and the Phoronix Test Suite for interfacing with Phoronix\nTest Suite client(s) to automatically execute test runs on a timed, per-commit,\nor other trigger-driven basis. Phoromatic is designed for enterprise and allows\nfor the easy management of multiple networked systems running Phoronix Test\nSuite clients via a single web-based interface.\n\nProfessional support and custom engineering for the Phoronix Test Suite,\nPhoromatic, and OpenBenchmarking.org is available by contacting\n\u003Chttps:\u002F\u002Fwww.phoronix-test-suite.com\u002F>.\n\nFull details on the Phoronix Test Suite setup and usage is available from the\nincluded HTML\u002FPDF documentation within the phoronix-test-suite package and from\nthe [Phoronix Test Suite documentation directory](documentation\u002F).\n\n## Installation & Setup\n\nThe Phoronix Test Suite is supported on Linux, *BSD, Solaris, macOS, and Windows\nsystems. However, the most full-featured and well supported operating system for\nconducting the tests is Linux with some non-basic functionality not being\navailable under all platforms. The Phoronix Test Suite software\u002Fframework is\ncompatible with all major CPU architectures (e.g. i686, x86_64, ARM \u002F AArch64,\nRISC-V, POWER 64-bit), but not all of the test profiles\u002Fsuites are compatible\nwith all architectures.\n\nThe Phoronix Test Suite can be installed for system-wide usage or run locally\nwithout installation from the extracted tar.gz\u002Fzip package. The only hard\ndependency on the Phoronix Test Suite is having command-line support for PHP\n(PHP 5.3+) installed. A complete PHP stack (e.g. with web server) is **not**\nneeded, but merely the PHP command-line support, which is widely available from\noperating system package managers under the name `php`, `php7-cli`, `php5-cli`,\n`php7` or `php8`.\n\n## Usage\n\nThe process to download, install\u002Fsetup, execute, and report the results of a\nbenchmark can be as simple as a command such as `phoronix-test-suite benchmark\nsmallpt` to run a simple CPU test profile. If wishing to simply install a test,\nit's a matter of running `phoronix-test-suite install \u003Ctest or suite name>` and\nto run it's `phoronix-test-suite run \u003Ctest or suite name>`. There's also a batch\nmode for non-interactive benchmarking by first running `phoronix-test-suite\nbatch-setup` and then using the `batch-run` sub-command rather than `run`. For\nmore guidance see the [Phoronix Test Suite\ndocumentation](documentation\u002Fphoronix-test-suite.md).\n\nViewing installed system hardware and software is available via\n`phoronix-test-suite system-info`.\n\nFacilitating a result comparison from OpenBenchmarking.org can be done by\nrunning, for example, `phoronix-test-suite benchmark 1204293-BY-PHORONIX357` if\nwishing to compare the results of the\n`https:\u002F\u002Fopenbenchmarking.org\u002Fresult\u002F1204293-BY-PHORONIX357` result file.\n\n","Phoronix Test Suite 是一个开源、跨平台的自动化测试和基准测试软件，适用于Linux、Solaris、macOS、Windows以及BSD操作系统。它支持从测试安装到执行及结果报告的全流程自动化，并且所有测试均易于复现、使用简便且支持全自动运行。该工具采用PHP开发，基于GNU GPLv3许可证开放源码。其核心功能包括性能测试、系统软硬件检测、测试结果报告等，并且架构设计上支持扩展，允许用户轻松添加新的测试配置文件或测试套件。目前通过OpenBenchmarking.org平台提供了超过600个单独的测试配置文件和200多个测试套件。此外，Phoronix Test Suite还能够与版本控制系统（如git-bisect）集成，实现按提交进行回归测试等功能。这款工具非常适合需要在不同操作系统环境中进行性能评估、质量保证或研发测试的场景。",2,"2026-06-11 03:18:40","top_language"]