Skip to content

Commit a813e98

Browse files
authored
Run benchmarks using Julia v1.11 (#299)
* Run benchmarks using Julia v1.11 Also, delete manifest now that we can point to the right `ParticleDA` using the `[sources]` section of the project file. This should make it easier to run benchmarks when updating list of dependencies of `ParticleDA`. * [CI] Upload tune file * [benchmarks] Check in tune file
1 parent c101d0d commit a813e98

File tree

5 files changed

+8
-3130
lines changed

5 files changed

+8
-3130
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v5
3030
- uses: julia-actions/setup-julia@v2
3131
with:
32-
version: '1.10.2'
32+
version: '1.11.7'
3333
- uses: julia-actions/cache@v2
3434
id: julia-cache
3535
with:
@@ -70,6 +70,11 @@ jobs:
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
SSH_KEY: ${{ secrets.DOCUMENTER_KEY }}
73+
- uses: actions/upload-artifact@v4
74+
with:
75+
name: tune-json
76+
path: |
77+
**/tune.json
7378
- name: Save Julia depot cache on cancel or failure
7479
id: julia-cache-save
7580
if: cancelled() || failure()

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
Manifest.toml
3+
Manifest-v*.toml
34
/dev/
45
/docs/build/
56
/.benchmarkci

0 commit comments

Comments
 (0)