From 7ba058d48e8d4d38abc9c515a60155f94f02d2f9 Mon Sep 17 00:00:00 2001 From: David Sertic Date: Tue, 20 Jun 2023 13:42:16 +0200 Subject: [PATCH] Update qdrant-landing/content/articles/io_uring.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tim Visée --- qdrant-landing/content/articles/io_uring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdrant-landing/content/articles/io_uring.md b/qdrant-landing/content/articles/io_uring.md index 131bb22c3..f4486e437 100644 --- a/qdrant-landing/content/articles/io_uring.md +++ b/qdrant-landing/content/articles/io_uring.md @@ -55,7 +55,7 @@ entry or setting the value to `false`. ## Benchmarks -To run the benchmark, use a test instance of qdrant; if necessary spin up a +To run the benchmark, use a test instance of Qdrant; if necessary spin up a docker container and load a snapshot of the collection you want to benchmark with. You can copy and edit the following bash script to run the benchmark.