From 932b0fa8299c46ba9e2455d35c5488ce7abb724a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Kl=C3=B6tzl?= Date: Sat, 14 Oct 2023 22:18:00 +0100 Subject: [PATCH] bench: add pack benchmarks --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 38e3e2b..635b48d 100644 --- a/meson.build +++ b/meson.build @@ -248,10 +248,11 @@ if get_option('with-benchmarks') plainbench = [ 'Bcompare', - 'Bcompare_wg', 'Bcompare_rev', + 'Bcompare_wg', 'Bfill_random', 'Bmismatch', + 'Bpack', 'Brevcomp', 'Bstrconstr', 'Btranslate'