performance_dask_configuration

performance_dask_configuration(performance_file, rsexec, indent=2, mode='a')[source]

Get selected Dask configuration info and write to performance file

Parameters:
  • performance_file – The (JSON) file to which the environment is to be written

  • rsexec – rsexecute passed in to avoid dependency

  • indent – Number of characters indent in performance file

  • mode – Writing mode: ‘w’ or ‘a’ for write and append