12 lines
237 B
Modula-2
12 lines
237 B
Modula-2
module github.com/alitto/pond/benchmark
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/alitto/pond v1.3.0
|
|
github.com/gammazero/workerpool v0.0.0-20200311205957-7b00833861c6
|
|
github.com/panjf2000/ants/v2 v2.4.0
|
|
)
|
|
|
|
replace github.com/alitto/pond => ../
|