[前][次][番号順一覧][スレッド一覧]

ruby-changes:73222

From: Maxime <ko1@a...>
Date: Tue, 30 Aug 2022 01:03:06 +0900 (JST)
Subject: [ruby-changes:73222] e131b217cf (master): Test --yjit-stats in our CI workflows

https://git.ruby-lang.org/ruby.git/commit/?id=e131b217cf

From e131b217cfa9f29a0677e65cf573494279eda8a5 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@s...>
Date: Fri, 22 Jul 2022 16:25:37 -0400
Subject: Test --yjit-stats in our CI workflows

---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 85a569e1a0..ef91abd3b2 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -124,7 +124,7 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L124
     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 \
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]