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.10.0.279 test/performance/suites/startup.rb
newrelic_rpm-3.9.9.275 test/performance/suites/startup.rb
newrelic_rpm-3.9.8.273 test/performance/suites/startup.rb
newrelic_rpm-3.9.7.266 test/performance/suites/startup.rb
newrelic_rpm-3.9.6.257 test/performance/suites/startup.rb
newrelic_rpm-3.9.5.251 test/performance/suites/startup.rb
newrelic_rpm-3.9.4.245 test/performance/suites/startup.rb
newrelic_rpm-3.9.3.241 test/performance/suites/startup.rb
newrelic_rpm-3.9.2.239 test/performance/suites/startup.rb
newrelic_rpm-3.9.1.236 test/performance/suites/startup.rb
newrelic_rpm-3.9.0.229 test/performance/suites/startup.rb
newrelic_rpm-3.8.1.221 test/performance/suites/startup.rb
newrelic_rpm-3.8.0.218 test/performance/suites/startup.rb
newrelic_rpm-3.7.3.204 test/performance/suites/startup.rb
newrelic_rpm-3.7.3.199 test/performance/suites/startup.rb
newrelic_rpm-3.7.2.195 test/performance/suites/startup.rb
newrelic_rpm-3.7.2.192 test/performance/suites/startup.rb
newrelic_rpm-3.7.2.190.beta test/performance/suites/startup.rb
newrelic_rpm-3.7.1.188 test/performance/suites/startup.rb
newrelic_rpm-3.7.1.182 test/performance/suites/startup.rb