actuarialopensource / benchmarks

Some performance tests for actuarial applications
MIT License
14 stars 4 forks source link

Turn notebook analyses into README + scripts #47

Closed serenity4 closed 11 months ago

serenity4 commented 11 months ago

Removing the analysis notebook in favor of scripts + images files included in the README. It will be easier to work with images in text files to make the JOSS paper rather than using a notebook. Results are also easier to regenerate as we don't need to fire up a notebook using Jupyter, which makes the workflow more idiomatic (can be done in the same development session in VSCode for example).

I refactored the generation of plots for the different implementations to make it easier to generate images for target implementations/configurations. I also added some description of the analyses/results to the README, along with plots for the memory complexity of the term life model (only the universal life model had plots so far).