update test

This commit is contained in:
Edward Thomson
2026-01-19 13:32:51 +00:00
parent d2b44640ad
commit ec96f88501

View File

@@ -159,6 +159,13 @@ jobs:
container-version: ${{ env.docker-registry-container-sha }}
shell: ${{ matrix.platform.shell }}
- name: Run control benchmarks
uses: ./source/.github/actions/run-build
with:
command: cd ${BUILD_WORKSPACE:-.}/build/control && ./benchmarks/libgit2/libgit2_benchmarks
container: ${{ matrix.platform.container.name }}
container-version: ${{ env.docker-registry-container-sha }}
shell: ${{ matrix.platform.shell }}
- name: Run candidate benchmarks
uses: ./source/.github/actions/run-build
with:
command: cd ${BUILD_WORKSPACE:-.}/build/candidate && ./benchmarks/libgit2/libgit2_benchmarks