mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
enabling auto-compaction in GC
This commit is contained in:
parent
00f8c52c93
commit
623ad7d50a
@ -1,5 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
GC.auto_compact = true if GC.respond_to?(:auto_compact=)
|
||||
|
||||
if ENV.key?("CI")
|
||||
require "simplecov"
|
||||
SimpleCov.command_name "#{RUBY_ENGINE}-#{RUBY_VERSION}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user