Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ reactiveMap.bench.ts
File
reactiveMap.bench.ts
packages/reactivity/__benchmarks__/reactiveMap.bench.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ bench } from
'vitest'
2
import
type
{ ComputedRef } from
'../src'
3
import
{ computed, reactive } from
'../dist/reactivity.esm-browser.prod'
4
Callers
nothing calls this directly
Calls
7
reactive
Function · 0.85
createMap
Function · 0.85
forEach
Method · 0.80
push
Method · 0.65
computed
Function · 0.50
set
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected