Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/benchmark-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ on:
workflow_dispatch:
pull_request:
branches: [ main ]
paths:
- 'Sources/TOMLDecoder/**/*.swift'
- 'Sources/TOMLDecoder/**/*.gyb'

env:
TOMLDECODER_BENCHMARKS: "1"

jobs:
benchmark-delta:
name: PR vs main
runs-on: ubuntu-latest
runs-on: macos-latest
continue-on-error: true
permissions:
issues: write
Expand All @@ -25,10 +22,9 @@ jobs:
with:
fetch-depth: 0

- name: Ubuntu deps
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install -y libjemalloc-dev
brew install jemalloc

- name: Git URL token override and misc
run: |
Expand Down
Loading