Sha256: c5f989d942e53ee577a2c2ce997ce55b6e90b4bab1658bb4d16044dda3fd5a1f
Contents?: true
Size: 349 Bytes
Versions: 30
Compression:
Stored size: 349 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 (iterations / 100).times do NewRelic::Agent.manual_start NewRelic::Agent.shutdown end end end
Version data entries
30 entries across 30 versions & 1 rubygems