Add benchmark CI for sysbench and getpid

This commit is contained in:
Fabing Li
2024-06-26 20:07:44 +08:00
committed by Tate, Hongliang Tian
parent 1b22267a87
commit 36841c50d4
14 changed files with 302 additions and 9 deletions

View File

@ -0,0 +1,5 @@
{
"alert_threshold": "125%",
"pattern": "Syscall average latency:",
"field": "4"
}

View File

@ -0,0 +1,14 @@
[
{
"name": "Average Syscall Latency on Linux",
"unit": "ns",
"value": 0,
"extra": "linux_avg"
},
{
"name": "Average Syscall Latency on Asterinas",
"unit": "ns",
"value": 0,
"extra": "aster_avg"
}
]

View File

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