Skip to content

Commit

Permalink
Fix for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sisshiki1969 committed Dec 31, 2024
1 parent 348213b commit a4f59ee
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.0"
ruby-version: "3.4.1"
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly
Expand Down
16 changes: 0 additions & 16 deletions benchmark/inline_method.yml

This file was deleted.

2 changes: 1 addition & 1 deletion bin/inline
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

cargo build --release
benchmark-driver -o markdown benchmark/integer.yml benchmark/math.yml benchmark/inline_method.yml --rbenv '3.4.1; 3.4.1 --yjit' -e 'target/release/monoruby' -e 'target/release/monoruby --no-jit' --repeat-count 3
benchmark-driver -o markdown benchmark/integer.yml benchmark/math.yml --rbenv '3.4.1; 3.4.1 --yjit' -e 'target/release/monoruby' -e 'target/release/monoruby --no-jit' --repeat-count 3
4 changes: 0 additions & 4 deletions bin/integer

This file was deleted.

0 comments on commit a4f59ee

Please sign in to comment.