Lines Matching +full:25 +full:b
10 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
11 summarize $b "$($RUN_RB_BENCH $b)"
15 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
16 summarize $b "$($RUN_RB_BENCH --rb-sampled $b)"
20 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
21 summarize $b "$($RUN_RB_BENCH --rb-b2b $b)"
22 summarize $b-sampled "$($RUN_RB_BENCH --rb-sampled --rb-b2b $b)"
26 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do
27 …summarize "rb-sampled-$b" "$($RUN_RB_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rat…
30 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do
31 …summarize "pb-sampled-$b" "$($RUN_RB_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rat…
43 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
44 …summarize $b "$($RUN_RB_BENCH --rb-batch-cnt 1 --rb-sample-rate 1 --prod-affinity 0 --cons-affinit…
48 for b in 1 2 3 4 8 12 16 20 24 28 32 36 40 44 48 52; do
49 summarize "rb-libbpf nr_prod $b" "$($RUN_RB_BENCH -p$b --rb-batch-cnt 50 rb-libbpf)"