1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-21 02:58:44 +00:00

Vendor bump

This commit is contained in:
Darren Shepherd
2017-11-10 21:44:49 -07:00
parent c8cab3f4f8
commit 816c6cf363
2018 changed files with 523852 additions and 117583 deletions

10
vendor/github.com/emicklei/go-restful/bench_test.sh generated vendored Normal file
View File

@@ -0,0 +1,10 @@
#go test -run=none -file bench_test.go -test.bench . -cpuprofile=bench_test.out
go test -c
./go-restful.test -test.run=none -test.cpuprofile=tmp.prof -test.bench=BenchmarkMany
./go-restful.test -test.run=none -test.cpuprofile=curly.prof -test.bench=BenchmarkManyCurly
#go tool pprof go-restful.test tmp.prof
go tool pprof go-restful.test curly.prof