Skip to content

Improve PDF.js corpus resilience with parser-native page recovery, dimensions API, and regression coverage #868

Improve PDF.js corpus resilience with parser-native page recovery, dimensions API, and regression coverage

Improve PDF.js corpus resilience with parser-native page recovery, dimensions API, and regression coverage #868

Workflow file for this run

name: "Performance Tests"
on:
pull_request:
push:
branches:
- "master"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
fail-fast: true
jobs:
performance-tests:
name: "Tests for the performance testing the PDF parsing"
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4']
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
- name: "Run composer for further autoloading"
run: "composer update"
- name: "Run performance tests"
run: "php tests/Performance/runPerformanceTests.php"