MCPcopy Create free account
hub / github.com/facebook/time / SPTPHTTPTester

Struct SPTPHTTPTester

ptp/linearizability/linearizability_sptp_http.go:90–95  ·  view source on GitHub ↗

SPTPHTTPTester queries sptp http api to get linearizability metrics

Source from the content-addressed store, hash-verified

88
89// SPTPHTTPTester queries sptp http api to get linearizability metrics
90type SPTPHTTPTester struct {
91 cfg *SPTPHTTPTestConfig
92
93 // measurement result
94 result *SPTPHTTPTestResult
95}
96
97// NewSPTPHTTPTester initializes a Tester
98func NewSPTPHTTPTester(server string, sptpurl string, linearizabilityTestMaxGMOffset time.Duration) (*SPTPHTTPTester, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected