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