diff options
| author | J08nY | 2024-07-11 17:43:12 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-11 17:43:12 +0200 |
| commit | 75e07957eabfb4129eefe8c2b4e34cf38f556b2a (patch) | |
| tree | c8fdcedbbde621f65ba8fb3b9c7f1ef0d516d361 /.github | |
| parent | 756bd9fe233a07be2824f2930ef7aca1f02e3791 (diff) | |
| download | pyecsca-75e07957eabfb4129eefe8c2b4e34cf38f556b2a.tar.gz pyecsca-75e07957eabfb4129eefe8c2b4e34cf38f556b2a.tar.zst pyecsca-75e07957eabfb4129eefe8c2b4e34cf38f556b2a.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/perf.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 2b9b81c..ab99ec2 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -64,3 +64,12 @@ jobs: name: perf-results-${{ matrix.mod }}-${{ matrix.python-version }} path: .perf + merge: + runs-on: ubuntu-20.04 + needs: perf + steps: + - name: Merge perf results + uses: actions/upload-artifact/merge@v4 + with: + name: perf-results + delete-merged: true |
