Skip profiling by default
This commit is contained in:
parent
060f3d0422
commit
2b0eccf9bd
|
|
@ -100,6 +100,6 @@ RSpec.configure do |config|
|
|||
|
||||
config.example_status_persistence_file_path = 'specs_with_runtime.txt'
|
||||
|
||||
# Run ruby-prof
|
||||
Dir[File.expand_path('support/**/*.rb', __dir__)].each { |f| require f }
|
||||
# Run ruby-prof for profiling
|
||||
# Dir[File.expand_path('support/**/*.rb', __dir__)].each { |f| require f }
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue