From aee630b03f48a9f528a4a50e9dcb0fdc8ef20aa5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Jul 2020 09:34:50 +0100 Subject: add bench helper --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 09d7305..eb5712e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Algorithms ========== +# Introduction + This includes exercises from the Algorithms lecture. How to set-up: @@ -9,3 +11,15 @@ How to set-up: 2. Copy algorithms repo to $GOPATH/src/algorithms Now you are set. We are not using this as a Go module yet. + +# Testing + +For unit tests run: + +``make test`` + +# Benchmarking + +For running benchmars run: + +``make bench`` -- cgit v1.2.3