summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2020-07-14 09:34:50 +0100
committerPaul Buetow <paul@buetow.org>2020-07-14 09:34:50 +0100
commitaee630b03f48a9f528a4a50e9dcb0fdc8ef20aa5 (patch)
tree152644259dd29dee9dac930cca9f26e4b9422112 /README.md
parent554a7a259f3feefb586374ac5a3b57acc99a4446 (diff)
add bench helper
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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``