8000 run speed tests · tlsfuzzer/python-ecdsa@b082184 · GitHub
[go: up one dir, main page]

Skip to content

Commit b082184

Browse files
committed
run speed tests
1 parent c58c6c2 commit b082184

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,15 @@ jobs:
188188
fi
189189
- name: Display installed python package versions
190190
run: pip list
191+
- name: Test native speed
192+
if: ${{ !contains(matrix.tox-env, 'gmpy') }}
193+
run: tox -e speed
194+
- name: Test speed with gmpy
195+
if: ${{ contains(matrix.tox-env, 'gmpyp') }}
196+
run: tox -e speedgmpy
197+
- name: Test speed with gmpy2
198+
if: ${{ contains(matrix.tox-env, 'gmpy2') }}
199+
run: tox -e speedgmpy2
191200
- name: Run unit tests
192201
if: ${{ matrix.tox-env }}
193202
run: tox -e ${{ matrix.tox-env }}

0 commit comments

Comments
 (0)
0