Skip to content

0.3.8 - 2020-05-08

Compare
Choose a tag to compare
@pvk-developer pvk-developer released this 08 May 19:08

This version adds a new functionality which allows running the benchmarking framework on a Kubernetes cluster. By doing this, the benchmarking process can be executed distributedly, which reduces the time necessary to generate a new leaderboard.

Internal improvements

  • btb_benchmark.kubernetes.run_dask_function: Run dask function inside a pod using the given config.
  • btb_benchmark.kubernetes.run_on_kubernetes: Start a Dask Cluster using dask-kubernetes and run a function.
  • Documentation updated.
  • Jupyter notebooks with examples on how to run the benchmarking process and how to run it on kubernetes.