From 608f897106eb10d3b250fae88478b3b1ac3999d5 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Thu, 21 May 2015 10:01:34 -0400 Subject: Add sprintf benchmark. Tests position and non-positional arguments with two test string. --- benchtests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'benchtests/Makefile') diff --git a/benchtests/Makefile b/benchtests/Makefile index cb7a97ee75..8e615e50d6 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -48,7 +48,9 @@ include ../gen-locales.mk stdlib-bench := strtod -benchset := $(string-bench-all) $(stdlib-bench) +stdio-common-bench := sprintf + +benchset := $(string-bench-all) $(stdlib-bench) $(stdio-common-bench) CFLAGS-bench-ffs.c += -fno-builtin CFLAGS-bench-ffsll.c += -fno-builtin -- cgit 1.4.1