File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,9 @@ official-image-integration-test: $(SELECTED_PACKAGE) build-mock-management-plane
173173 go test -v ./test/integration/managementplane ./test/integration/auxiliarycommandserver
174174
175175performance-test :
176- @ mkdir -p $(TEST_BUILD_DIR )
177- @ CGO_ENABLED=0 $(GOTEST ) -count 10 -timeout 6m -bench=. -benchmem -run=^$$ ./... > $(TEST_BUILD_DIR ) /benchmark.txt
178- @ cat $(TEST_BUILD_DIR ) /benchmark.txt
176+ mkdir -p $(TEST_BUILD_DIR )
177+ CGO_ENABLED=0 $(GOTEST ) -count 10 -timeout 6m -bench=. -benchmem -run=^$$ ./... | tee $(TEST_BUILD_DIR ) /benchmark.txt
178+ cat $(TEST_BUILD_DIR ) /benchmark.txt
179179
180180compare-performance-benchmark-results :
181181 @$(GORUN ) $(BENCHSTAT ) $(OLD_BENCHMARK_RESULTS_FILE ) $(TEST_BUILD_DIR ) /benchmark.txt
You can’t perform that action at this time.
0 commit comments