Yusef Napora f0762b1814
add baseline pubsub test plan (#6)
* refactor baseline test out of private repo

* rm references to attackers

* fix default plan name & add widget to override

* add configs for local runners

* update runner notebook intro text

* fix build tags

* increase setup time in saved configs
2020-05-15 14:09:41 -04:00

9 lines
295 B
Modula-2

// This module only exists so that our script can invoke tracestat using `go run` instead of having to
// install the tracestat binary.
module github.com/libp2p/test-plans/pubsub/scripts
go 1.14
require github.com/libp2p/go-libp2p-pubsub-tracer v0.0.0-20200120141315-151ce254cf29 // indirect