class Benchmark::IPS::Report::Entry

def ips

Returns:
  • (Float) - number of iterations per second.
def ips
  @stats.central_tendency
end