From 93260168ed02de2eebd456e345c25f9066bb3a2c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Nov 2023 11:06:12 +0100 Subject: Makefile changes --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b95977e..aab3e61 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,23 @@ Work in progress. There is some documentation at the bottom of this page, but do not believe it. Everything is in a state of flux and can change without notice. -## Running tests +## Building and running tests + +Tests: ``` -$ ./configure.sh # Run 'TYPE=AVX2 ./configure.sh' to use AVX2 instead $ make test ``` +Benchmarks: + +``` +$ make benchmark +``` + +Prefix each make instruction with `TYPE=AVX2` to try the AVX2 version +(e.g. `TYPE=AVX2 make benchmark`). + ## TODO: ### Cleanup / refactor -- cgit v1.3