diff options
| author | Ha Thach <[email protected]> | 2025-12-10 12:01:44 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-10 12:01:44 +0700 |
| commit | 0e48fe862292bb7b3e526a4b42bfa588d97d105e (patch) | |
| tree | 4ea83670b3b486b30e1272e077d999f5f520ec01 /.github | |
| parent | e9cd4d823fe4cd7de03587c57fc8288ad5711b15 (diff) | |
| parent | 919ee4b1527469e327710cff936366328f97294a (diff) | |
Merge pull request #3399 from hathach/size-reduce
edpt stream only support no fifo mode if needed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5017cb3cd..9d94a3b9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,6 @@ jobs: - name: Aggregate Code Metrics run: | python tools/get_deps.py - pip install tools/linkermap/ python tools/metrics.py combine -j -m -f tinyusb/src cmake-build/*/metrics.json - name: Upload Metrics Artifact @@ -124,7 +123,7 @@ jobs: if: github.event_name != 'push' run: | if [ -f base-metrics/metrics.json ]; then - python tools/metrics.py compare -f tinyusb/src base-metrics/metrics.json metrics.json + python tools/metrics.py compare -m -f tinyusb/src base-metrics/metrics.json metrics.json cat metrics_compare.md else echo "No base metrics found, skipping comparison" |
