#!/usr/bin/env bash
# Inspired by
# https://medium.com/@yamafaktory/rust-benchmarking-with-criterion-on-travis-ci-%EF%B8%8F-8b54d321e05
# Clone the repository
remote_url=""
# Bench master
# Bench current branch
# Install https://github.com/BurntSushi/critcmp and compare!