diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-04-12 16:58:02 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-04-12 16:58:34 +0900 |
| commit | d0ef5d137fa1d128a0fcb8564c6966177313ab92 (patch) | |
| tree | 83eb2fe01fb65432c5fc94cdb44b4aead3097931 | |
| parent | b66b5008161bb9836d40729d0f070197c54fd5a3 (diff) | |
Update ruby-bench to update stackprof
| -rw-r--r-- | .github/workflows/ubuntu.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/zjit-macos.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/zjit-ubuntu.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d67abc2cfa..7b39746b37 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -245,6 +245,7 @@ jobs: repository: ruby/ruby-bench persist-credentials: false path: ruby-bench + ref: 'a46e02b01a58ca74bb2ce055b4ea561cb372d1cd' # If you want to skip failing benchmark, consider using `--excludes`. # e.g. `bench_opts: '--warmup=1 --bench=1 --excludes=railsbench,lobsters'` diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml index 888a0ec800..3756d59108 100644 --- a/.github/workflows/zjit-macos.yml +++ b/.github/workflows/zjit-macos.yml @@ -219,6 +219,7 @@ jobs: persist-credentials: false repository: ruby/ruby-bench path: ruby-bench + ref: 'a46e02b01a58ca74bb2ce055b4ea561cb372d1cd' # If you want to skip failing benchmark, consider using `--excludes`. # e.g. `bench_opts: '--warmup=1 --bench=1 --excludes=railsbench,lobsters'` diff --git a/.github/workflows/zjit-ubuntu.yml b/.github/workflows/zjit-ubuntu.yml index 79d1b7bea4..9ed3fad693 100644 --- a/.github/workflows/zjit-ubuntu.yml +++ b/.github/workflows/zjit-ubuntu.yml @@ -273,6 +273,7 @@ jobs: repository: ruby/ruby-bench persist-credentials: false path: ruby-bench + ref: 'a46e02b01a58ca74bb2ce055b4ea561cb372d1cd' # If you want to skip failing benchmark, consider using `--excludes`. # e.g. `bench_opts: '--warmup=1 --bench=1 --excludes=railsbench,lobsters'` |
