Skip to content

Commit

Permalink
Removing verbose output from the performance metrics tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Jun 22, 2021
1 parent 35ab145 commit 30f4fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ specific_tag_set:
cd misc/test && go test . --timeout 4h -v -count=1 -short -parallel 40 --tags=$(TagSet) --run=TestAcc$(TagSet)$(TestSet)

performance_test_set:
cd misc/test && go test . --timeout 4h -v -count=1 -short -parallel 40 --tags=Performance
cd misc/test && go test . --timeout 4h -count=1 -short -parallel 40 --tags=Performance

setup_test_infra:
echo "Setting up test infra"
Expand Down

0 comments on commit 30f4fa3

Please sign in to comment.