Is it possible to benchmark an entire JupyterLab Notebook?

Deadly 提交于 2020-03-03 06:31:32

问题


I'm not sure if this is a CV question or SO, so I apologize if it falls within the CV domain.


Problem

I know it's possible to microbenchmark specific chunks of R code, but is there any benchmark-ing tool for an entire Jupyter Notebook? I could just run the entire notebook and time it manually, but I'd like more statistics and precision on the timing for which the microbenchmark package provides (I'm trying to make a case for automation of data analyses and visualizations).

The other dilemma (an overall issue with notebooks) is that my notebook is divided into many individual cells, so the option of benchmark-ing in the Jupyter environment might be inefficient (forcing me to export all code and then running a microbenchmark on it say in R Studio).


Desired Solution

An efficient way to benchmark an entire, multi-celled JupyterLab Notebook.

来源:https://stackoverflow.com/questions/60172281/is-it-possible-to-benchmark-an-entire-jupyterlab-notebook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!