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

Method testResultsProcessor

deps/v8/tools/unittests/run_perf_test.py:847–863  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

845 ], key=SORT_KEY), sorted(results['traces'], key=SORT_KEY))
846
847 def testResultsProcessor(self):
848 results = self._RunPerf('d8_mocked2.py', 'test2.json')
849 self.assertListEqual([], results['errors'])
850 self.assertListEqual([
851 {
852 'units': 'score',
853 'graphs': ['test2', 'Richards'],
854 'results': [1.2, 1.2],
855 'stddev': '',
856 },
857 {
858 'units': 'score',
859 'graphs': ['test2', 'DeltaBlue'],
860 'results': [2.1, 2.1],
861 'stddev': '',
862 },
863 ], results['traces'])
864
865 def testResultsProcessorNested(self):
866 results = self._RunPerf('d8_mocked2.py', 'test3.json')

Callers

nothing calls this directly

Calls 1

_RunPerfMethod · 0.95

Tested by

no test coverage detected