MCPcopy Create free account
hub / github.com/TanStack/store / derived.bench.ts

File derived.bench.ts

packages/store/tests/derived.bench.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* istanbul ignore file -- @preserve */
2import { bench, describe } from 'vitest'
3import { shallowRef, computed as vueComputed, watchEffect } from 'vue'
4import { createEffect, createMemo, createSignal } from 'solid-js'

Callers

nothing calls this directly

Calls 3

noopFunction · 0.85
mountMethod · 0.80
setStateMethod · 0.80

Tested by

no test coverage detected