Skip to content

Commit

Permalink
Disabled(?) old copy of test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalShucha committed Jan 21, 2025
1 parent af2661d commit 6d2b5c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/PytestBenchmarkTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.10.16
- name: Run benchmark
run: |
pip install -r .github/workflows/requirements.txt
pytest -k "test_benchmark_clone_valid_happy_path" --benchmark-json output.json
# - name: Run benchmark
# run: |
# pip install -r .github/workflows/requirements.txt
# pytest -k "test_benchmark_clone_valid_happy_path" --benchmark-json output.json

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit 6d2b5c4

Please sign in to comment.