From 66ef7609365903fb763991bff0428ca1bfe2908f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 17 Sep 2024 23:17:12 +0900 Subject: [PATCH] docs: update process-benchmarks.ipynb (#185) benchmar -> benchmark --- scripts/process-benchmarks.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process-benchmarks.ipynb b/scripts/process-benchmarks.ipynb index f60fba9a..77accf29 100644 --- a/scripts/process-benchmarks.ipynb +++ b/scripts/process-benchmarks.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Notebook to process benchmar results\n", + "### Notebook to process benchmark results\n", "\n", "Please run this notebook after running all the benchmarks and storing them in the `results` dir. This will export them in the desired format for the single node benchmark plots of [qdrant.tech/benchmarks](https://qdrant.tech/benchmarks)" ]