blockservice/worker/bench/main: Add a package comment

This commit is contained in:
W. Trevor King 2015-04-30 21:33:43 -07:00
parent 9f2f29a9a4
commit beb3bab205

View File

@ -1,3 +1,12 @@
/*
Benchmark github.com/ipfs/go-ipfs/blockservice/worker.
Loop over a range of workers and buffer sizes and measure the time it
per block-transfer operation for each value. Run with:
$ go run "${GOPATH}/src/github.com/ipfs/go-ipfs/blockservice/worker/bench/main.go"
*/
package main
import (