Skip to content

LSC-Unicamp/spinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spinner

drawing

Contributting

Read the Contribution Guidelines.

Setting up environment

python3 -m ensurepip
python3 -m pip3 install virtualenv
python3 -m virtualenv .venv
source .venv/bin/activate
python3 -m pip install pip --upgrade
python -m pip install .

Running

Check examples in the docs folder. Check plotting examples in the notebook spinner/exporter/reporter.ipynb. This is the notebook that the command --export uses.

spinner --help
Usage: spinner [OPTIONS]

Options:
  -c, --config TEXT       Benchmark configuration file
  -r, --run               Run all benchmarks
  -e, --export            Export results to report.html
  -o, --output TEXT       Output File (.pkl)
  -ea, --extra-args TEXT  Extra arguments as key=value pairs, separated by
                          semicolons.
  --help                  Show this message and exit.

About

Configurable and extendable HPC-oriented benchmarker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published