Skip to content

Commit

Permalink
[ci] add benchcodecs.py to ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 10, 2024
1 parent 5cf2d5a commit 093cb3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy backports.lzma setuptools
pip install numpy backports.lzma setuptools bjdata
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build sdist
run: |
python setup.py sdist
- name: Basic test
run: |
python -m unittest discover -v test
- name: Codec benchmark
run: |
python test/benchcodecs.py

0 comments on commit 093cb3e

Please sign in to comment.