MCPcopy
hub / github.com/ruvnet/ruflo / now

Function now

scripts/benchmark-intelligence.mjs:138–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138const now = () => performance.now();
139const round = (x, d = 4) => (x == null || Number.isNaN(x) ? null : Number(x.toFixed(d)));
140
141// ----------------------------------------------------------------------------

Callers 4

smoothStreamUpdatesFunction · 0.85
benchHnswFunction · 0.85
benchRabitqFunction · 0.85
benchSonaFunction · 0.85

Calls 1

nowMethod · 0.65

Tested by

no test coverage detected