Skip to content

Commit 093cb3e

Browse files
committed
[ci] add benchcodecs.py to ci action
1 parent 5cf2d5a commit 093cb3e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/run_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install numpy backports.lzma setuptools
25+
pip install numpy backports.lzma setuptools bjdata
2626
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2727
- name: Build sdist
2828
run: |
2929
python setup.py sdist
3030
- name: Basic test
3131
run: |
3232
python -m unittest discover -v test
33+
- name: Codec benchmark
34+
run: |
35+
python test/benchcodecs.py

0 commit comments

Comments
 (0)