Class: Mxrb::BenchmarkResult
- Inherits:
-
Data
- Object
- Data
- Mxrb::BenchmarkResult
- Defined in:
- lib/mxrb/benchmark.rb
Instance Attribute Summary collapse
-
#index_seconds ⇒ Object
readonly
Returns the value of attribute index_seconds.
-
#iterations ⇒ Object
readonly
Returns the value of attribute iterations.
-
#open_seconds ⇒ Object
readonly
Returns the value of attribute open_seconds.
-
#units ⇒ Object
readonly
Returns the value of attribute units.
-
#validate_seconds ⇒ Object
readonly
Returns the value of attribute validate_seconds.
Instance Attribute Details
#index_seconds ⇒ Object (readonly)
Returns the value of attribute index_seconds
4 5 6 |
# File 'lib/mxrb/benchmark.rb', line 4 def index_seconds @index_seconds end |
#iterations ⇒ Object (readonly)
Returns the value of attribute iterations
4 5 6 |
# File 'lib/mxrb/benchmark.rb', line 4 def iterations @iterations end |
#open_seconds ⇒ Object (readonly)
Returns the value of attribute open_seconds
4 5 6 |
# File 'lib/mxrb/benchmark.rb', line 4 def open_seconds @open_seconds end |
#units ⇒ Object (readonly)
Returns the value of attribute units
4 5 6 |
# File 'lib/mxrb/benchmark.rb', line 4 def units @units end |
#validate_seconds ⇒ Object (readonly)
Returns the value of attribute validate_seconds
4 5 6 |
# File 'lib/mxrb/benchmark.rb', line 4 def validate_seconds @validate_seconds end |