Skip to content

Commit

Permalink
Add a Python 3.11 CI test for Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Feb 21, 2023
1 parent 9b823ca commit 404e2d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ jobs:
float32: 0
install-numba: 1
part: "tests --ignore=tests/tensor/nnet --ignore=tests/tensor/signal"
- python-version: "3.11"
fast-compile: 0
float32: 0
install-numba: 0
part: "tests/scan/test_basic.py"
steps:
- uses: actions/checkout@v3
with:
Expand Down

1 comment on commit 404e2d4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Python Benchmark with pytest-benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 404e2d4 Previous: 00c8b41 Ratio
tests/link/jax/test_elemwise.py::test_logsumexp_benchmark[0-size0] 23411.85266851696 iter/sec (stddev: 0.000022388862142138327) 60027.85746898697 iter/sec (stddev: 0.000001067323697542201) 2.56
tests/link/jax/test_elemwise.py::test_logsumexp_benchmark[1-size0] 23623.192508671527 iter/sec (stddev: 0.00006357586569223244) 61013.391178171216 iter/sec (stddev: 7.600864749608043e-7) 2.58
tests/link/numba/test_elemwise.py::test_logsumexp_benchmark[0-size2] 0.19202306298374602 iter/sec (stddev: 0.050366018292262386) 0.4461815986396724 iter/sec (stddev: 0.007521303128406535) 2.32

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.