Closed ignacio-chiazzo closed 4 months ago
It wasn't clear to me that the time was in seconds and not ms.
start_time = Time.now.utc.to_f # ... total_time = (Time.now.utc.to_f - start_time).round(6)
It wasn't clear to me that the time was in seconds and not ms.