Compare commits

...

1 Commits

Author SHA1 Message Date
Félix Baylac-Jacqué 035d151dc7
Add (very) short README 2022-03-04 19:35:32 +01:00
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# Nix/Guix Substitution Efficiency Benchmark
This benchmark consists in a data acquisition part (`./compareSubsEfficiency`) and a data processing part consisting in a Jupyter Notebook (`./analysis-notebook/Analysis.ipynb`).
You can perform the data acquisition with:
```sh
./compareSubsEfficiency analysis-notebook/bench-results
```
You can perform the data processing with:
```sh
cd analysis-notebook
nix-shell
jupyter-lab
```