Skip to content

Commit 61283b1

Browse files
committed
[ci] reactivate benchmarks
1 parent cef1f2e commit 61283b1

File tree

2 files changed

+7
-77
lines changed

2 files changed

+7
-77
lines changed

.github/workflows/run_test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ jobs:
3131
run: |
3232
python -m unittest discover -v test
3333
- name: Codec benchmark
34-
if: false
3534
run: |
36-
pip install bjdata lz4
37-
pip install --force-reinstall --no-cache-dir --upgrade blosc2
38-
cp -a test/benchcodecs.py .
35+
pip install --upgrade bjdata lz4
36+
cd benchmark
3937
python -m benchcodecs
38+
- name: NIfTI file loading benchmark
39+
run: |
40+
pip install --upgrade nibabel
41+
cd benchmark
42+
python -m benchnifti
4043
4144
deploy:
4245
runs-on: ubuntu-22.04

test/benchcodecs.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)