Skip to content

Commit

Permalink
Remove unused constant.
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <[email protected]>
  • Loading branch information
calavera committed Jul 27, 2020
1 parent 7d0cf40 commit 9262820
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ import (
// iterations+vus, or stages)
const DefaultScenarioName = "default"

const defaultHostPort = 80

// DefaultSummaryTrendStats are the default trend columns shown in the test summary output
// nolint: gochecknoglobals
var DefaultSummaryTrendStats = []string{"avg", "min", "med", "max", "p(90)", "p(95)"}
Expand Down

0 comments on commit 9262820

Please sign in to comment.