MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / teardownBenchmarkMuxParallel

Function teardownBenchmarkMuxParallel

xenomint/mux_test.go:194–198  ·  view source on GitHub ↗
(bpSv, mnSv *rpc.Server)

Source from the content-addressed store, hash-verified

192}
193
194func teardownBenchmarkMuxParallel(bpSv, mnSv *rpc.Server) {
195 //ca.BypassSignature = false
196 mnSv.Stop()
197 bpSv.Stop()
198}
199
200func BenchmarkMuxParallel(b *testing.B) {
201 var bp, s, ms, r = setupBenchmarkMuxParallel(b)

Callers 2

BenchmarkMuxParallelFunction · 0.85
TestMuxServiceFunction · 0.85

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected