From d9c55e355482f75dfe5489da807091855710ade9 Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 8 Mar 2021 14:54:12 +0000 Subject: [PATCH] Re-name benchmark notebook --- _toc.yml | 2 +- ...tithreading.ipynb => 02c Multiprocessing Benchmarks.ipynb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename sources/{02c Multithreading.ipynb => 02c Multiprocessing Benchmarks.ipynb} (98%) diff --git a/_toc.yml b/_toc.yml index bd74442..6087bf9 100644 --- a/_toc.yml +++ b/_toc.yml @@ -15,7 +15,7 @@ - file: "sources/02b NDVI.ipynb" sections: - 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/02b Timeseries.ipynb" - file: "sources/02e Spectral Indices.ipynb" diff --git a/sources/02c Multithreading.ipynb b/sources/02c Multiprocessing Benchmarks.ipynb similarity index 98% rename from sources/02c Multithreading.ipynb rename to sources/02c Multiprocessing Benchmarks.ipynb index 996960f..9363bce 100644 --- a/sources/02c Multithreading.ipynb +++ b/sources/02c Multiprocessing Benchmarks.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Multi-Processing Performance Benchmark\n", + "# Multi-Processing Performance Benchmarks\n", "\n", "This section contains a performance comparison of single- and multiprocess-based calculation methods used in [](02b Timeseries.ipynb).\n", "\n", @@ -119,7 +119,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Multiprocessing" + "### With Multiprocessing" ] }, {