Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ format.bench.ts
File
format.bench.ts
__tests__/format.bench.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ textFormat } from
"@/lib/format/text"
;
2
import
{ parseJSON } from
"@/lib/parser"
;
3
import
{ readFile } from
"fs/promises"
;
4
import
{ bench, describe } from
"vitest"
;
Callers
nothing calls this directly
Calls
5
parseJSON
Function · 0.90
textFormat
Function · 0.90
assert
Function · 0.85
hasError
Method · 0.80
stringify
Method · 0.80
Tested by
no test coverage detected