Module: Baseline

Defined in:
lib/baseline.rb,
lib/baseline/version.rb,
lib/baseline/output_format.rb

Defined Under Namespace

Modules: ObjectExtensions Classes: BenchContext, OutputFormat

Constant Summary collapse

TIME_MODE_DEFAULT =
:total
REPEAT_DEFAULT =
1
VERSION =
"0.1.0"

Class Attribute Summary collapse

Class Attribute Details

.output_formatObject

Returns the value of attribute output_format.



18
19
20
# File 'lib/baseline.rb', line 18

def output_format
  @output_format
end

.repeatObject

Returns the value of attribute repeat.



18
19
20
# File 'lib/baseline.rb', line 18

def repeat
  @repeat
end

.time_modeObject

Returns the value of attribute time_mode.



18
19
20
# File 'lib/baseline.rb', line 18

def time_mode
  @time_mode
end