Class: Optimize::Demo::Benchmark::Report
- Inherits:
-
Struct
- Object
- Struct
- Optimize::Demo::Benchmark::Report
- Defined in:
- lib/optimize/demo/benchmark.rb
Instance Attribute Summary collapse
-
#ips ⇒ Object
Returns the value of attribute ips.
-
#label ⇒ Object
Returns the value of attribute label.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#ips ⇒ Object
Returns the value of attribute ips
10 11 12 |
# File 'lib/optimize/demo/benchmark.rb', line 10 def ips @ips end |
#label ⇒ Object
Returns the value of attribute label
10 11 12 |
# File 'lib/optimize/demo/benchmark.rb', line 10 def label @label end |
#raw ⇒ Object
Returns the value of attribute raw
10 11 12 |
# File 'lib/optimize/demo/benchmark.rb', line 10 def raw @raw end |