Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Add benchmarking to bin/test
Browse files Browse the repository at this point in the history
[#93911846]

Signed-off-by: Dwayne Schultz <dschultz@pivotal.io>
  • Loading branch information
John Tuley authored and Dwayne Schultz committed May 28, 2015
1 parent b6516ea commit b9629b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ go vet ./...
echo "Go linting..."
golint

echo "Go test benchmarking..."
go test -bench . -run=Benchmark -v ./...

echo "Recursive ginkgo... ${*:+(with parameter(s) }$*${*:+)}"
ginkgo -r --race --randomizeAllSpecs --failOnPending -cover $*
ginkgo -r --race --randomizeAllSpecs --failOnPending --skipMeasurements -cover $*

0 comments on commit b9629b8

Please sign in to comment.