Skip to content

Benchmark baseline on Ubuntu #423

Benchmark baseline on Ubuntu

Benchmark baseline on Ubuntu #423

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [
# "pypy3.10",
# "3.8",
# "3.9",
# "3.10",
# "3.11",
# "3.12",
"3.13",
# "3.14",
# "3",
# "3.x",
]
os: [
# windows-latest,
# macOS-latest,
ubuntu-latest,
]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: .github/workflows/test.yml
- name: Install dependencies
run: |
python3 -m pip install -U pip
python3 -m pip install baseline/pillow-11.1.0.dev0-cp313-cp313-manylinux_2_28_x86_64.whl
- name: Test
run: |
python --version
python zlib-benchmark.py hopper.png
python zlib-benchmark.py effect_spread.png