selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_update
authorAnton Protopopov <aspsk@isovalent.com>
Mon, 13 Feb 2023 09:15:13 +0000 (09:15 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 16 Feb 2023 00:29:31 +0000 (16:29 -0800)
commit4db98ab445c58bd26c303ef7a10ccd8f049acc22
treeb3848ef2e8ff2a14b6aaa3f0eb2f9cd494e6b468
parent3538a0fbbd81bc131afe48b4cf02895735944359
selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_update

To call the bpf_hashmap_full_update benchmark, one should say:

    bench bpf-hashmap-ful-update

The patch adds a missing 'l' to the benchmark name.

Signed-off-by: Anton Protopopov <aspsk@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20230213091519.1202813-2-aspsk@isovalent.com
tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_full_update.c
tools/testing/selftests/bpf/benchs/run_bench_bpf_hashmap_full_update.sh