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

Version Path
newrelic_rpm-3.7.1.180 test/performance/suites/startup.rb
newrelic_rpm-3.7.0.177 test/performance/suites/startup.rb
newrelic_rpm-3.7.0.174.beta test/performance/suites/startup.rb
newrelic_rpm-3.6.9.171 test/performance/suites/startup.rb
newrelic_rpm-3.6.8.168 test/performance/suites/startup.rb
newrelic_rpm-3.6.8.164 test/performance/suites/startup.rb
newrelic_rpm-3.6.7.159 test/performance/suites/startup.rb
newrelic_rpm-3.6.7.159.beta test/performance/suites/startup.rb
newrelic_rpm-3.6.7.152 test/performance/suites/startup.rb
newrelic_rpm-3.6.6.147 test/performance/suites/startup.rb