Nix-Guix-Substitution-Bench.../README.md

18 lines
420 B
Markdown
Raw Permalink Normal View History

2022-03-04 19:35:32 +01:00
# 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
```