From 7be109cafed57bd9a883a49f2ad49d508b910ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Thu, 4 Jul 2024 11:53:18 +0200 Subject: [PATCH] Rename the sortable into the filterable movies workload --- workloads/search/filterable-movies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workloads/search/filterable-movies.json b/workloads/search/filterable-movies.json index 5585c6eaf..381d80f19 100644 --- a/workloads/search/filterable-movies.json +++ b/workloads/search/filterable-movies.json @@ -1,5 +1,5 @@ { - "name": "search-sortable-movies.json", + "name": "search-filterable-movies.json", "run_count": 10, "target": "search::=trace", "extra_cli_args": [], @@ -91,4 +91,4 @@ "synchronous": "WaitForResponse" } ] -} \ No newline at end of file +}