Remove home-brewed getpid benchmark

This commit is contained in:
Yuke Peng
2024-07-04 16:59:18 +08:00
committed by Tate, Hongliang Tian
parent b12a5d6770
commit 64c17f3853
5 changed files with 0 additions and 31 deletions

View File

@ -95,8 +95,6 @@ $(INITRAMFS)/benchmark/bin:
@cp -r /usr/local/benchmark/unixbench $@
@cp -r /usr/local/benchmark/lmbench $@
@cp /usr/local/benchmark/fio/bin/fio $@
@# Replace the homebrewed getpid with a standard benchmark like UnixBench or LMbench.
@gcc -O2 $(CUR_DIR)/apps/getpid/getpid.c -o $@/getpid
# Make necessary directories.
$(INITRAMFS_EMPTY_DIRS):

View File

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

View File

@ -1,14 +0,0 @@
[
{
"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

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