Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 659 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 659 Bytes

Jolideco Performance Benchmark

This repo includes some performance benchmarks for the Jolideco code with patch priors.

Run benchmarks and submit results

Fork this repository on GitHub, clone and create the conda environemt:

conda env create -f environment-dev.yml
conda activate jolideco-performance-benchmark

Run the benchmarks, gather and plot the results:

python make.py run-benchmarks
python make.py gather-results
python make.py plot-results

Commit results:

git checkout -b my_results
git add results/*
git commit -m "Add new benchmark results"
git push origin my_results

And open a pull request against this repository