1
0
Fork 0
mirror of synced 2024-09-18 18:40:24 +12:00

Remove bench file

This commit is contained in:
Matej Bačo 2024-08-21 12:19:15 +00:00
parent 67afb41702
commit 59afa21735

View file

@ -1,16 +0,0 @@
name: "Benchmarks"
on: [pull_request]
jobs:
lint:
name: Benchmarks
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Benchmark
run: |
docker run --rm -v $PWD:/app composer sh -c \
"composer install --profile --ignore-platform-reqs && git config --global --add safe.directory /app && composer bench -- --progress=plain"