class Benchmark::IPS::Report::Entry

def ips_sd

Returns:
  • (Float) - standard deviation of iteration per second.
def ips_sd
  @stats.error
end