change key and paths

This commit is contained in:
Lendemor 2025-02-05 17:50:06 +01:00
parent dcc70719cd
commit 5bf9f0877f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -4,5 +4,5 @@ from .fixtures import _complicated_page
@pytest.mark.benchmark
def test_component_init():
def test_evaluate_page():
_complicated_page()