Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ effect.bench.ts
File
effect.bench.ts
packages/reactivity/__benchmarks__/effect.bench.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ bench, describe } from
'vitest'
2
import
type
{ Ref } from
'../src'
3
import
{ effect, ref } from
'../dist/reactivity.esm-browser.prod'
4
Callers
nothing calls this directly
Calls
7
effect
Function · 0.85
benchEffectCreate
Function · 0.85
benchEffectCreateAndStop
Function · 0.85
benchWithRefs
Function · 0.85
benchWithBranches
Function · 0.85
benchMultipleEffects
Function · 0.85
ref
Function · 0.50
Tested by
no test coverage detected