Add benchmark script (#666)

This commit is contained in:
Ta-Ching Chen
2018-05-05 12:42:16 +08:00
committed by GitHub
parent f0dc2554a1
commit 6a3e326f36
10 changed files with 601 additions and 2 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ else
fi
fi
go test -v -i $(go list ./... | grep -v '/vendor/' | grep -v 'examples/go')
go test -v -i $(go list ./... | grep -v '/vendor/' | grep -v 'examples/go' | grep -v 'benchmark')
# The executor unit test only works with NodePort-type services for
# now. So disable it for our travis ci tests.
go test -v $(go list ./... | grep -v '/vendor/' | grep -v 'examples/go' | grep -v executor)
go test -v $(go list ./... | grep -v '/vendor/' | grep -v 'examples/go' | grep -v executor | grep -v 'benchmark')