Skip to content

Fix memory leak in VpAlloc by exception #351

Fix memory leak in VpAlloc by exception

Fix memory leak in VpAlloc by exception #351

Workflow file for this run

name: Benchmarking
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
min_version: 2.7
versions: '["debug"]'
host:
needs: ruby-versions
name: ${{ matrix.os }} ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-arm-oss
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
- { os: windows-latest , ruby: mingw }
- { os: windows-latest , ruby: mswin }
exclude:
- { os: windows-latest , ruby: debug }
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
bundle install
gem install bigdecimal -v 3.0.0
- run: rake compile
- run: rake benchmark