#!/bin/bash

go test -bench=Benchmark -benchmem -memprofile memory.out -cpuprofile cpu.out
echo go tool pprof memory.out
echo go tool pprof cpu.out