Skip to content

Commit

Permalink
Merge branch 'master' into inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
sisshiki1969 authored Jan 20, 2025
2 parents f92da80 + 824ebe7 commit 8852cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/yjit-bench
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

cargo install --path monoruby

cd ../yjit-bench && ./run_benchmarks.rb --rss --graph --harness=harness-warmup so_mandelbrot fib binarytrees rubykon nbody optcarrot matmul nqueens sudoku bedcov -e "monoruby" -e "yjit::ruby --yjit" --chruby "truffleruby-24.1.1"
#cd ../yjit-bench && ./run_benchmarks.rb --rss --graph --harness=harness-warmup so_mandelbrot fib binarytrees rubykon nbody optcarrot matmul nqueens sudoku bedcov -e "monoruby" --chruby "truffleruby-24.1.1"
#cd ../yjit-bench && ./run_benchmarks.rb --rss --graph --harness=harness-warmup so_mandelbrot fib binarytrees rubykon nbody optcarrot matmul nqueens sudoku bedcov -e "monoruby" --chruby "truffleruby-24.1.1"

0 comments on commit 8852cf3

Please sign in to comment.