File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed
Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Run Python tests
3131 run : make test-py
32-
33- # - name: Create virtual environment
34- # working-directory: py-radiate
35- # run: |
36- # python -m venv .venv
37- # echo "$GITHUB_WORKSPACE/py-radiate/.venv/bin" >> $GITHUB_PATH
38- # echo "VIRTUAL_ENV=$GITHUB_WORKSPACE/py-radiate/.venv" >> $GITHUB_ENV
39-
40- # - name: Install Python dependencies
41- # run: |
42- # $GITHUB_WORKSPACE/py-radiate/.venv/bin/pip install -r py-radiate/requirements-dev.txt
43-
44- # - name: Build and install py-radiate
45- # working-directory: py-radiate
46- # run: |
47- # $GITHUB_WORKSPACE/py-radiate/.venv/bin/pip install maturin
48- # $GITHUB_WORKSPACE/py-radiate/.venv/bin/maturin develop
49-
50- # - name: Run tests
51- # working-directory: py-radiate
52- # run: |
53- # $GITHUB_WORKSPACE/py-radiate/.venv/bin/python -m pytest tests --import-mode=importlib
54-
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def encode_decode_cycle():
2222 )
2323
2424 assert len (result ) == 100000
25- assert execution_time < 0.1
25+ assert execution_time < 0.2
2626
2727 @pytest .mark .performance
2828 def test_large_matrix_codec_performance (self , performance_benchmark ):
You can’t perform that action at this time.
0 commit comments