1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Test --yjit-stats in our CI workflows

This commit is contained in:
Maxime Chevalier-Boisvert 2022-07-22 16:25:37 -04:00 committed by Takashi Kokubun
parent 813df1f27a
commit e131b217cf
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -124,7 +124,7 @@ yjit_task:
fi
boot_miniruby_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 -e0
test_dump_insns_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-dump-insns -e0
# output_stats_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-stats -e0
output_stats_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-stats -e0
bootstrap_tests_script: |
RUST_BACKTRACE=1 ruby --disable=gems bootstraptest/runner.rb --ruby="./miniruby -I./lib -I. -I.ext/common --disable-gems --yjit-call-threshold=1 --yjit-verify-ctx" \
bootstraptest/test_attr.rb \