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