Class: Rightscale::GogridBenchmarkingBlock
Overview
:nodoc:
Instance Attribute Summary collapse
-
#parser ⇒ Object
Returns the value of attribute parser.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize ⇒ GogridBenchmarkingBlock
constructor
A new instance of GogridBenchmarkingBlock.
Constructor Details
#initialize ⇒ GogridBenchmarkingBlock
Returns a new instance of GogridBenchmarkingBlock.
28 29 30 31 32 33 |
# File 'lib/gogrid_base.rb', line 28 def initialize # Benchmark::Tms instance for service (Ec2, S3, or SQS) access benchmarking. @service = Benchmark::Tms.new() # Benchmark::Tms instance for parsing benchmarking. @parser = Benchmark::Tms.new() end |