mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 09:53:29 +00:00
Remove home-brewed getpid benchmark
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b12a5d6770
commit
64c17f3853
@ -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):
|
||||
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"alert_threshold": "125%",
|
||||
"pattern": "Syscall average latency:",
|
||||
"field": "4"
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
set -e
|
||||
|
||||
echo "*** Running getpid ***"
|
||||
|
||||
/benchmark/bin/getpid
|
Reference in New Issue
Block a user