Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liran-funaro/phoronix-python-results
Print the result of Phoronix Test Suite benchmarks in a python readable format (using ast.literal_eval())
https://github.com/liran-funaro/phoronix-python-results
Last synced: 6 days ago
JSON representation
Print the result of Phoronix Test Suite benchmarks in a python readable format (using ast.literal_eval())
- Host: GitHub
- URL: https://github.com/liran-funaro/phoronix-python-results
- Owner: liran-funaro
- License: gpl-2.0
- Created: 2015-04-15T18:56:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T10:31:44.000Z (over 5 years ago)
- Last Synced: 2023-03-24T10:38:22.731Z (over 1 year ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phoronix-python-results
Print the result of Phoronix Test Suite benchmarks in a python readable format.The output of this module can be parsed by python using `ast.literal_eval(output)`.
# Install
## Option 1
Copy `python_results.php` to `~/.phoronix-test-suites/modules/`
## Option 2
Use installation file included: `./install.sh`# Usage
## Basic Test
`phoronix-test-suite python_results.run test1 test2 test3`## Tests With Parameters
`PRESET_OPTIONS='stream.run-type=Add' phoronix-test-suite python_results.run stream`