mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 04:17:44 +08:00
blockservice/worker/bench/main: Add a package comment
This commit is contained in:
parent
9f2f29a9a4
commit
beb3bab205
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user