This repository holds the code, used to run the experiments, for the paper:
On Haskell and Energy Efficiency
Execute the following commands in the desired directory.
# To retrieve the code (this repository):
git clone https://github.com/green-haskell/edison-benchmark-5steps.git
# To install the dependencies, required to run the benchmarks:
bash ./edison-benchmark-5steps/installDependencies.sh
#To run all benchmarks, as root:
cd edison-benchmark-5steps ; bash ./runAll.sh