Skip to content

Commit d90d2eb

Browse files
committed
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`.
1 parent e314fbd commit d90d2eb

File tree

4 files changed

+2
-3130
lines changed

4 files changed

+2
-3130
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
- uses: julia-actions/setup-julia@v2
2626
with:
27-
version: '1.10.2'
27+
version: '1.11'
2828
- uses: julia-actions/cache@v2
2929
with:
3030
cache-name: "benchmarks"

.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)