Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Nov 24, 2024
1 parent c53446e commit c459cc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Python Example with pytest
name: Benchmark XGI
on:
push:
branches:
- master
- main

permissions:
contents: write
deployments: write

jobs:
benchmark:
name: Run pytest-benchmark benchmark example
name: Run pytest-benchmark benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.13
- name: Run benchmark
- name: Run XGI benchmarks
run: |
cd benchmarks
pip install --upgrade pip
Expand Down

0 comments on commit c459cc3

Please sign in to comment.