Set up CI with Azure Pipelines (#304)

This commit is contained in:
Thomas Pelletier
2019-09-24 16:11:17 -07:00
committed by GitHub
parent 095a905e04
commit 091e2dc498
5 changed files with 168 additions and 107 deletions
-1
View File
@@ -8,7 +8,6 @@ reference_git=${2:-.}
if ! `hash benchstat 2>/dev/null`; then
echo "Installing benchstat"
go get golang.org/x/perf/cmd/benchstat
go install golang.org/x/perf/cmd/benchstat
fi
tempdir=`mktemp -d /tmp/go-toml-benchmark-XXXXXX`