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

@@ -37,6 +37,8 @@ jobs:
args: ./...
- name: Run Tests
run: make test
- name: Perf Diff
run: make perf-diff
coverage:
needs: [test]
runs-on: ubuntu-latest