Reduce YJIT runs on Ubuntu [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-10-24 18:36:24 +09:00
parent fe77a03392
commit 1ea5325360
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -11,8 +11,8 @@ jobs:
yjit_opts: [ yjit_opts: [
"--yjit", "--yjit",
"--yjit --yjit-call-threshold=1 --yjit-max-versions=1", "--yjit --yjit-call-threshold=1 --yjit-max-versions=1",
"--yjit --yjit-call-threshold=1", # "--yjit --yjit-call-threshold=1",
"--yjit --yjit-call-threshold=2" # "--yjit --yjit-call-threshold=2"
] ]
configure: ["", "cppflags=-DRUBY_DEBUG"] configure: ["", "cppflags=-DRUBY_DEBUG"]
include: include: