Sign in
android-kvm
/
linux
/
9f46c187e2e680ecd9de7983e4d081c3391acc76
/
.
/
tools
/
testing
/
selftests
/
bpf
/
benchs
/
run_bench_strncmp.sh
blob: 142697284b45a606089ce7db4e797cafc37709bc [
file
] [
log
] [
blame
]
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
source
./
benchs
/
run_common
.
sh
set
-
eufo pipefail
for
s
in
1
8
64
512
2048
4095
;
do
for
b
in
no
-
helper helper
;
do
summarize $
{
b
}-
$
{
s
}
"$($RUN_BENCH --cmp-str-len=$s strncmp-${b})"
done
done