This commit is contained in:
Allan Jeremy 2022-05-16 19:21:24 +03:00
parent ac0dcd4ba1
commit a9d4b79b2e

View file

@ -51,18 +51,9 @@ jobs:
python-version: "3.x"
architecture: "x64"
- name: Install requests
run: python -m pip install requests
- name: Run benchmark
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
- name: Download previous benchmark data
uses: actions/cache@v1
with:
path: ./cache
key: ${{ runner.os }}-benchmark
- name: Checkout gh-pages
run: |
git config user.name github-actions