![]() |
|
|||
0001 #!/bin/bash 0002 # SPDX-License-Identifier: GPL-2.0 0003 0004 source ./benchs/run_common.sh 0005 0006 set -eufo pipefail 0007 0008 for t in 1 4 8 12 16; do 0009 for i in 10 100 500 1000 5000 10000 50000 100000 500000 1000000; do 0010 subtitle "nr_loops: $i, nr_threads: $t" 0011 summarize_ops "bpf_loop: " \ 0012 "$($RUN_BENCH -p $t --nr_loops $i bpf-loop)" 0013 printf "\n" 0014 done 0015 done
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |