mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-26 15:40:01 -07:00
Add man to exported functions/fields
This commit is contained in:
committed by
Lawrence, Rendall
parent
0a5ac35c4d
commit
360ac9d08d
@@ -452,6 +452,7 @@ func (bh *benchHolder) ScrapeSwarm1kInfohash(b *testing.B) {
|
||||
})
|
||||
}
|
||||
|
||||
// RunBenchmarks starts series of benchmarks
|
||||
func RunBenchmarks(b *testing.B, newStorage benchStorageConstructor) {
|
||||
bh := benchHolder{st: newStorage}
|
||||
b.Run("BenchmarkNop", bh.Nop)
|
||||
|
||||
Reference in New Issue
Block a user