Commit 10ef0b8f authored by Kirill Smelkov's avatar Kirill Smelkov

X neotest: No need to explicitly install github.com/pkg/profile

github.com/pkg/profile is not used anywhere now because go123/prog (used
by tzodb.go) now always adds -cpuprofile & friends to every program:

go123@f1c839d8
parent f1e55c4b
......@@ -100,7 +100,6 @@ EOF
pip install cython # for tcpenalty.py
go get -v lab.nexedi.com/kirr/neo/go/...
go get -v github.com/pkg/profile # used by zhash.go
go get -v golang.org/x/perf/cmd/benchstat # to summarize/diff benchmark results
#go get -v github.com/aclements/perflock/cmd/perflock # handy to fix CPU frequency/etc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment