Add (very) short README

This commit is contained in:
Félix Baylac-Jacqué 2022-03-04 19:35:32 +01:00
parent 314f0e9fed
commit c78defb167
Signed by: picnoir
GPG Key ID: EFD315F31848DBA4
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, 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
```