def _get_config_desc(self):
     ccd = ClientConfigDescriptor()
     ccd.root_path = self.path
     ccd.estimated_lux_performance = 2000.0
     ccd.estimated_blender_performance = 2000.0
     return ccd
Exemple #2
0
 def _get_config_desc(self):
     ccd = ClientConfigDescriptor()
     ccd.root_path = self.path
     return ccd