We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0471839 commit dd98d7cCopy full SHA for dd98d7c
1 file changed
.github/workflows/microbiorust-py_benchmarks.yml
@@ -37,8 +37,11 @@ jobs:
37
with:
38
ref: gh-pages
39
path: old_pages
40
-
41
- # 2. PUT HISTORY WHERE ASV EXPECTS IT
+ # set up ASV here so as to copy the history to it
+ - name: Configure ASV
42
+ working-directory: microbiorust-py
43
+ run: asv machine --machine "github-runner" --yes
44
+ # 2. PUT HISTORY
45
- name: Restore results
46
run: |
47
if [ -d "old_pages/results/github-runner/" ]; then
@@ -49,10 +52,6 @@ jobs:
49
52
echo "No previous results found. Starting fresh."
50
53
fi
51
54
- - name: Configure ASV
- working-directory: microbiorust-py
- run: asv machine --machine "github-runner" --yes
55
56
# 3. ADD NEW DATA POINT
57
- name: Run Benchmarks
58
working-directory: microbiorust-py
0 commit comments