MCPcopy Create free account
hub / github.com/nodejs/node / __str__

Method __str__

deps/v8/tools/run_perf.py:291–292  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

289 return confidence_level * avg_stderr < avg / 1000.0
290
291 def __str__(self): # pragma: no cover
292 return json.dumps(self.ToDict(), indent=2, separators=(',', ': '))
293
294
295def RunResultsProcessor(results_processor, output, count):

Callers

nothing calls this directly

Calls 1

ToDictMethod · 0.95

Tested by

no test coverage detected