Add a build step to measure the scan perfomance

This step will measure the scan performance difference against the
master version.

Change-Id: I1b9196ef3348350cf818471f55d9024d14064ac6
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar
2024-08-26 16:54:11 +00:00
committed by Cosmin Cojocar
parent bcec04e784
commit c52dc0ea4e
3 changed files with 50 additions and 1 deletions

View File

@@ -92,4 +92,7 @@ image-push: image
tlsconfig:
go generate ./...
.PHONY: test build clean release image image-push tlsconfig
perf-diff:
./perf-diff.sh
.PHONY: test build clean release image image-push tlsconfig perf-diff