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