Skip to content

Commit dd98d7c

Browse files
authored
Update microbiorust-py_benchmarks.yml
1 parent 0471839 commit dd98d7c

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/microbiorust-py_benchmarks.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@ jobs:
3737
with:
3838
ref: gh-pages
3939
path: old_pages
40-
41-
# 2. PUT HISTORY WHERE ASV EXPECTS IT
40+
# set up ASV here so as to copy the history to it
41+
- name: Configure ASV
42+
working-directory: microbiorust-py
43+
run: asv machine --machine "github-runner" --yes
44+
# 2. PUT HISTORY
4245
- name: Restore results
4346
run: |
4447
if [ -d "old_pages/results/github-runner/" ]; then
@@ -49,10 +52,6 @@ jobs:
4952
echo "No previous results found. Starting fresh."
5053
fi
5154
52-
- name: Configure ASV
53-
working-directory: microbiorust-py
54-
run: asv machine --machine "github-runner" --yes
55-
5655
# 3. ADD NEW DATA POINT
5756
- name: Run Benchmarks
5857
working-directory: microbiorust-py

0 commit comments

Comments
 (0)