From c018cebc38c37370ab6c89d19694587edf7d0d0e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 9 Mar 2016 19:12:57 +0100 Subject: Add simple benchmarker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e8d2d5..5a42f89 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,9 @@ test-random.c: test-generate.py test: test.c libzahl.a test-random.c $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ test.c libzahl.a +benchmark: bench/benchmark.c libzahl.a + $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ $^ + check: test ./test -- cgit v1.2.3-70-g09d2