Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ setUpClass
Method
setUpClass
deps/v8/tools/unittests/run_perf_test.py:139–142 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
137
class
PerfTest(unittest.TestCase):
138
@classmethod
139
def
setUpClass(cls):
140
cls._cov = coverage.coverage(
141
include=([os.path.join(TOOLS_ROOT,
'run_perf.py'
)]))
142
cls._cov.start()
143
144
@classmethod
145
def
tearDownClass(cls):
Callers
nothing calls this directly
Calls
3
coverage
Method · 0.80
join
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected