From 9acc02a288f86a05fa56e6f2a44318babe1a4d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9F=E9=9B=AA?= Date: Fri, 20 Sep 2024 03:16:30 +0000 Subject: [PATCH] Hide Semaphores on the overview temporarily --- test/benchmark/lmbench/semaphore_lat/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/benchmark/lmbench/semaphore_lat/config.json b/test/benchmark/lmbench/semaphore_lat/config.json index 84e7c1b33..fa73a2ca1 100644 --- a/test/benchmark/lmbench/semaphore_lat/config.json +++ b/test/benchmark/lmbench/semaphore_lat/config.json @@ -4,5 +4,6 @@ "search_pattern": "Semaphore latency:", "result_index": "3", "description": "lat_sem", - "title": "[Semaphores] The cost of semop" + "title": "[Semaphores] The cost of semop", + "show_in_overview": "false" } \ No newline at end of file