Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PrintComparison
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected