Skip to content

Commit 8841870

Browse files
authored
Update microbiorust-py_benchmarks.yml
updating paths
1 parent 196783c commit 8841870

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/microbiorust-py_benchmarks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,21 @@ jobs:
5555

5656
# 3. ADD NEW DATA POINT
5757
- name: Run Benchmarks
58+
working-directory: microbiorust-py
5859
run: asv run HEAD^! --machine "github-runner" --show-stderr --quick
5960

6061
# 4. GENERATE WEBSITE
6162
- name: Generate HTML
63+
working-directory: microbiorust-py
6264
run: asv publish
6365

6466
# 5. PACK NEW HISTORY INTO THE WEBSITE FOLDER (Crucial Step!)
6567
- name: Save results for next time
6668
run: |
6769
# Make sure the destination exists inside the HTML folder
68-
mkdir -p .asv/html/results
70+
mkdir -p microbiorust-py/.asv/html/results
6971
# Copy the accumulated JSON files (Old + New) into the publish dir
70-
cp -r .asv/results/* .asv/html/results/
72+
cp -r microbiorust-py/.asv/results/* microbiorust-py/.asv/html/results/
7173
7274
# 6. UPLOAD EVERYTHING
7375
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)