Skip to content

Commit

Permalink
Added memory stats to benchmark runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Knetic committed Nov 5, 2016
1 parent dbf779a commit 62e0e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export GOPATH="${TEMPORARY_PATH}"
pushd "${TEMPORARY_PATH}/src/govaluate"

# run the actual tests.
go test -bench=. -coverprofile coverage.out
go test -bench=. -benchmem -coverprofile coverage.out
status=$?

if [ "${status}" != 0 ];
Expand Down

0 comments on commit 62e0e29

Please sign in to comment.