From e887b5620981a99e8948b590e75a07fe4e262490 Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Sat, 22 Jan 2022 23:03:09 +0100 Subject: [PATCH] Fix performance test --- tests/performance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/performance.c b/tests/performance.c index 7fdfa2a59..e4e136959 100644 --- a/tests/performance.c +++ b/tests/performance.c @@ -27,6 +27,7 @@ int main(int argc, char** argv) FASTFETCH_TEST_PERFORMANCE( puts("Configuration"); + ffLoadLogo(&instance); ffStrbufSet(&instance.config.color, &instance.config.logoColors[0]); instance.config.showErrors = true; instance.config.recache = argc == 1;