MCPcopy Index your code
hub / github.com/react/react / runRemoteBenchmarks

Function runRemoteBenchmarks

scripts/bench/runner.js:104–115  ·  view source on GitHub ↗
(showResults)

Source from the content-addressed store, hash-verified

102}
103
104async function runRemoteBenchmarks(showResults) {
105 console.log(
106 chalk.white.bold('Running benchmarks for ') +
107 chalk.yellow.bold('Remote (Merge Base)')
108 );
109 const remoteMasterResults = await benchmarkRemoteMaster();
110
111 if (showResults) {
112 printResults(null, remoteMasterResults);
113 }
114 return remoteMasterResults;
115}
116
117async function compareLocalToMaster() {
118 console.log(

Callers 2

compareLocalToMasterFunction · 0.85
runner.jsFile · 0.85

Calls 2

benchmarkRemoteMasterFunction · 0.85
printResultsFunction · 0.70

Tested by

no test coverage detected