Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dendibakh/perf-ninja
/ getLabNameStr
Function
getLabNameStr
buildbot/runCI.py:179–180 ·
view source on GitHub ↗
(labPath)
Source
from the content-addressed store, hash-verified
177
return
Labs[labPath.category][labPath.name].threshold
178
179
def
getLabNameStr(labPath):
180
return
labPath.category +
":"
+ labPath.name
181
182
def
buildAndValidate(labBuildDir):
183
try
:
Callers
2
benchmarkLab
Function · 0.85
runCI.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected