Skip to content

Benchmark Matrix

Benchmark Matrix #2

Workflow file for this run

name: CI Benchmark
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry pytest
poetry install
wget -q https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2023-01.parquet
- name: Test with poetry
run: |
poetry run python3 benchmark.py