Skip to content

Commit

Permalink
doc(oohelper): tweak documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Sep 9, 2021
1 parent c54cc73 commit 8b485f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions internal/cmd/oohelperd/internal/websteps/measure.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ type Config struct {
}

// Measure performs the three consecutive steps of the testhelper algorithm:
//
// 1. InitialChecks
//
// 2. Explore
//
// 3. Generate
func Measure(ctx context.Context, creq *CtrlRequest, config *Config) (*ControlResponse, error) {
var (
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/oohelperd/internal/websteps/websteps.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var newfailure = archival.NewFailure
// including the empirical CDF of the body size for test lists URLs.
const maxAcceptableBody = 1 << 24

// Handler implements the Web Connectivity test helper HTTP API.
// Handler implements the websteps test helper HTTP API.
type Handler struct {
Config *Config
}
Expand Down

0 comments on commit 8b485f4

Please sign in to comment.