test/performance/suites/marshalling.rb in newrelic_rpm-3.13.2.302 vs test/performance/suites/marshalling.rb in newrelic_rpm-3.14.0.305
- old
+ new
@@ -54,17 +54,9 @@
marshaller.dump(@tt_payload)
end
end
end
- def test_basic_marshalling_pruby
- marshaller = NewRelic::Agent::NewRelicService::PrubyMarshaller.new
- measure do
- marshaller.dump(@payload)
- marshaller.dump(@tt_payload)
- end
- end
-
# Skips Strings used as Hash keys, since they are frozen
def each_string(object, &blk)
case object
when String
blk.call(object)