Skip to content

perf: replaces list of postcodes in ja/address.yml with a 7-digit format #61

perf: replaces list of postcodes in ja/address.yml with a 7-digit format

perf: replaces list of postcodes in ja/address.yml with a 7-digit format #61

Workflow file for this run

name: Bench
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
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