MCPcopy Index your code
hub / github.com/ReactTooltip/react-tooltip / unmountFixture

Function unmountFixture

benchmarks/fixture/app.tsx:155–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153}
154
155function unmountFixture() {
156 return new Promise<void>((resolve) => {
157 flushSync(() => {
158 benchmarkRoot.render(<></>)
159 })
160 resolve()
161 })
162}
163
164async function runScalingBenchmark({
165 version,

Callers 1

runScalingBenchmarkFunction · 0.85

Calls 1

renderMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…