Merge pull request #70 from oslivan/master

fix view time precise issue
This commit is contained in:
Sami Samhuri 2025-06-27 08:44:33 -04:00 committed by GitHub
commit 59813dedbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@ module GrapeLogging
end
def view_runtime
total_runtime - db_runtime
(total_runtime - db_runtime).round(2)
end
def db_runtime