From 3612ba9e5b0cab4e5bfed59e7fda53eb86008d87 Mon Sep 17 00:00:00 2001 From: Narfinger Date: Tue, 7 Apr 2026 21:48:17 +0800 Subject: [PATCH] OHOS CI: Fix parsefromstring (#42995) ParseFromString currently complains that it matches multiple trace lines. The reason for that is a bit unclear as it should only produce one alert. Local testing shows that it produces multiple (even for one run). This should at least give us the metric back. Testing: This is currently untested. As it is a small CI change that can't break a broken test it should be fine. Fixes: https://github.com/servo/servo/issues/42992 Signed-off-by: Narfinger --- support/hitrace-bencher/runs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/hitrace-bencher/runs.json b/support/hitrace-bencher/runs.json index 74554f223fa..2e5bacdc2ac 100644 --- a/support/hitrace-bencher/runs.json +++ b/support/hitrace-bencher/runs.json @@ -124,7 +124,8 @@ { "name": "", "match_str": "parsefromstring", - "no_unit_conversion": true + "no_unit_conversion": true, + "point_filter_type": "Largest" } ] }