We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8828185 commit f712280Copy full SHA for f712280
benchmarks/Makefile
@@ -74,7 +74,7 @@ benchstat := ${GOPATH}/bin/benchstat
74
all:
75
76
$(benchstat):
77
- go install golang.org/x/perf/cmd/benchstat
+ go install golang.org/x/perf/cmd/benchstat@latest
78
79
$(benchmark.cmd.dir)/message.pb.go: $(benchmark.cmd.dir)/message.proto
80
@protoc -I. \
0 commit comments