Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Shopify/ruby-bench
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ruby/ruby-bench
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 17, 2025

  1. Bump rexml from 3.4.1 to 3.4.2 in /benchmarks/erubi-rails (ruby#406)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.4.1...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-version: 3.4.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    dc085d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Configuration menu
    Copy the full SHA
    3bd98b2 View commit details
    Browse the repository at this point in the history
  2. Bump rexml from 3.4.1 to 3.4.2 in /benchmarks/lobsters (ruby#408)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.4.1...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-version: 3.4.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    6097903 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Configuration menu
    Copy the full SHA
    ef21749 View commit details
    Browse the repository at this point in the history
  2. Add continue-on-error to the workflow

    TruffleRuby has been failing on random benchmarks in the last three
    builds:
    https://github.com/ruby/ruby-bench/actions/runs/17961477542/job/51085511584
    https://github.com/ruby/ruby-bench/actions/runs/17961695913/job/51086136742
    https://github.com/ruby/ruby-bench/actions/runs/17967402033/job/51102476785
    
    This job has so far failed when TruffleRuby had a bug, not when
    ruby-bench introduced an incompatibility with TruffleRuby. This is not a
    repository for testing TruffleRuby, so testing benchmarks with CRuby seems
    enough for most of the time.
    
    You can still see the history of GitHub Actions in case some change in
    ruby-bench permanently breaks the build for TruffleRuby. I think it's
    enough for maintaining the TruffleRuby support. We often don't write
    CRuby-specific code other than YJIT/ZJIT integration anyway.
    k0kubun committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    6d43a4c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Bump rack from 2.2.17 to 2.2.18 in /benchmarks/shipit (ruby#410)

    Bumps [rack](https://github.com/rack/rack) from 2.2.17 to 2.2.18.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@v2.2.17...v2.2.18)
    
    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-version: 2.2.18
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    8eb4acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae8ff12 View commit details
    Browse the repository at this point in the history
Loading