aboutsummaryrefslogtreecommitdiffstats
path: root/kube2msb/src/vendor/github.com/emicklei/go-restful/bench_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kube2msb/src/vendor/github.com/emicklei/go-restful/bench_test.sh')
-rw-r--r--kube2msb/src/vendor/github.com/emicklei/go-restful/bench_test.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/kube2msb/src/vendor/github.com/emicklei/go-restful/bench_test.sh b/kube2msb/src/vendor/github.com/emicklei/go-restful/bench_test.sh
deleted file mode 100644
index 47ffbe4..0000000
--- a/kube2msb/src/vendor/github.com/emicklei/go-restful/bench_test.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#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
-
-