Add README for golang version

This commit is contained in:
Jan Eitzinger
2020-07-27 10:48:54 +02:00
parent c70223d26f
commit 6053d4e5ff

8
util/golang/README.md Normal file
View File

@@ -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`