Sha256: 6e0cc9b5d4b5cd02c7531a428115138f39c89a23d29c23d387d44f3a6eb32f5d

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

name: Performance Check

on: [pull_request]

jobs:
  build:
    strategy:
      fail-fast: false
      matrix:
        ruby: [2.5, 2.6, 2.7, 3.0]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - name: Run benchmark
      run: |
        ruby script/perf_check.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alba-1.6.0 .github/workflows/perf.yml
alba-1.5.0 .github/workflows/perf.yml
alba-1.4.0 .github/workflows/perf.yml