We probably aren't running these benchmarks on rubies
that don't have these methods.
If we are, they probably don't have their own alternate implementation
of Benchmark.realtime.
If we need to support something else we should just add a version that
uses Time.now.to_f.
We probably aren't running these benchmarks on rubies that don't have these methods. If we are, they probably don't have their own alternate implementation of Benchmark.realtime. If we need to support something else we should just add a version that uses Time.now.to_f.