* [bpf-next] selftests/bpf: clean-up fmod_ret in bench_rename test script
@ 2023-08-14 3:07 Yipeng Zou
2023-08-14 16:50 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Yipeng Zou @ 2023-08-14 3:07 UTC (permalink / raw)
To: ast, daniel, andrii, martin.lau, song, yonghong.song,
john.fastabend, kpsingh, sdf, haoluo, jolsa, mykolal, shuah,
linux-kselftest, bpf, toke
Cc: zouyipeng
[root@localhost bpf]# ./benchs/run_bench_rename.sh
base : 0.819 ± 0.012M/s
kprobe : 0.538 ± 0.009M/s
kretprobe : 0.503 ± 0.004M/s
rawtp : 0.779 ± 0.020M/s
fentry : 0.726 ± 0.007M/s
fexit : 0.691 ± 0.007M/s
benchmark 'rename-fmodret' not found
The bench_rename_fmod_ret has been removed in the commit [1], clean-up
it in test script.
[1] b000def2e052 ("selftests: Remove fmod_ret from test_overhead").
Fixes: b000def2e052 ("selftests: Remove fmod_ret from test_overhead")
Signed-off-by: Yipeng Zou <zouyipeng@huawei.com>
---
tools/testing/selftests/bpf/benchs/run_bench_rename.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/bpf/benchs/run_bench_rename.sh b/tools/testing/selftests/bpf/benchs/run_bench_rename.sh
index 16f774b1cdbe..7b281dbe4165 100755
--- a/tools/testing/selftests/bpf/benchs/run_bench_rename.sh
+++ b/tools/testing/selftests/bpf/benchs/run_bench_rename.sh
@@ -2,7 +2,7 @@
set -eufo pipefail
-for i in base kprobe kretprobe rawtp fentry fexit fmodret
+for i in base kprobe kretprobe rawtp fentry fexit
do
summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
printf "%-10s: %s\n" $i "$summary"
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [bpf-next] selftests/bpf: clean-up fmod_ret in bench_rename test script
2023-08-14 3:07 [bpf-next] selftests/bpf: clean-up fmod_ret in bench_rename test script Yipeng Zou
@ 2023-08-14 16:50 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-14 16:50 UTC (permalink / raw)
To: Yipeng Zou
Cc: ast, daniel, andrii, martin.lau, song, yonghong.song,
john.fastabend, kpsingh, sdf, haoluo, jolsa, mykolal, shuah,
linux-kselftest, bpf, toke
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:
On Mon, 14 Aug 2023 11:07:27 +0800 you wrote:
> [root@localhost bpf]# ./benchs/run_bench_rename.sh
> base : 0.819 ± 0.012M/s
> kprobe : 0.538 ± 0.009M/s
> kretprobe : 0.503 ± 0.004M/s
> rawtp : 0.779 ± 0.020M/s
> fentry : 0.726 ± 0.007M/s
> fexit : 0.691 ± 0.007M/s
> benchmark 'rename-fmodret' not found
>
> [...]
Here is the summary with links:
- [bpf-next] selftests/bpf: clean-up fmod_ret in bench_rename test script
https://git.kernel.org/bpf/bpf-next/c/83a89c4b6ae9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-14 16:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 3:07 [bpf-next] selftests/bpf: clean-up fmod_ret in bench_rename test script Yipeng Zou
2023-08-14 16:50 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox