From a039b58f8ba79f108a507c88ced004c97e117930 Mon Sep 17 00:00:00 2001 From: Yuke Peng Date: Fri, 23 Aug 2024 10:43:05 +0800 Subject: [PATCH] Correct lmdd result_index --- test/benchmark/lmbench-lmdd/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/benchmark/lmbench-lmdd/config.json b/test/benchmark/lmbench-lmdd/config.json index 4a9de331a..fae4d7a38 100644 --- a/test/benchmark/lmbench-lmdd/config.json +++ b/test/benchmark/lmbench-lmdd/config.json @@ -2,6 +2,6 @@ "alert_threshold": "125%", "alert_tool": "customBiggerIsBetter", "search_pattern": "lmdd result:", - "result_index": "7", + "result_index": "6", "description": "The bandwidth of file copy." }