forked from quic-go/quic-go
run benchmark tests with integration tests on travis
This commit is contained in:
@@ -4,9 +4,10 @@ set -e
|
||||
|
||||
go get -t ./...
|
||||
if [ ${TESTMODE} == "unit" ]; then
|
||||
ginkgo -r --cover --randomizeAllSpecs --randomizeSuites --trace --progress --skipPackage integrationtests
|
||||
ginkgo -r --cover --randomizeAllSpecs --randomizeSuites --trace --progress --skipPackage integrationtests --skipMeasurements
|
||||
fi
|
||||
|
||||
if [ ${TESTMODE} == "integration" ]; then
|
||||
ginkgo --randomizeAllSpecs --randomizeSuites --trace --progress -focus "Benchmark"
|
||||
ginkgo -r --randomizeAllSpecs --randomizeSuites --trace --progress integrationtests
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user