Skip to content

Commit dbfd2fc

Browse files
Update resource paths to reference throughput
1 parent 4b2280c commit dbfd2fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/throughput1/spec/spec.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ const (
2828
ScalingFraction = 16
2929

3030
// DownloadPath selects the download subtest.
31-
DownloadPath = "/msak/v1/download"
31+
DownloadPath = "/throughput/v1/download"
3232
// UploadPath selects the upload subtest.
33-
UploadPath = "/mask/v1/upload"
33+
UploadPath = "/throughput/v1/upload"
3434

3535
// MaxRuntime is the maximum runtime of a subtest.
3636
MaxRuntime = 15 * time.Second
3737

3838
// SecWebSocketProtocol is the value of the Sec-WebSocket-Protocol header.
39-
SecWebSocketProtocol = "net.measurementlab.msak.v1"
39+
SecWebSocketProtocol = "net.measurementlab.throughput.v1"
4040
)
4141

4242
// SubtestKind indicates the subtest kind

0 commit comments

Comments
 (0)