diff options
| author | Paul Buetow <paul@buetow.org> | 2020-07-14 09:34:50 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2020-07-14 09:34:50 +0100 |
| commit | aee630b03f48a9f528a4a50e9dcb0fdc8ef20aa5 (patch) | |
| tree | 152644259dd29dee9dac930cca9f26e4b9422112 /README.md | |
| parent | 554a7a259f3feefb586374ac5a3b57acc99a4446 (diff) | |
add bench helper
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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`` |
