Skip to content

Prepare 5.1.0 release #324

Prepare 5.1.0 release

Prepare 5.1.0 release #324

Workflow file for this run

name: Benchmarks
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v7
- name: Install Memcached 1.6.45
working-directory: scripts
env:
MEMCACHED_VERSION: 1.6.45
run: |
chmod +x ./install_memcached.sh
./install_memcached.sh
memcached -d
memcached -d -p 11222
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 4.0
bundler-cache: true # 'bundle install' and cache
- name: Run Benchmarks
run: RUBY_YJIT_ENABLE=1 BENCH_TARGET=all bundle exec bin/benchmark