MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / targetEnvPrefix

Function targetEnvPrefix

tooling/scripts/perf-runtime-repeat.mjs:231–233  ·  view source on GitHub ↗
(targetName)

Source from the content-addressed store, hash-verified

229}
230
231function targetEnvPrefix(targetName) {
232 return targetName === 'web' ? 'WEB' : 'DESKTOP'
233}
234
235function runBenchmark(targetName, runIndex, warmTempRoot) {
236 const script = targetName === 'web' ? 'perf:web-runtime' : 'perf:desktop-runtime'

Callers 1

runBenchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected