Skip to content

Bump 'rdoc' dependency, handle 'erb' version constraint with Ruby 3.1 and improve CI bundle cache #33

Bump 'rdoc' dependency, handle 'erb' version constraint with Ruby 3.1 and improve CI bundle cache

Bump 'rdoc' dependency, handle 'erb' version constraint with Ruby 3.1 and improve CI bundle cache #33

Workflow file for this run

name: Bench
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
name: Benchmarks
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0'
bundler-cache: true
- name: Generators
run: RUBYOPT="-W0" bundle exec ruby benchmark/generators.rb
- name: Require
run: RUBYOPT="-W0" bundle exec ruby benchmark/require.rb