run.sh 177 B

123456789
  1. #! /bin/bash
  2. set -eux
  3. git clone https://github.com/devinus/poison && cd poison
  4. git checkout 4.0.1
  5. patch -p1 < ../poison.patch
  6. mix deps.get
  7. MIX_ENV=bench mix run bench/run.exs