This guide assumes you have install the following development tools for your operating system:
git clone https://github.com/tochicool/sparse-merkle-trees
cd sparse-merkle-trees
stack build
stack test
stack bench --ba "--output benchmarks.html"
Open benchmarks.html
in your browser for the rendered results.