Skip to content

Commit

Permalink
Set fixed machine name
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Aug 2, 2023
1 parent e981725 commit 9ad7cdf
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 103 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/asv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
pip install asv virtualenv tabulate
- name: Create ASV machine config file
run: asv machine --yes
run: asv machine --machine gh-runner --yes

- name: Run ASV for the main branch
run: asv run
Expand All @@ -74,7 +74,9 @@ jobs:
git push origin main
- name: Generate dashboard HTML
run: asv publish
run: |
asv show
asv publish
- name: Deploy to Github pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down Expand Up @@ -121,7 +123,7 @@ jobs:
job_name: ${{ github.job }}

- name: Create ASV machine config file
run: asv machine --yes
run: asv machine --machine gh-runner --yes

- name: Run comparison of PR against main branch
run: |
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,7 @@ dask-worker-space/
tmp/

# Airspeed velocity output
benchmarks/html
benchmarks/html

# MacOS
.DS_STORE
4 changes: 2 additions & 2 deletions benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
// The name of the project being benchmarked
"project": "benchmarking-asv",
// The project's homepage
"project_url": "https://github.com/lincc-frameworks/benchmarking-asv.git",
"project_url": "https://github.com/lincc-frameworks/benchmarking-asv",
// The URL or local path of the source code repository for the
// project being benchmarked
"repo": "..",
"repo": "https://github.com/lincc-frameworks/benchmarking-asv.git",
// List of branches to benchmark. If not provided, defaults to "master"
// (for git) or "tip" (for mercurial).
"branches": [
Expand Down
77 changes: 0 additions & 77 deletions benchmarks/results/benchmarks.json

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions benchmarks/results/fv-az488-671/machine.json

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions benchmarks/results/fv-az986-600/machine.json

This file was deleted.

0 comments on commit 9ad7cdf

Please sign in to comment.