Skip to content

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

License

Notifications You must be signed in to change notification settings

jolideco/jolideco-performance-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages