These are my attempts to benchmark the iterations I went through when solving the Exercism Elixir Scrabble Score problem using Benchee.
It is the companion repository to a lightning talk (slides) I did for the Elixir Sydney July 2019 meetup.
git clone git@github.com:paulfioravanti/exercism_scrabble_benchmark.git
cd exercism_scrabble_benchmark
mix deps.get
Benchmark parameters can be changed in the benchmarks/scrabble_benchmark.exs
file. Configuration parameters and their meanings can be found in the
Benchee README.
mix run benchmarks/scrabble_benchmark.exs