list ms too
cicd / ci (push) Successful in 2m3s

This commit is contained in:
bel
2026-06-28 00:56:29 -06:00
parent 0b9b790986
commit 43887bb447
+2
View File
@@ -16,6 +16,7 @@
ELSE
'bad'
END AS ok
, ms
FROM
"pinger_pings"
ORDER BY start DESC
@@ -30,6 +31,7 @@
: "🔴",
`${Math.round((new Date() - 1000*{{.start}})/1000.0)}s ago`,
new Date(1000*{{.start}}),
`${ms}ms`,
],
{{ end }}
]