summaryrefslogtreecommitdiff
path: root/scripts/cpuprofile.sh
blob: 2f6f18bbe6432dc6b555eb242314a479b8794410 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -eu

go build ./json/profile/json.go
./json.exe -cpuprofile cpu.out
go tool pprof json.exe cpu.out