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

Method isNotablyNegative

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

Source from the content-addressed store, hash-verified

88 return self.notable_ > 0
89
90 def isNotablyNegative(self):
91 return self.notable_ < 0
92
93
94class BenchmarkResult:

Callers 1

PrintComparisonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected