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

Method isSignificant

deps/v8/tools/perf-compare.py:84–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82 return self.percentage_string_;
83
84 def isSignificant(self):
85 return self.significant_
86
87 def isNotablyPositive(self):
88 return self.notable_ > 0

Callers 1

PrintComparisonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected