Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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())

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`