File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
erubi-rails/config/environments
lobsters/config/environments
railsbench/config/environments Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 9292
9393 # yjit-bench configurations
9494 config . active_record . sqlite3_production_warning = false
95+ # If we want to benchmark with YJIT then it has already been enabled by command line arguments.
96+ # If we are benchmarking CRuby without YJIT don't enable it even if this build has it.
97+ config . yjit = false
9598end
Original file line number Diff line number Diff line change 9191 config . active_record . sqlite3_production_warning = false
9292 config . logger = nil
9393 config . secret_key_base = 'in general secret should not be in the git repo but this is a benchmark'
94+ # If we want to benchmark with YJIT then it has already been enabled by command line arguments.
95+ # If we are benchmarking CRuby without YJIT don't enable it even if this build has it.
96+ config . yjit = false
9497end
Original file line number Diff line number Diff line change 9494 config . active_record . sqlite3_production_warning = false
9595 config . logger = nil
9696 config . secret_key_base = 'in general secret should not be in the git repo but this is a benchmark'
97+ # If we want to benchmark with YJIT then it has already been enabled by command line arguments.
98+ # If we are benchmarking CRuby without YJIT don't enable it even if this build has it.
99+ config . yjit = false
97100end
You can’t perform that action at this time.
0 commit comments