PHP Classes

File: vendor/smalot/pdfparser/.github/workflows/performance.yml

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP Neural Net Library   vendor/smalot/pdfparser/.github/workflows/performance.yml   Download  
File: vendor/smalot/pdfparser/.github/workflows/performance.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Neural Net Library
Build, train, evaluate, and use neural networks
Author: By
Last change:
Date: 6 months ago
Size: 546 bytes
 

Contents

Class file image Download
name: "Performance Tests" on: pull_request: push: branches: - "master" env: fail-fast: true jobs: performance-tests: name: "Tests for the performance testing the PDF parsing" runs-on: "ubuntu-20.04" 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"