From 5bf9f0877f015b77b2d8030c892ddff4ff0e0e90 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Wed, 5 Feb 2025 17:50:06 +0100 Subject: [PATCH] change key and paths --- .github/workflows/performance.yml | 2 +- tests/benchmarks/test_evaluate.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index c7bd1003a..cefa331de 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -31,4 +31,4 @@ jobs: uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: poetry run pytest benchmarks/test_evaluate.py --codspeed + run: poetry run pytest tests/benchmarks --codspeed diff --git a/tests/benchmarks/test_evaluate.py b/tests/benchmarks/test_evaluate.py index 34d0c7da6..04c18a72a 100644 --- a/tests/benchmarks/test_evaluate.py +++ b/tests/benchmarks/test_evaluate.py @@ -4,5 +4,5 @@ from .fixtures import _complicated_page @pytest.mark.benchmark -def test_component_init(): +def test_evaluate_page(): _complicated_page()