Hitrace-bench will now report simple memory results to bencher.dev.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
Narfinger 2025-06-02 10:22:50 +02:00
parent 2a07ef01f5
commit 3b9d617893

View file

@ -25,6 +25,28 @@
"start_fn_partial": "on_surface_created_cb",
"end_fn_partial": "PageLoadEndedPrompt"
}
],
"point_filters": [
{
"name": "Explicit",
"match_str": "explicit"
},
{
"name": "Resident",
"match_str": "resident"
},
{
"name": "LayoutThread",
"match_str": "layout-thread"
},
{
"name": "image-cache",
"match_str": "image-cache"
},
{
"name": "JS",
"match_str": "js"
}
]
},
{
@ -39,7 +61,28 @@
"start_fn_partial": "on_surface_created_cb",
"end_fn_partial": "PageLoadEndedPrompt"
}
],
"point_filters": [
{
"name": "Explicit",
"match_str": "explicit"
},
{
"name": "Resident",
"match_str": "resident"
},
{
"name": "LayoutThread",
"match_str": "layout-thread"
},
{
"name": "image-cache",
"match_str": "image-cache"
},
{
"name": "JS",
"match_str": "js"
}
]
}
]