Skip to content

Reduced regular expression processing in the form of processing white… #439

Reduced regular expression processing in the form of processing white…

Reduced regular expression processing in the form of processing white… #439

Workflow file for this run

name: Benchmark
on:
- push
- pull_request
jobs:
benchmark:
name: "Benchmark: Ruby ${{ matrix.ruby-version }}: ${{ matrix.runs-on }}"
strategy:
fail-fast: false
matrix:
ruby-version:
- 'ruby'
runs-on:
- ubuntu-latest
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: |
bundle install
gem install rexml -v 3.2.6
- name: Benchmark
run: |
rake benchmark