Project

General

Profile

« Previous | Next » 

Revision 5d2e5218

Added by alanwu (Alan Wu) about 4 years ago

Use env var to turn on YJIT for test-bundled-gems

tool/test-bundled-gems.rb use sub processes for testing bundled gems and
doesn't support RUN_OPTS. We weren't enabling YJIT for these tests.
Use an include config with RUBY_YJIT_ENABLE to turn on YJIT for these
tests.

Note that we only test with the default call threshold in this setup,
which is the same as before YJIT was off by defauft. The
--yjit-call-threshold command line was never passed to the tests.