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 7dec5c8 commit 196783cCopy full SHA for 196783c
1 file changed
.github/workflows/microbiorust-py_benchmarks.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
if [ -d "old_pages/results" ]; then
45
echo "Restoring previous benchmark results..."
46
- mkdir -p .asv/results
+ mkdir -p microbiorust-py/.asv/results
47
cp -r old_pages/results/* microbiorust-py/.asv/results/
48
else
49
echo "No previous results found. Starting fresh."
0 commit comments