From 6053d4e5ffd97b1080747a6b35b399a2a1db8c91 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Mon, 27 Jul 2020 10:48:54 +0200 Subject: [PATCH] Add README for golang version --- util/golang/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 util/golang/README.md diff --git a/util/golang/README.md b/util/golang/README.md new file mode 100644 index 0000000..fdbb70c --- /dev/null +++ b/util/golang/README.md @@ -0,0 +1,8 @@ +# Initialize Go module + +`go mod init github.com/RRZE-HPC/TheBandwidthBenchmark/tree/master/util/golang` + +# Run + +Choose nt option to set number of threads used. +`go run bwBench.go -nt 4`