Skip to content

Commit

Permalink
Merge pull request #112 from biaslab/dev-benchmark-1.9
Browse files Browse the repository at this point in the history
chore: use Julia 1.9 for tests / rerun benchmarks with Julia 1.9
  • Loading branch information
bvdmitri authored May 10, 2023
2 parents 97868d3 + 665daca commit a746558
Show file tree
Hide file tree
Showing 11 changed files with 2,381 additions and 3,417 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: CI
on:
workflow_dispatch:
pull_request:
types: [ready_for_review,reopened,synchronize]
types: [review_requested,reopened,synchronize]
pull_request_review:
types: [submitted,edited]
push:
Expand All @@ -25,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.8'
version: '1.9'
- run: make lint
paper:
name: Paper Preview
Expand Down Expand Up @@ -54,9 +55,7 @@ jobs:
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- 'nightly'
- '1.9'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -91,7 +90,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.8'
version: '1.9'
- uses: julia-actions/julia-buildpkg@v1
- uses: actions/cache@v3
id: examples
Expand All @@ -114,7 +113,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.8'
version: '1.9'
- uses: actions/cache@v3
id: examples
with:
Expand Down
1,304 changes: 168 additions & 1,136 deletions benchmarks/Linear Multivariate Gaussian State Space Model Benchmark.ipynb

Large diffs are not rendered by default.

Binary file modified benchmarks/plots/inference_rxinfer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
918 changes: 459 additions & 459 deletions benchmarks/plots/inference_rxinfer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/plots/inference_turing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
918 changes: 459 additions & 459 deletions benchmarks/plots/inference_turing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/plots/lgssm_comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,059 changes: 492 additions & 567 deletions benchmarks/plots/lgssm_comparison.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/plots/lgssm_scaling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
754 changes: 374 additions & 380 deletions benchmarks/plots/lgssm_scaling.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
832 changes: 423 additions & 409 deletions examples/Tiny Benchmark.ipynb

Large diffs are not rendered by default.

0 comments on commit a746558

Please sign in to comment.