Skip to content

chore(deps): update spider@1.98.6 robots.txt fix #78

chore(deps): update spider@1.98.6 robots.txt fix

chore(deps): update spider@1.98.6 robots.txt fix #78

Workflow file for this run

name: Bench Compare
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
checkout_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout code from ${{ github.repository }}
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install Deps
run: pip install scrapy && pip install spider_rs
- name: Run Bench @spider-rs/spider-rs
run: python ./bench/spider.py
- name: Run Bench Scrapy
run: python ./bench/scrappy.py