change key and paths
This commit is contained in:
parent
dcc70719cd
commit
5bf9f0877f
2
.github/workflows/performance.yml
vendored
2
.github/workflows/performance.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
|||||||
uses: CodSpeedHQ/action@v3
|
uses: CodSpeedHQ/action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODSPEED_TOKEN }}
|
token: ${{ secrets.CODSPEED_TOKEN }}
|
||||||
run: poetry run pytest benchmarks/test_evaluate.py --codspeed
|
run: poetry run pytest tests/benchmarks --codspeed
|
||||||
|
@ -4,5 +4,5 @@ from .fixtures import _complicated_page
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.benchmark
|
@pytest.mark.benchmark
|
||||||
def test_component_init():
|
def test_evaluate_page():
|
||||||
_complicated_page()
|
_complicated_page()
|
||||||
|
Loading…
Reference in New Issue
Block a user