Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/cli
/ now
Function
now
packages/cli/tests-e2e/helpers.ts:334–334 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
332
333
const
timings: Array<[string, number]> = []
334
const
now = () => performance.now()
335
const
start = now()
336
const
mark = (label: string, startedAt: number) => {
337
timings.push([label, now() - startedAt])
Callers
3
createAppFixture
Function · 0.85
mark
Function · 0.85
logTimings
Function · 0.85
Calls
1
now
Method · 0.80
Tested by
no test coverage detected