From cc1ad531becec8736972662087c5680bf95cca50 Mon Sep 17 00:00:00 2001 From: goksu <25721443+goeksu@users.noreply.github.com> Date: Tue, 20 Jun 2023 16:20:27 +0300 Subject: [PATCH] parameters in use --- builds/testing.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/testing.mk b/builds/testing.mk index 2f0276b4a..b97ed8733 100644 --- a/builds/testing.mk +++ b/builds/testing.mk @@ -2,7 +2,7 @@ FTBENCH_DIR = $(TOP_DIR)/src/tools/ftbench FTBENCH_SRC = $(FTBENCH_DIR)/ftbench.c FTBENCH_BIN = $(OBJ_DIR)/bench.o -FTBENCH_FLAG = -c 50 +FTBENCH_FLAG ?= -c 200 FONTS = $(wildcard $(FTBENCH_DIR)/fonts/*.ttf) BASELINE = $(addprefix $(FTBENCH_DIR)/baseline/, $(notdir $(FONTS:.ttf=.txt))) BENCHMARK = $(addprefix $(FTBENCH_DIR)/benchmark/, $(notdir $(FONTS:.ttf=.txt)))