Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ round
Function
round
tooling/scripts/perf-runtime-repeat.mjs:209–211 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
207
}
208
209
function
round(value) {
210
return
Math.round(value * 100) / 100
211
}
212
213
function
parseMetrics(output, names) {
214
const
metrics =
new
Map()
Callers
1
printSummary
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected