Add signal install test

This commit is contained in:
Yuke Peng
2024-08-02 21:27:28 +08:00
committed by Tate, Hongliang Tian
parent 39a66aea67
commit 488445b9e8
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"alert_threshold": "125%",
"alert_tool": "customSmallerIsBetter",
"search_pattern": "Signal handler installation:",
"result_index": "4",
"description": "The latency of signal handling on a single processor."
}

View File

@ -0,0 +1,14 @@
[
{
"name": "Average Signal handler install latency on Linux",
"unit": "µs",
"value": 0,
"extra": "linux_avg"
},
{
"name": "Average Signal handler install latency on Asterinas",
"unit": "µs",
"value": 0,
"extra": "aster_avg"
}
]

View File

@ -0,0 +1,9 @@
#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
echo "*** Running lmbench-signal install ***"
/benchmark/bin/lmbench/lat_sig -P 1 install