MCPcopy Index your code
hub / github.com/nodejs/node / _LoadResults

Method _LoadResults

deps/v8/tools/unittests/run_perf_test.py:225–227  ·  view source on GitHub ↗
(self, file_name=None)

Source from the content-addressed store, hash-verified

223 return run_perf.Main(all_args)
224
225 def _LoadResults(self, file_name=None):
226 with open(file_name or self._test_output) as f:
227 return json.load(f)
228
229 def _VerifyResultTraces(self, traces, file_name=None):
230 sorted_expected = sorted(traces, key=SORT_KEY)

Callers 6

_VerifyResultTracesMethod · 0.95
_VerifyResultsMethod · 0.95
_VerifyErrorsMethod · 0.95
testNestedSuiteMethod · 0.95
_RunPerfMethod · 0.95

Calls 2

openFunction · 0.50
loadMethod · 0.45

Tested by

no test coverage detected