test/performance/suites/marshalling.rb in newrelic_rpm-3.7.2.195 vs test/performance/suites/marshalling.rb in newrelic_rpm-3.7.3.199

- old
+ new

@@ -133,12 +133,13 @@ event = { :timestamp => Time.now.to_f, :name => "Controller/foo/bar", :type => "Transaction", :duration => rand, - :webDuration => rand, :databaseDuration => rand, + :databaseCallCount=> rand, :gcCumulative => rand, + :host => 'lo-calhost', :color => 'blue-green', :shape => 'squarish', :texture => 'sort of lumpy like a bag of frozen peas' } events << [event]