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

Method testResultsProcessorNested

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

Source from the content-addressed store, hash-verified

863 ], results['traces'])
864
865 def testResultsProcessorNested(self):
866 results = self._RunPerf('d8_mocked2.py', 'test3.json')
867 self.assertListEqual([], results['errors'])
868 self.assertListEqual([
869 {
870 'units': 'score',
871 'graphs': ['test3', 'Octane', 'Richards'],
872 'results': [1.2],
873 'stddev': '',
874 },
875 {
876 'units': 'score',
877 'graphs': ['test3', 'Octane', 'DeltaBlue'],
878 'results': [2.1],
879 'stddev': '',
880 },
881 ], results['traces'])
882
883
884if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

_RunPerfMethod · 0.95

Tested by

no test coverage detected