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

Version Path
newrelic_rpm-3.13.1.300 test/performance/suites/startup.rb
newrelic_rpm-3.13.0.299 test/performance/suites/startup.rb
newrelic_rpm-3.12.1.298 test/performance/suites/startup.rb
newrelic_rpm-3.12.0.288 test/performance/suites/startup.rb
newrelic_rpm-3.11.2.286 test/performance/suites/startup.rb
newrelic_rpm-3.11.1.284 test/performance/suites/startup.rb
newrelic_rpm-3.11.0.283 test/performance/suites/startup.rb