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`