├── .github ├── actions │ └── memory-leak │ │ └── action.yml └── workflows │ ├── benchmark.yml │ ├── memory-leak.yml │ ├── profiler.yml │ ├── run-benchmark.yml │ ├── run-memory-leak.yml │ ├── run-profiler.yml │ ├── scheduled-benchmark.yml │ ├── scheduled-memory-leak.yml │ └── test.yml ├── .gitignore ├── .readthedocs.yml ├── LICENSE ├── README.md ├── decks ├── README.md └── root-causes │ ├── README.md │ ├── images │ ├── benchmark-virtual-notebook.png │ ├── codemirror-comparison.png │ ├── codemirrors.png │ ├── exp.png │ ├── fixes-comparison.png │ ├── lifecycle-medium-book.png │ ├── lifecycle-small-book.png │ ├── lumino-onresize.png │ └── profiling-forced-layout.png │ ├── package.json │ ├── root-causes.mdx │ ├── snippets │ ├── docker.sh │ └── virtual-notebook.ts │ └── vercel.json ├── docker ├── Dockerfile.2-2-8 ├── Dockerfile.base ├── Dockerfile.delayout ├── Dockerfile.virtual-notebook ├── Dockerfile.virtual-notebook-window ├── Makefile ├── README.md ├── add_table_render.py ├── fix-permissions ├── generated-1000cells-0.9ratio-2loc.ipynb ├── generated-100cells-datatable-200rowx50col.ipynb ├── jupyter_notebook_config.py ├── notebooks │ ├── 50000-errors.ipynb │ ├── errorOutputs - 1000*0 errors output collected.ipynb │ ├── errorOutputs - 1000*5 errors output collected.ipynb │ ├── fixedDataTable - 0 fixed datatable outputs each with 50 columns and 5000 rows.ipynb │ ├── fixedDataTable - 10 fixed datatable outputs each with 50 columns and 5000 rows-Copy1.ipynb │ ├── fixedDataTable - 5 fixed datatable outputs each with 50 columns and 5000 rows.ipynb │ ├── fixedDataTable - Many fixed datatable outputs each with 50 columns and 5000 rows.ipynb │ ├── generated-1000cells-0.9ratio-2loc.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*0 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*10 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*15 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*20 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*25 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*30 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*35 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*5 points.ipynb │ ├── longOutput - A single output with 100*0 divs.ipynb │ ├── longOutput - A single output with 100*10 divs.ipynb │ ├── longOutput - A single output with 100*15 divs.ipynb │ ├── longOutput - A single output with 100*20 divs.ipynb │ ├── longOutput - A single output with 100*25 divs.ipynb │ ├── longOutput - A single output with 100*30 divs.ipynb │ ├── longOutput - A single output with 100*35 divs.ipynb │ ├── longOutput - A single output with 100*40 divs.ipynb │ ├── longOutput - A single output with 100*45 divs.ipynb │ ├── longOutput - A single output with 100*5 divs.ipynb │ ├── manyCells - 5*0 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*10 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*15 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*20 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*25 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*30 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*35 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*40 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*45 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*5 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyOutputs - 100*0 outputs each of a div.ipynb │ ├── manyOutputs - 100*10 outputs each of a div.ipynb │ ├── manyOutputs - 100*5 outputs each of a div.ipynb │ ├── manyPlotly - 0+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 10+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 15+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 20+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 25+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 30+1 plotly ouputs each with four points.ipynb │ └── manyPlotly - 5+1 plotly ouputs each with four points.ipynb ├── start-notebook.sh ├── start-singleuser.sh └── start.sh ├── docs ├── Makefile ├── README.md ├── make.bat └── source │ ├── _static │ ├── jupyter_logo.svg │ └── logo.png │ ├── benchmarks │ ├── ci.md │ ├── images │ │ ├── benchmark_workflow.png │ │ └── example.png │ └── index.md │ ├── conf.py │ ├── fixes │ ├── images │ │ ├── content-visibility │ │ │ └── content-visiblity-no-shadow-dom.png │ │ ├── div-block │ │ │ └── div-block.png │ │ ├── profiles │ │ │ └── 89731086-9d4e3100-da44-11ea-9e2b-292f8a14920c.png │ │ └── shadow-dom │ │ │ ├── 91180448-5a7b9280-e6ad-11ea-8e33-5ffa780126cf.png │ │ │ └── f7b7ee7d271bd1233a5b95c9fd9dfb2d9509bbe6.png │ ├── implementations.ipynb │ └── strategies.md │ ├── index.md │ ├── issues │ ├── reports.md │ └── types.md │ ├── measures │ ├── exp │ │ ├── codemirror-contain-none.png │ │ └── codemirror-contain-strict.png │ ├── experiments.ipynb │ ├── images │ │ ├── anatomy-of-a-frame.svg │ │ ├── codemirrors.png │ │ ├── jupyter-jaeger.png │ │ ├── lighthouse.png │ │ └── profiles │ │ │ ├── 89726263-e12b4100-da18-11ea-95cf-d7eb0821c10b.png │ │ │ ├── 89726287-218abf00-da19-11ea-8e5b-41a8f19db3d9.png │ │ │ ├── 89726303-42531480-da19-11ea-9201-a477e8a33ee0.png │ │ │ ├── 89726327-96f68f80-da19-11ea-90f4-1c6d8b1a3bb7.png │ │ │ ├── 89726806-03c05880-da1f-11ea-82fb-f267f4e6e9e4.png │ │ │ ├── 89726966-f015f180-da20-11ea-970f-c89c7cdfe469.png │ │ │ ├── 89726994-3ec38b80-da21-11ea-960b-4891cddbcff6.png │ │ │ ├── 89727132-6404c980-da22-11ea-9566-a803f7c8b571.png │ │ │ └── 89727264-3a986d80-da23-11ea-9ac7-bd0aa5f68484.png │ ├── jaeger.md │ ├── lifecycle.ipynb │ ├── lighthouse.rst │ ├── profiling.md │ └── telemetry.md │ └── memory-leak │ ├── ci.md │ └── index.md ├── examples ├── README.md ├── from-benchmarks │ ├── errorOutputs - 1000*0 errors output collected.ipynb │ ├── errorOutputs - 1000*5 errors output collected.ipynb │ ├── fixedDataTable - 0 fixed datatable outputs each with 50 columns and 5000 rows.ipynb │ ├── fixedDataTable - 10 fixed datatable outputs each with 50 columns and 5000 rows-Copy1.ipynb │ ├── fixedDataTable - 5 fixed datatable outputs each with 50 columns and 5000 rows.ipynb │ ├── fixedDataTable - Many fixed datatable outputs each with 50 columns and 5000 rows.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*0 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*10 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*15 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*20 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*25 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*30 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*35 points.ipynb │ ├── largePlotly - 4 plotly outputs each with 1000*5 points.ipynb │ ├── longOutput - A single output with 100*0 divs.ipynb │ ├── longOutput - A single output with 100*10 divs.ipynb │ ├── longOutput - A single output with 100*15 divs.ipynb │ ├── longOutput - A single output with 100*20 divs.ipynb │ ├── longOutput - A single output with 100*25 divs.ipynb │ ├── longOutput - A single output with 100*30 divs.ipynb │ ├── longOutput - A single output with 100*35 divs.ipynb │ ├── longOutput - A single output with 100*40 divs.ipynb │ ├── longOutput - A single output with 100*45 divs.ipynb │ ├── longOutput - A single output with 100*5 divs.ipynb │ ├── manyCells - 5*0 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*10 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*15 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*20 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*25 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*30 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*35 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*40 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*45 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyCells - 5*5 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb │ ├── manyOutputs - 100*0 outputs each of a div.ipynb │ ├── manyOutputs - 100*10 outputs each of a div.ipynb │ ├── manyOutputs - 100*5 outputs each of a div.ipynb │ ├── manyPlotly - 0+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 10+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 15+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 20+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 25+1 plotly ouputs each with four points.ipynb │ ├── manyPlotly - 30+1 plotly ouputs each with four points.ipynb │ └── manyPlotly - 5+1 plotly ouputs each with four points.ipynb ├── from-script │ ├── 50000-errors.ipynb │ └── generated-1000cells-0.9ratio-2loc.ipynb └── manual │ ├── all-html-elements-100-each.ipynb │ ├── div-span-svg-5k-each.ipynb │ └── empty.ipynb ├── experiments ├── README.md ├── codemirror-contain │ ├── README.md │ ├── package.json │ ├── public │ │ └── index.html │ ├── src │ │ └── index.tsx │ ├── style │ │ └── index.css │ └── webpack.config.js ├── codemirror-next │ ├── README.md │ ├── index.html │ ├── package.json │ ├── public │ │ └── index.html │ ├── src │ │ └── index.tsx │ ├── style │ │ └── index.css │ └── webpack.config.js ├── codemirror-operation-contain │ ├── README.md │ ├── package.json │ ├── public │ │ └── index.html │ ├── src │ │ └── index.tsx │ ├── style │ │ └── index.css │ └── webpack.config.js ├── codemirror-operation │ ├── README.md │ ├── package.json │ ├── public │ │ └── index.html │ ├── src │ │ └── index.tsx │ ├── style │ │ └── index.css │ └── webpack.config.js ├── codemirror │ ├── README.md │ ├── package.json │ ├── public │ │ └── index.html │ ├── src │ │ └── index.tsx │ ├── style │ │ └── index.css │ └── webpack.config.js ├── jlab-cell-boxpanel │ ├── README.md │ ├── notebooks │ │ └── example.ipynb │ ├── package.json │ ├── public │ │ └── index.html │ ├── server.js │ ├── src │ │ └── index.ts │ ├── style │ │ └── index.css │ ├── tsconfig.json │ └── webpack.config.js ├── jlab-cell-contain │ ├── README.md │ ├── notebooks │ │ └── example.ipynb │ ├── package.json │ ├── public │ │ └── index.html │ ├── server.js │ ├── src │ │ └── index.ts │ ├── style │ │ └── index.css │ ├── tsconfig.json │ └── webpack.config.js ├── jlab-cell-py │ ├── README.md │ ├── index.html │ ├── main.py │ ├── package.json │ ├── src │ │ └── index.ts │ ├── style │ │ └── index.css │ ├── tsconfig.json │ └── webpack.config.js ├── jlab-cell │ ├── README.md │ ├── notebooks │ │ └── example.ipynb │ ├── package.json │ ├── public │ │ └── index.html │ ├── server.js │ ├── src │ │ └── index.ts │ ├── style │ │ └── index.css │ ├── tsconfig.json │ └── webpack.config.js ├── lumino-div-boxpanel │ ├── README.md │ ├── gulpfile.js │ ├── package.json │ ├── public │ │ └── index.html │ ├── server.js │ ├── src │ │ └── index.ts │ ├── style │ │ ├── content.css │ │ └── index.css │ ├── tsconfig.json │ └── webpack.config.js ├── monaco │ ├── README.md │ ├── package.json │ ├── public │ │ └── index.html │ ├── src │ │ └── index.tsx │ ├── style │ │ └── index.css │ └── webpack.config.js ├── prosemirror │ ├── README.md │ ├── package.json │ ├── public │ │ └── index.html │ ├── src │ │ └── index.tsx │ ├── style │ │ └── index.css │ └── webpack.config.js └── remirror │ ├── README.md │ ├── package.json │ ├── public │ └── index.html │ ├── src │ └── index.tsx │ ├── style │ └── index.css │ └── webpack.config.js ├── extensions ├── README.md └── fixed-data-table │ ├── .eslintignore │ ├── .eslintrc.js │ ├── .gitignore │ ├── .prettierignore │ ├── .prettierrc │ ├── Example.ipynb │ ├── LICENSE │ ├── MANIFEST.in │ ├── README.md │ ├── install.json │ ├── jupyterlab_benchmarks_table_render │ ├── __init__.py │ └── _version.py │ ├── package.json │ ├── pyproject.toml │ ├── setup.py │ ├── src │ └── index.tsx │ ├── style │ ├── base.css │ ├── index.css │ └── index.js │ └── tsconfig.json ├── lerna.json ├── memory-leaks ├── .mocharc.json ├── jupyter_lab_config.py ├── package.json └── tests │ ├── cell-motion.mjs │ ├── cell.mjs │ ├── cell.test.mjs │ ├── file-editor.mjs │ ├── file-editor.test.mjs │ ├── notebook.mjs │ ├── notebook.test.mjs │ ├── setup.mjs │ └── utils.mjs ├── package.json ├── setup.py ├── tests ├── fixtures │ └── ui-profiler.ts ├── generators │ ├── codeNotebook.ts │ ├── errorOutputs.ts │ ├── fixedDataTable.ts │ ├── largeMetadata.ts │ ├── largePlotly.ts │ ├── longOutput.ts │ ├── manyCells.ts │ ├── manyOutputs.ts │ ├── manyPlotly.ts │ ├── mdNotebook.ts │ ├── notebookType.ts │ └── utils │ │ └── waitForPlotly.ts ├── jupyter_lab_config.py ├── jupyter_retro_config.py ├── jupyterlab-1-2 │ └── notebook.spec.ts ├── jupyterlab │ ├── notebook.spec.ts │ └── ui-profiler.specs.ts ├── package.json ├── playwright.config.ts ├── retrolab │ └── notebook.spec.ts ├── tests-out │ ├── jupyterlab │ │ └── notebook.spec.js-snapshots │ │ │ ├── codeNotebook-jupyterlab-linux.png │ │ │ ├── errorOutputs-jupyterlab-linux.png │ │ │ ├── largeMetadata-jupyterlab-linux.png │ │ │ ├── largePlotly-jupyterlab-linux.png │ │ │ ├── longOutput-jupyterlab-linux.png │ │ │ ├── manyOutputs-jupyterlab-linux.png │ │ │ ├── manyPlotly-jupyterlab-linux.png │ │ │ └── mdNotebook-jupyterlab-linux.png │ └── retrolab │ │ └── notebook.spec.js-snapshots │ │ ├── codeNotebook-retrolab-linux.png │ │ ├── errorOutputs-retrolab-linux.png │ │ ├── largePlotly-retrolab-linux.png │ │ ├── longOutput-retrolab-linux.png │ │ ├── manyOutputs-retrolab-linux.png │ │ ├── manyPlotly-retrolab-linux.png │ │ └── mdNotebook-retrolab-linux.png └── tsconfig.json └── yarn.lock /.github/actions/memory-leak/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/actions/memory-leak/action.yml -------------------------------------------------------------------------------- /.github/workflows/benchmark.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/workflows/benchmark.yml -------------------------------------------------------------------------------- /.github/workflows/memory-leak.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/workflows/memory-leak.yml -------------------------------------------------------------------------------- /.github/workflows/profiler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/workflows/profiler.yml -------------------------------------------------------------------------------- /.github/workflows/run-benchmark.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/workflows/run-benchmark.yml -------------------------------------------------------------------------------- /.github/workflows/run-memory-leak.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/workflows/run-memory-leak.yml -------------------------------------------------------------------------------- /.github/workflows/run-profiler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/workflows/run-profiler.yml -------------------------------------------------------------------------------- /.github/workflows/scheduled-benchmark.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/workflows/scheduled-benchmark.yml -------------------------------------------------------------------------------- /.github/workflows/scheduled-memory-leak.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/workflows/scheduled-memory-leak.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/.readthedocs.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/README.md -------------------------------------------------------------------------------- /decks/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /decks/root-causes/README.md: -------------------------------------------------------------------------------- 1 | ## JupyterLab Benchmarks Root Causes 2 | 3 | ```bash 4 | yarn start 5 | ``` 6 | -------------------------------------------------------------------------------- /decks/root-causes/images/benchmark-virtual-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/images/benchmark-virtual-notebook.png -------------------------------------------------------------------------------- /decks/root-causes/images/codemirror-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/images/codemirror-comparison.png -------------------------------------------------------------------------------- /decks/root-causes/images/codemirrors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/images/codemirrors.png -------------------------------------------------------------------------------- /decks/root-causes/images/exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/images/exp.png -------------------------------------------------------------------------------- /decks/root-causes/images/fixes-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/images/fixes-comparison.png -------------------------------------------------------------------------------- /decks/root-causes/images/lifecycle-medium-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/images/lifecycle-medium-book.png -------------------------------------------------------------------------------- /decks/root-causes/images/lifecycle-small-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/images/lifecycle-small-book.png -------------------------------------------------------------------------------- /decks/root-causes/images/lumino-onresize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/images/lumino-onresize.png -------------------------------------------------------------------------------- /decks/root-causes/images/profiling-forced-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/images/profiling-forced-layout.png -------------------------------------------------------------------------------- /decks/root-causes/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/package.json -------------------------------------------------------------------------------- /decks/root-causes/root-causes.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/root-causes.mdx -------------------------------------------------------------------------------- /decks/root-causes/snippets/docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/snippets/docker.sh -------------------------------------------------------------------------------- /decks/root-causes/snippets/virtual-notebook.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/snippets/virtual-notebook.ts -------------------------------------------------------------------------------- /decks/root-causes/vercel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/decks/root-causes/vercel.json -------------------------------------------------------------------------------- /docker/Dockerfile.2-2-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/Dockerfile.2-2-8 -------------------------------------------------------------------------------- /docker/Dockerfile.base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/Dockerfile.base -------------------------------------------------------------------------------- /docker/Dockerfile.delayout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/Dockerfile.delayout -------------------------------------------------------------------------------- /docker/Dockerfile.virtual-notebook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/Dockerfile.virtual-notebook -------------------------------------------------------------------------------- /docker/Dockerfile.virtual-notebook-window: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/Dockerfile.virtual-notebook-window -------------------------------------------------------------------------------- /docker/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/Makefile -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/README.md -------------------------------------------------------------------------------- /docker/add_table_render.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/add_table_render.py -------------------------------------------------------------------------------- /docker/fix-permissions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/fix-permissions -------------------------------------------------------------------------------- /docker/generated-1000cells-0.9ratio-2loc.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/generated-1000cells-0.9ratio-2loc.ipynb -------------------------------------------------------------------------------- /docker/generated-100cells-datatable-200rowx50col.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/generated-100cells-datatable-200rowx50col.ipynb -------------------------------------------------------------------------------- /docker/jupyter_notebook_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/jupyter_notebook_config.py -------------------------------------------------------------------------------- /docker/notebooks/50000-errors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/50000-errors.ipynb -------------------------------------------------------------------------------- /docker/notebooks/errorOutputs - 1000*0 errors output collected.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/errorOutputs - 1000*0 errors output collected.ipynb -------------------------------------------------------------------------------- /docker/notebooks/errorOutputs - 1000*5 errors output collected.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/errorOutputs - 1000*5 errors output collected.ipynb -------------------------------------------------------------------------------- /docker/notebooks/fixedDataTable - 0 fixed datatable outputs each with 50 columns and 5000 rows.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/fixedDataTable - 0 fixed datatable outputs each with 50 columns and 5000 rows.ipynb -------------------------------------------------------------------------------- /docker/notebooks/fixedDataTable - 10 fixed datatable outputs each with 50 columns and 5000 rows-Copy1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/fixedDataTable - 10 fixed datatable outputs each with 50 columns and 5000 rows-Copy1.ipynb -------------------------------------------------------------------------------- /docker/notebooks/fixedDataTable - 5 fixed datatable outputs each with 50 columns and 5000 rows.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/fixedDataTable - 5 fixed datatable outputs each with 50 columns and 5000 rows.ipynb -------------------------------------------------------------------------------- /docker/notebooks/fixedDataTable - Many fixed datatable outputs each with 50 columns and 5000 rows.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/fixedDataTable - Many fixed datatable outputs each with 50 columns and 5000 rows.ipynb -------------------------------------------------------------------------------- /docker/notebooks/generated-1000cells-0.9ratio-2loc.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/generated-1000cells-0.9ratio-2loc.ipynb -------------------------------------------------------------------------------- /docker/notebooks/largePlotly - 4 plotly outputs each with 1000*0 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/largePlotly - 4 plotly outputs each with 1000*0 points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/largePlotly - 4 plotly outputs each with 1000*10 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/largePlotly - 4 plotly outputs each with 1000*10 points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/largePlotly - 4 plotly outputs each with 1000*15 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/largePlotly - 4 plotly outputs each with 1000*15 points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/largePlotly - 4 plotly outputs each with 1000*20 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/largePlotly - 4 plotly outputs each with 1000*20 points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/largePlotly - 4 plotly outputs each with 1000*25 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/largePlotly - 4 plotly outputs each with 1000*25 points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/largePlotly - 4 plotly outputs each with 1000*30 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/largePlotly - 4 plotly outputs each with 1000*30 points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/largePlotly - 4 plotly outputs each with 1000*35 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/largePlotly - 4 plotly outputs each with 1000*35 points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/largePlotly - 4 plotly outputs each with 1000*5 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/largePlotly - 4 plotly outputs each with 1000*5 points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*0 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*0 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*10 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*10 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*15 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*15 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*20 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*20 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*25 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*25 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*30 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*30 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*35 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*35 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*40 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*40 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*45 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*45 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/longOutput - A single output with 100*5 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/longOutput - A single output with 100*5 divs.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*0 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*0 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*10 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*10 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*15 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*15 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*20 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*20 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*25 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*25 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*30 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*30 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*35 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*35 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*40 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*40 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*45 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*45 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyCells - 5*5 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyCells - 5*5 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyOutputs - 100*0 outputs each of a div.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyOutputs - 100*0 outputs each of a div.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyOutputs - 100*10 outputs each of a div.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyOutputs - 100*10 outputs each of a div.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyOutputs - 100*5 outputs each of a div.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyOutputs - 100*5 outputs each of a div.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyPlotly - 0+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyPlotly - 0+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyPlotly - 10+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyPlotly - 10+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyPlotly - 15+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyPlotly - 15+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyPlotly - 20+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyPlotly - 20+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyPlotly - 25+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyPlotly - 25+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyPlotly - 30+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyPlotly - 30+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /docker/notebooks/manyPlotly - 5+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/notebooks/manyPlotly - 5+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /docker/start-notebook.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/start-notebook.sh -------------------------------------------------------------------------------- /docker/start-singleuser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/start-singleuser.sh -------------------------------------------------------------------------------- /docker/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docker/start.sh -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/source/_static/jupyter_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/_static/jupyter_logo.svg -------------------------------------------------------------------------------- /docs/source/_static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/_static/logo.png -------------------------------------------------------------------------------- /docs/source/benchmarks/ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/benchmarks/ci.md -------------------------------------------------------------------------------- /docs/source/benchmarks/images/benchmark_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/benchmarks/images/benchmark_workflow.png -------------------------------------------------------------------------------- /docs/source/benchmarks/images/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/benchmarks/images/example.png -------------------------------------------------------------------------------- /docs/source/benchmarks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/benchmarks/index.md -------------------------------------------------------------------------------- /docs/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/conf.py -------------------------------------------------------------------------------- /docs/source/fixes/images/content-visibility/content-visiblity-no-shadow-dom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/fixes/images/content-visibility/content-visiblity-no-shadow-dom.png -------------------------------------------------------------------------------- /docs/source/fixes/images/div-block/div-block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/fixes/images/div-block/div-block.png -------------------------------------------------------------------------------- /docs/source/fixes/images/profiles/89731086-9d4e3100-da44-11ea-9e2b-292f8a14920c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/fixes/images/profiles/89731086-9d4e3100-da44-11ea-9e2b-292f8a14920c.png -------------------------------------------------------------------------------- /docs/source/fixes/images/shadow-dom/91180448-5a7b9280-e6ad-11ea-8e33-5ffa780126cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/fixes/images/shadow-dom/91180448-5a7b9280-e6ad-11ea-8e33-5ffa780126cf.png -------------------------------------------------------------------------------- /docs/source/fixes/images/shadow-dom/f7b7ee7d271bd1233a5b95c9fd9dfb2d9509bbe6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/fixes/images/shadow-dom/f7b7ee7d271bd1233a5b95c9fd9dfb2d9509bbe6.png -------------------------------------------------------------------------------- /docs/source/fixes/implementations.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/fixes/implementations.ipynb -------------------------------------------------------------------------------- /docs/source/fixes/strategies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/fixes/strategies.md -------------------------------------------------------------------------------- /docs/source/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/index.md -------------------------------------------------------------------------------- /docs/source/issues/reports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/issues/reports.md -------------------------------------------------------------------------------- /docs/source/issues/types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/issues/types.md -------------------------------------------------------------------------------- /docs/source/measures/exp/codemirror-contain-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/exp/codemirror-contain-none.png -------------------------------------------------------------------------------- /docs/source/measures/exp/codemirror-contain-strict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/exp/codemirror-contain-strict.png -------------------------------------------------------------------------------- /docs/source/measures/experiments.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/experiments.ipynb -------------------------------------------------------------------------------- /docs/source/measures/images/anatomy-of-a-frame.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/anatomy-of-a-frame.svg -------------------------------------------------------------------------------- /docs/source/measures/images/codemirrors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/codemirrors.png -------------------------------------------------------------------------------- /docs/source/measures/images/jupyter-jaeger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/jupyter-jaeger.png -------------------------------------------------------------------------------- /docs/source/measures/images/lighthouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/lighthouse.png -------------------------------------------------------------------------------- /docs/source/measures/images/profiles/89726263-e12b4100-da18-11ea-95cf-d7eb0821c10b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/profiles/89726263-e12b4100-da18-11ea-95cf-d7eb0821c10b.png -------------------------------------------------------------------------------- /docs/source/measures/images/profiles/89726287-218abf00-da19-11ea-8e5b-41a8f19db3d9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/profiles/89726287-218abf00-da19-11ea-8e5b-41a8f19db3d9.png -------------------------------------------------------------------------------- /docs/source/measures/images/profiles/89726303-42531480-da19-11ea-9201-a477e8a33ee0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/profiles/89726303-42531480-da19-11ea-9201-a477e8a33ee0.png -------------------------------------------------------------------------------- /docs/source/measures/images/profiles/89726327-96f68f80-da19-11ea-90f4-1c6d8b1a3bb7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/profiles/89726327-96f68f80-da19-11ea-90f4-1c6d8b1a3bb7.png -------------------------------------------------------------------------------- /docs/source/measures/images/profiles/89726806-03c05880-da1f-11ea-82fb-f267f4e6e9e4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/profiles/89726806-03c05880-da1f-11ea-82fb-f267f4e6e9e4.png -------------------------------------------------------------------------------- /docs/source/measures/images/profiles/89726966-f015f180-da20-11ea-970f-c89c7cdfe469.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/profiles/89726966-f015f180-da20-11ea-970f-c89c7cdfe469.png -------------------------------------------------------------------------------- /docs/source/measures/images/profiles/89726994-3ec38b80-da21-11ea-960b-4891cddbcff6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/profiles/89726994-3ec38b80-da21-11ea-960b-4891cddbcff6.png -------------------------------------------------------------------------------- /docs/source/measures/images/profiles/89727132-6404c980-da22-11ea-9566-a803f7c8b571.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/profiles/89727132-6404c980-da22-11ea-9566-a803f7c8b571.png -------------------------------------------------------------------------------- /docs/source/measures/images/profiles/89727264-3a986d80-da23-11ea-9ac7-bd0aa5f68484.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/images/profiles/89727264-3a986d80-da23-11ea-9ac7-bd0aa5f68484.png -------------------------------------------------------------------------------- /docs/source/measures/jaeger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/jaeger.md -------------------------------------------------------------------------------- /docs/source/measures/lifecycle.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/lifecycle.ipynb -------------------------------------------------------------------------------- /docs/source/measures/lighthouse.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/lighthouse.rst -------------------------------------------------------------------------------- /docs/source/measures/profiling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/profiling.md -------------------------------------------------------------------------------- /docs/source/measures/telemetry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/measures/telemetry.md -------------------------------------------------------------------------------- /docs/source/memory-leak/ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/memory-leak/ci.md -------------------------------------------------------------------------------- /docs/source/memory-leak/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/docs/source/memory-leak/index.md -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/README.md -------------------------------------------------------------------------------- /examples/from-benchmarks/errorOutputs - 1000*0 errors output collected.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/errorOutputs - 1000*0 errors output collected.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/errorOutputs - 1000*5 errors output collected.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/errorOutputs - 1000*5 errors output collected.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/fixedDataTable - 0 fixed datatable outputs each with 50 columns and 5000 rows.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/fixedDataTable - 0 fixed datatable outputs each with 50 columns and 5000 rows.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/fixedDataTable - 10 fixed datatable outputs each with 50 columns and 5000 rows-Copy1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/fixedDataTable - 10 fixed datatable outputs each with 50 columns and 5000 rows-Copy1.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/fixedDataTable - 5 fixed datatable outputs each with 50 columns and 5000 rows.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/fixedDataTable - 5 fixed datatable outputs each with 50 columns and 5000 rows.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/fixedDataTable - Many fixed datatable outputs each with 50 columns and 5000 rows.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/fixedDataTable - Many fixed datatable outputs each with 50 columns and 5000 rows.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*0 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*0 points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*10 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*10 points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*15 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*15 points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*20 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*20 points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*25 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*25 points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*30 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*30 points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*35 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*35 points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*5 points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/largePlotly - 4 plotly outputs each with 1000*5 points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*0 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*0 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*10 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*10 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*15 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*15 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*20 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*20 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*25 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*25 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*30 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*30 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*35 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*35 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*40 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*40 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*45 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*45 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/longOutput - A single output with 100*5 divs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/longOutput - A single output with 100*5 divs.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*0 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*0 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*10 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*10 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*15 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*15 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*20 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*20 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*25 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*25 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*30 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*30 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*35 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*35 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*40 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*40 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*45 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*45 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyCells - 5*5 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyCells - 5*5 cells with 2 lines of code and 2 outputs per cell (10% of markdown).ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyOutputs - 100*0 outputs each of a div.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyOutputs - 100*0 outputs each of a div.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyOutputs - 100*10 outputs each of a div.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyOutputs - 100*10 outputs each of a div.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyOutputs - 100*5 outputs each of a div.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyOutputs - 100*5 outputs each of a div.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyPlotly - 0+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyPlotly - 0+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyPlotly - 10+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyPlotly - 10+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyPlotly - 15+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyPlotly - 15+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyPlotly - 20+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyPlotly - 20+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyPlotly - 25+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyPlotly - 25+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyPlotly - 30+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyPlotly - 30+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /examples/from-benchmarks/manyPlotly - 5+1 plotly ouputs each with four points.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-benchmarks/manyPlotly - 5+1 plotly ouputs each with four points.ipynb -------------------------------------------------------------------------------- /examples/from-script/50000-errors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-script/50000-errors.ipynb -------------------------------------------------------------------------------- /examples/from-script/generated-1000cells-0.9ratio-2loc.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/from-script/generated-1000cells-0.9ratio-2loc.ipynb -------------------------------------------------------------------------------- /examples/manual/all-html-elements-100-each.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/manual/all-html-elements-100-each.ipynb -------------------------------------------------------------------------------- /examples/manual/div-span-svg-5k-each.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/manual/div-span-svg-5k-each.ipynb -------------------------------------------------------------------------------- /examples/manual/empty.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/examples/manual/empty.ipynb -------------------------------------------------------------------------------- /experiments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/README.md -------------------------------------------------------------------------------- /experiments/codemirror-contain/README.md: -------------------------------------------------------------------------------- 1 | # JupyterLab Benchmarks 2 | 3 | A page with many CodeMirror editors. 4 | -------------------------------------------------------------------------------- /experiments/codemirror-contain/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-contain/package.json -------------------------------------------------------------------------------- /experiments/codemirror-contain/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-contain/public/index.html -------------------------------------------------------------------------------- /experiments/codemirror-contain/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-contain/src/index.tsx -------------------------------------------------------------------------------- /experiments/codemirror-contain/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-contain/style/index.css -------------------------------------------------------------------------------- /experiments/codemirror-contain/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-contain/webpack.config.js -------------------------------------------------------------------------------- /experiments/codemirror-next/README.md: -------------------------------------------------------------------------------- 1 | # JupyterLab Benchmarks 2 | 3 | A page with many CodeMirror editors. 4 | -------------------------------------------------------------------------------- /experiments/codemirror-next/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /experiments/codemirror-next/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-next/package.json -------------------------------------------------------------------------------- /experiments/codemirror-next/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-next/public/index.html -------------------------------------------------------------------------------- /experiments/codemirror-next/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-next/src/index.tsx -------------------------------------------------------------------------------- /experiments/codemirror-next/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-next/style/index.css -------------------------------------------------------------------------------- /experiments/codemirror-next/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-next/webpack.config.js -------------------------------------------------------------------------------- /experiments/codemirror-operation-contain/README.md: -------------------------------------------------------------------------------- 1 | # JupyterLab Benchmarks 2 | 3 | A page with many CodeMirror editors. 4 | -------------------------------------------------------------------------------- /experiments/codemirror-operation-contain/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation-contain/package.json -------------------------------------------------------------------------------- /experiments/codemirror-operation-contain/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation-contain/public/index.html -------------------------------------------------------------------------------- /experiments/codemirror-operation-contain/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation-contain/src/index.tsx -------------------------------------------------------------------------------- /experiments/codemirror-operation-contain/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation-contain/style/index.css -------------------------------------------------------------------------------- /experiments/codemirror-operation-contain/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation-contain/webpack.config.js -------------------------------------------------------------------------------- /experiments/codemirror-operation/README.md: -------------------------------------------------------------------------------- 1 | # JupyterLab Benchmarks 2 | 3 | A page with many CodeMirror editors. 4 | -------------------------------------------------------------------------------- /experiments/codemirror-operation/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation/package.json -------------------------------------------------------------------------------- /experiments/codemirror-operation/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation/public/index.html -------------------------------------------------------------------------------- /experiments/codemirror-operation/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation/src/index.tsx -------------------------------------------------------------------------------- /experiments/codemirror-operation/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation/style/index.css -------------------------------------------------------------------------------- /experiments/codemirror-operation/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror-operation/webpack.config.js -------------------------------------------------------------------------------- /experiments/codemirror/README.md: -------------------------------------------------------------------------------- 1 | # JupyterLab Benchmarks 2 | 3 | A page with many CodeMirror editors. 4 | -------------------------------------------------------------------------------- /experiments/codemirror/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror/package.json -------------------------------------------------------------------------------- /experiments/codemirror/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror/public/index.html -------------------------------------------------------------------------------- /experiments/codemirror/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror/src/index.tsx -------------------------------------------------------------------------------- /experiments/codemirror/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror/style/index.css -------------------------------------------------------------------------------- /experiments/codemirror/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/codemirror/webpack.config.js -------------------------------------------------------------------------------- /experiments/jlab-cell-boxpanel/README.md: -------------------------------------------------------------------------------- 1 | # Jupyterlab Benchmarks 2 | -------------------------------------------------------------------------------- /experiments/jlab-cell-boxpanel/notebooks/example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-boxpanel/notebooks/example.ipynb -------------------------------------------------------------------------------- /experiments/jlab-cell-boxpanel/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-boxpanel/package.json -------------------------------------------------------------------------------- /experiments/jlab-cell-boxpanel/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-boxpanel/public/index.html -------------------------------------------------------------------------------- /experiments/jlab-cell-boxpanel/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-boxpanel/server.js -------------------------------------------------------------------------------- /experiments/jlab-cell-boxpanel/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-boxpanel/src/index.ts -------------------------------------------------------------------------------- /experiments/jlab-cell-boxpanel/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-boxpanel/style/index.css -------------------------------------------------------------------------------- /experiments/jlab-cell-boxpanel/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-boxpanel/tsconfig.json -------------------------------------------------------------------------------- /experiments/jlab-cell-boxpanel/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-boxpanel/webpack.config.js -------------------------------------------------------------------------------- /experiments/jlab-cell-contain/README.md: -------------------------------------------------------------------------------- 1 | # Jupyterlab Benchmarks 2 | -------------------------------------------------------------------------------- /experiments/jlab-cell-contain/notebooks/example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-contain/notebooks/example.ipynb -------------------------------------------------------------------------------- /experiments/jlab-cell-contain/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-contain/package.json -------------------------------------------------------------------------------- /experiments/jlab-cell-contain/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-contain/public/index.html -------------------------------------------------------------------------------- /experiments/jlab-cell-contain/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-contain/server.js -------------------------------------------------------------------------------- /experiments/jlab-cell-contain/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-contain/src/index.ts -------------------------------------------------------------------------------- /experiments/jlab-cell-contain/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-contain/style/index.css -------------------------------------------------------------------------------- /experiments/jlab-cell-contain/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-contain/tsconfig.json -------------------------------------------------------------------------------- /experiments/jlab-cell-contain/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-contain/webpack.config.js -------------------------------------------------------------------------------- /experiments/jlab-cell-py/README.md: -------------------------------------------------------------------------------- 1 | # Jupyterlab Benchmarks 2 | -------------------------------------------------------------------------------- /experiments/jlab-cell-py/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-py/index.html -------------------------------------------------------------------------------- /experiments/jlab-cell-py/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-py/main.py -------------------------------------------------------------------------------- /experiments/jlab-cell-py/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-py/package.json -------------------------------------------------------------------------------- /experiments/jlab-cell-py/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-py/src/index.ts -------------------------------------------------------------------------------- /experiments/jlab-cell-py/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-py/style/index.css -------------------------------------------------------------------------------- /experiments/jlab-cell-py/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-py/tsconfig.json -------------------------------------------------------------------------------- /experiments/jlab-cell-py/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell-py/webpack.config.js -------------------------------------------------------------------------------- /experiments/jlab-cell/README.md: -------------------------------------------------------------------------------- 1 | # Jupyterlab Benchmarks 2 | -------------------------------------------------------------------------------- /experiments/jlab-cell/notebooks/example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell/notebooks/example.ipynb -------------------------------------------------------------------------------- /experiments/jlab-cell/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell/package.json -------------------------------------------------------------------------------- /experiments/jlab-cell/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell/public/index.html -------------------------------------------------------------------------------- /experiments/jlab-cell/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell/server.js -------------------------------------------------------------------------------- /experiments/jlab-cell/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell/src/index.ts -------------------------------------------------------------------------------- /experiments/jlab-cell/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell/style/index.css -------------------------------------------------------------------------------- /experiments/jlab-cell/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell/tsconfig.json -------------------------------------------------------------------------------- /experiments/jlab-cell/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/jlab-cell/webpack.config.js -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/README.md: -------------------------------------------------------------------------------- 1 | # Jupyterlab Benchmarks 2 | -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/lumino-div-boxpanel/gulpfile.js -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/lumino-div-boxpanel/package.json -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/lumino-div-boxpanel/public/index.html -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/lumino-div-boxpanel/server.js -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/lumino-div-boxpanel/src/index.ts -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/style/content.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/lumino-div-boxpanel/style/content.css -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/lumino-div-boxpanel/style/index.css -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/lumino-div-boxpanel/tsconfig.json -------------------------------------------------------------------------------- /experiments/lumino-div-boxpanel/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/lumino-div-boxpanel/webpack.config.js -------------------------------------------------------------------------------- /experiments/monaco/README.md: -------------------------------------------------------------------------------- 1 | # JupyterLab Benchmarks 2 | 3 | A page with many Monaco editors. 4 | -------------------------------------------------------------------------------- /experiments/monaco/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/monaco/package.json -------------------------------------------------------------------------------- /experiments/monaco/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/monaco/public/index.html -------------------------------------------------------------------------------- /experiments/monaco/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/monaco/src/index.tsx -------------------------------------------------------------------------------- /experiments/monaco/style/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/monaco/style/index.css -------------------------------------------------------------------------------- /experiments/monaco/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/monaco/webpack.config.js -------------------------------------------------------------------------------- /experiments/prosemirror/README.md: -------------------------------------------------------------------------------- 1 | # JupyterLab Benchmarks 2 | 3 | A page with many ProseMirror editors. 4 | -------------------------------------------------------------------------------- /experiments/prosemirror/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/prosemirror/package.json -------------------------------------------------------------------------------- /experiments/prosemirror/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/prosemirror/public/index.html -------------------------------------------------------------------------------- /experiments/prosemirror/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/prosemirror/src/index.tsx -------------------------------------------------------------------------------- /experiments/prosemirror/style/index.css: -------------------------------------------------------------------------------- 1 | .ProseMirror { 2 | height: 50px; 3 | } 4 | -------------------------------------------------------------------------------- /experiments/prosemirror/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/prosemirror/webpack.config.js -------------------------------------------------------------------------------- /experiments/remirror/README.md: -------------------------------------------------------------------------------- 1 | # JupyterLab Benchmarks 2 | 3 | A page with many ReMirror editors. 4 | -------------------------------------------------------------------------------- /experiments/remirror/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/remirror/package.json -------------------------------------------------------------------------------- /experiments/remirror/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/remirror/public/index.html -------------------------------------------------------------------------------- /experiments/remirror/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/remirror/src/index.tsx -------------------------------------------------------------------------------- /experiments/remirror/style/index.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /experiments/remirror/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/experiments/remirror/webpack.config.js -------------------------------------------------------------------------------- /extensions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/README.md -------------------------------------------------------------------------------- /extensions/fixed-data-table/.eslintignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | dist 3 | coverage 4 | **/*.d.ts 5 | tests 6 | -------------------------------------------------------------------------------- /extensions/fixed-data-table/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/.eslintrc.js -------------------------------------------------------------------------------- /extensions/fixed-data-table/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/.gitignore -------------------------------------------------------------------------------- /extensions/fixed-data-table/.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/.prettierignore -------------------------------------------------------------------------------- /extensions/fixed-data-table/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/.prettierrc -------------------------------------------------------------------------------- /extensions/fixed-data-table/Example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/Example.ipynb -------------------------------------------------------------------------------- /extensions/fixed-data-table/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/LICENSE -------------------------------------------------------------------------------- /extensions/fixed-data-table/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/MANIFEST.in -------------------------------------------------------------------------------- /extensions/fixed-data-table/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/README.md -------------------------------------------------------------------------------- /extensions/fixed-data-table/install.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/install.json -------------------------------------------------------------------------------- /extensions/fixed-data-table/jupyterlab_benchmarks_table_render/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/jupyterlab_benchmarks_table_render/__init__.py -------------------------------------------------------------------------------- /extensions/fixed-data-table/jupyterlab_benchmarks_table_render/_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/jupyterlab_benchmarks_table_render/_version.py -------------------------------------------------------------------------------- /extensions/fixed-data-table/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/package.json -------------------------------------------------------------------------------- /extensions/fixed-data-table/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/pyproject.toml -------------------------------------------------------------------------------- /extensions/fixed-data-table/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/setup.py -------------------------------------------------------------------------------- /extensions/fixed-data-table/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/src/index.tsx -------------------------------------------------------------------------------- /extensions/fixed-data-table/style/base.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extensions/fixed-data-table/style/index.css: -------------------------------------------------------------------------------- 1 | @import url('base.css'); 2 | -------------------------------------------------------------------------------- /extensions/fixed-data-table/style/index.js: -------------------------------------------------------------------------------- 1 | import './base.css'; 2 | -------------------------------------------------------------------------------- /extensions/fixed-data-table/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/extensions/fixed-data-table/tsconfig.json -------------------------------------------------------------------------------- /lerna.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/lerna.json -------------------------------------------------------------------------------- /memory-leaks/.mocharc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/.mocharc.json -------------------------------------------------------------------------------- /memory-leaks/jupyter_lab_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/jupyter_lab_config.py -------------------------------------------------------------------------------- /memory-leaks/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/package.json -------------------------------------------------------------------------------- /memory-leaks/tests/cell-motion.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/tests/cell-motion.mjs -------------------------------------------------------------------------------- /memory-leaks/tests/cell.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/tests/cell.mjs -------------------------------------------------------------------------------- /memory-leaks/tests/cell.test.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/tests/cell.test.mjs -------------------------------------------------------------------------------- /memory-leaks/tests/file-editor.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/tests/file-editor.mjs -------------------------------------------------------------------------------- /memory-leaks/tests/file-editor.test.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/tests/file-editor.test.mjs -------------------------------------------------------------------------------- /memory-leaks/tests/notebook.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/tests/notebook.mjs -------------------------------------------------------------------------------- /memory-leaks/tests/notebook.test.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/tests/notebook.test.mjs -------------------------------------------------------------------------------- /memory-leaks/tests/setup.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/tests/setup.mjs -------------------------------------------------------------------------------- /memory-leaks/tests/utils.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/memory-leaks/tests/utils.mjs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/package.json -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/setup.py -------------------------------------------------------------------------------- /tests/fixtures/ui-profiler.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/fixtures/ui-profiler.ts -------------------------------------------------------------------------------- /tests/generators/codeNotebook.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/codeNotebook.ts -------------------------------------------------------------------------------- /tests/generators/errorOutputs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/errorOutputs.ts -------------------------------------------------------------------------------- /tests/generators/fixedDataTable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/fixedDataTable.ts -------------------------------------------------------------------------------- /tests/generators/largeMetadata.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/largeMetadata.ts -------------------------------------------------------------------------------- /tests/generators/largePlotly.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/largePlotly.ts -------------------------------------------------------------------------------- /tests/generators/longOutput.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/longOutput.ts -------------------------------------------------------------------------------- /tests/generators/manyCells.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/manyCells.ts -------------------------------------------------------------------------------- /tests/generators/manyOutputs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/manyOutputs.ts -------------------------------------------------------------------------------- /tests/generators/manyPlotly.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/manyPlotly.ts -------------------------------------------------------------------------------- /tests/generators/mdNotebook.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/mdNotebook.ts -------------------------------------------------------------------------------- /tests/generators/notebookType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/notebookType.ts -------------------------------------------------------------------------------- /tests/generators/utils/waitForPlotly.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/generators/utils/waitForPlotly.ts -------------------------------------------------------------------------------- /tests/jupyter_lab_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/jupyter_lab_config.py -------------------------------------------------------------------------------- /tests/jupyter_retro_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/jupyter_retro_config.py -------------------------------------------------------------------------------- /tests/jupyterlab-1-2/notebook.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/jupyterlab-1-2/notebook.spec.ts -------------------------------------------------------------------------------- /tests/jupyterlab/notebook.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/jupyterlab/notebook.spec.ts -------------------------------------------------------------------------------- /tests/jupyterlab/ui-profiler.specs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/jupyterlab/ui-profiler.specs.ts -------------------------------------------------------------------------------- /tests/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/package.json -------------------------------------------------------------------------------- /tests/playwright.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/playwright.config.ts -------------------------------------------------------------------------------- /tests/retrolab/notebook.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/retrolab/notebook.spec.ts -------------------------------------------------------------------------------- /tests/tests-out/jupyterlab/notebook.spec.js-snapshots/codeNotebook-jupyterlab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/jupyterlab/notebook.spec.js-snapshots/codeNotebook-jupyterlab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/jupyterlab/notebook.spec.js-snapshots/errorOutputs-jupyterlab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/jupyterlab/notebook.spec.js-snapshots/errorOutputs-jupyterlab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/jupyterlab/notebook.spec.js-snapshots/largeMetadata-jupyterlab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/jupyterlab/notebook.spec.js-snapshots/largeMetadata-jupyterlab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/jupyterlab/notebook.spec.js-snapshots/largePlotly-jupyterlab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/jupyterlab/notebook.spec.js-snapshots/largePlotly-jupyterlab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/jupyterlab/notebook.spec.js-snapshots/longOutput-jupyterlab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/jupyterlab/notebook.spec.js-snapshots/longOutput-jupyterlab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/jupyterlab/notebook.spec.js-snapshots/manyOutputs-jupyterlab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/jupyterlab/notebook.spec.js-snapshots/manyOutputs-jupyterlab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/jupyterlab/notebook.spec.js-snapshots/manyPlotly-jupyterlab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/jupyterlab/notebook.spec.js-snapshots/manyPlotly-jupyterlab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/jupyterlab/notebook.spec.js-snapshots/mdNotebook-jupyterlab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/jupyterlab/notebook.spec.js-snapshots/mdNotebook-jupyterlab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/retrolab/notebook.spec.js-snapshots/codeNotebook-retrolab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/retrolab/notebook.spec.js-snapshots/codeNotebook-retrolab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/retrolab/notebook.spec.js-snapshots/errorOutputs-retrolab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/retrolab/notebook.spec.js-snapshots/errorOutputs-retrolab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/retrolab/notebook.spec.js-snapshots/largePlotly-retrolab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/retrolab/notebook.spec.js-snapshots/largePlotly-retrolab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/retrolab/notebook.spec.js-snapshots/longOutput-retrolab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/retrolab/notebook.spec.js-snapshots/longOutput-retrolab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/retrolab/notebook.spec.js-snapshots/manyOutputs-retrolab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/retrolab/notebook.spec.js-snapshots/manyOutputs-retrolab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/retrolab/notebook.spec.js-snapshots/manyPlotly-retrolab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/retrolab/notebook.spec.js-snapshots/manyPlotly-retrolab-linux.png -------------------------------------------------------------------------------- /tests/tests-out/retrolab/notebook.spec.js-snapshots/mdNotebook-retrolab-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tests-out/retrolab/notebook.spec.js-snapshots/mdNotebook-retrolab-linux.png -------------------------------------------------------------------------------- /tests/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/tests/tsconfig.json -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyterlab/benchmarks/HEAD/yarn.lock --------------------------------------------------------------------------------