Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 619 Bytes

README.md

File metadata and controls

21 lines (9 loc) · 619 Bytes

This repository holds code, used to run experiments, for the paper:

Helping developers write energy efficient Haskell through a data-structure evaluation

Execute the following commands in the desired directory.

# To retrieve the code (this repository):

git clone https://github.com/green-haskell/dramEnergyMeasuring.git

# To install the dependencies, required to run the benchmarks:

bash ./dramEnergyMeasuring/installDependencies.sh

#To run all benchmarks, as root:

cd dramEnergyMeasuring ; bash ./runAll.sh