Sha256: 4f5196ad2cb1b4da936e29376c1df2858a0d568fb0bdad385adf927167bf372b
Contents?: true
Size: 332 Bytes
Versions: 27
Compression:
Stored size: 332 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. class StartupShutdown < Performance::TestCase def test_startup_shutdown measure do NewRelic::Agent.manual_start NewRelic::Agent.shutdown end end end
Version data entries
27 entries across 27 versions & 2 rubygems