ssv
ssv copied to clipboard
Validation Benchmark
go test -benchmem -cpu 1 -benchtime 5s -bench=. ./automation/benchmark/...
pkg: github.com/bloxapp/ssv/automation/benchmark
cpu: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
pubsub_router_signing 106813 57358 ns/op 3840 B/op 46 allocs/op
pubsub_router_verification 100000000 65.92 ns/op 16 B/op 1 allocs/op
topic_msg_validator 555289 12155 ns/op 1288 B/op 68 allocs/op
topic_msg_validator_with_pipelines 3133 1861524 ns/op 5472 B/op 117 allocs/op
topic_msg_validator_with_bls 3182 1839308 ns/op 5472 B/op 117 allocs/op
PASS
ok github.com/bloxapp/ssv/automation/benchmark 36.473s