Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isNotablyPositive
Method
isNotablyPositive
deps/v8/tools/perf-compare.py:87–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
return
self.significant_
86
87
def
isNotablyPositive(self):
88
return
self.notable_ > 0
89
90
def
isNotablyNegative(self):
91
return
self.notable_ < 0
Callers
1
PrintComparison
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected