MCPcopy 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
179def getLabNameStr(labPath):
180 return labPath.category + ":" + labPath.name
181
182def buildAndValidate(labBuildDir):
183 try:

Callers 2

benchmarkLabFunction · 0.85
runCI.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected