We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef1f2e commit 61283b1Copy full SHA for 61283b1
2 files changed
.github/workflows/run_test.yml
@@ -31,12 +31,15 @@ jobs:
31
run: |
32
python -m unittest discover -v test
33
- name: Codec benchmark
34
- if: false
35
36
- pip install bjdata lz4
37
- pip install --force-reinstall --no-cache-dir --upgrade blosc2
38
- cp -a test/benchcodecs.py .
+ pip install --upgrade bjdata lz4
+ cd benchmark
39
python -m benchcodecs
+ - name: NIfTI file loading benchmark
+ run: |
40
+ pip install --upgrade nibabel
41
42
+ python -m benchnifti
43
44
deploy:
45
runs-on: ubuntu-22.04
test/benchcodecs.py
0 commit comments