in Benchmarks/NVIDIA/CPUStream.py [0:0]
def get_config(self, path: str):
file = open(path)
data = json.load(file)
file.close()
try:
return data[self.name]
except KeyError:
raise KeyError("no value found")