From 50a92edbf135558f4f6b7cbc048d8f6e3fcb38b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:08:03 +0000 Subject: [PATCH 1/2] chore(deps): bump CodSpeedHQ/action from 3 to 4 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3 to 4. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v3...v4) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ed2de584..3e2661f2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: uv pip install --system .[test,amber,ase,pymatgen,benchmark] rdkit openbabel-wheel - name: Run benchmarks - uses: CodSpeedHQ/action@v3 + uses: CodSpeedHQ/action@v4 with: token: ${{ secrets.CODSPEED_TOKEN }} run: pytest benchmark/ --codspeed From e8a77404ca67c1618ca8365fd45b8c1ea3dfda78 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 16 Sep 2025 19:23:51 +0800 Subject: [PATCH 2/2] Change benchmark runner from codspeed-macro to ubuntu-latest Signed-off-by: Jinzhe Zeng --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3e2661f2..cd766cb8 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -7,7 +7,7 @@ on: jobs: benchmark: if: ${{ github.repository_owner == 'deepmodeling' }} - runs-on: codspeed-macro + runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Set up Python @@ -26,4 +26,5 @@ jobs: uses: CodSpeedHQ/action@v4 with: token: ${{ secrets.CODSPEED_TOKEN }} + mode: walltime run: pytest benchmark/ --codspeed