Class: Aws::AwsBenchmarkingBlock
Overview
:nodoc:
Instance Attribute Summary collapse
-
#service ⇒ Object
Returns the value of attribute service.
-
#xml ⇒ Object
Returns the value of attribute xml.
Instance Method Summary collapse
-
#initialize ⇒ AwsBenchmarkingBlock
constructor
A new instance of AwsBenchmarkingBlock.
Constructor Details
#initialize ⇒ AwsBenchmarkingBlock
Returns a new instance of AwsBenchmarkingBlock.
240 241 242 243 244 245 |
# File 'lib/awsbase/right_awsbase.rb', line 240 def initialize # Benchmark::Tms instance for service (Ec2, S3, or SQS) access benchmarking. @service = Benchmark::Tms.new() # Benchmark::Tms instance for XML parsing benchmarking. @xml = Benchmark::Tms.new() end |