mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Re-name benchmark notebook
This commit is contained in:
parent
4d1ac2296f
commit
d9c55e3554
2 changed files with 3 additions and 3 deletions
2
_toc.yml
2
_toc.yml
|
|
@ -15,7 +15,7 @@
|
||||||
- file: "sources/02b NDVI.ipynb"
|
- file: "sources/02b NDVI.ipynb"
|
||||||
sections:
|
sections:
|
||||||
- file: "sources/02c Corrupted Zip File.ipynb"
|
- file: "sources/02c Corrupted Zip File.ipynb"
|
||||||
- file: "sources/02c Multithreading.ipynb"
|
- file: "sources/02c Multiprocessing Benchmarks.ipynb"
|
||||||
- file: "sources/02d Cloud Masks.ipynb"
|
- file: "sources/02d Cloud Masks.ipynb"
|
||||||
- file: "sources/02b Timeseries.ipynb"
|
- file: "sources/02b Timeseries.ipynb"
|
||||||
- file: "sources/02e Spectral Indices.ipynb"
|
- file: "sources/02e Spectral Indices.ipynb"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Multi-Processing Performance Benchmark\n",
|
"# Multi-Processing Performance Benchmarks\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This section contains a performance comparison of single- and multiprocess-based calculation methods used in [](02b Timeseries.ipynb).\n",
|
"This section contains a performance comparison of single- and multiprocess-based calculation methods used in [](02b Timeseries.ipynb).\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
@ -119,7 +119,7 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"### Multiprocessing"
|
"### With Multiprocessing"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Loading…
Add table
Add a link
Reference in a new issue