Class: Mxrb::BenchmarkResult

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/benchmark.rb

Instance Attribute Summary collapse

Instance Attribute Details

#index_secondsObject (readonly)

Returns the value of attribute index_seconds

Returns:

  • (Object)

    the current value of index_seconds



4
5
6
# File 'lib/mxrb/benchmark.rb', line 4

def index_seconds
  @index_seconds
end

#iterationsObject (readonly)

Returns the value of attribute iterations

Returns:

  • (Object)

    the current value of iterations



4
5
6
# File 'lib/mxrb/benchmark.rb', line 4

def iterations
  @iterations
end

#open_secondsObject (readonly)

Returns the value of attribute open_seconds

Returns:

  • (Object)

    the current value of open_seconds



4
5
6
# File 'lib/mxrb/benchmark.rb', line 4

def open_seconds
  @open_seconds
end

#unitsObject (readonly)

Returns the value of attribute units

Returns:

  • (Object)

    the current value of units



4
5
6
# File 'lib/mxrb/benchmark.rb', line 4

def units
  @units
end

#validate_secondsObject (readonly)

Returns the value of attribute validate_seconds

Returns:

  • (Object)

    the current value of validate_seconds



4
5
6
# File 'lib/mxrb/benchmark.rb', line 4

def validate_seconds
  @validate_seconds
end