We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2280c commit dbfd2fcCopy full SHA for dbfd2fc
pkg/throughput1/spec/spec.go
@@ -28,15 +28,15 @@ const (
28
ScalingFraction = 16
29
30
// DownloadPath selects the download subtest.
31
- DownloadPath = "/msak/v1/download"
+ DownloadPath = "/throughput/v1/download"
32
// UploadPath selects the upload subtest.
33
- UploadPath = "/mask/v1/upload"
+ UploadPath = "/throughput/v1/upload"
34
35
// MaxRuntime is the maximum runtime of a subtest.
36
MaxRuntime = 15 * time.Second
37
38
// SecWebSocketProtocol is the value of the Sec-WebSocket-Protocol header.
39
- SecWebSocketProtocol = "net.measurementlab.msak.v1"
+ SecWebSocketProtocol = "net.measurementlab.throughput.v1"
40
)
41
42
// SubtestKind indicates the subtest kind
0 commit comments