mirror of
https://github.com/cubixle/l1.git
synced 2026-04-30 00:28:39 +01:00
adds comments and removes unused options
This commit is contained in:
@@ -5,6 +5,9 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// DefaultHTTPTester is an implementation of a simple load testing func.
|
||||
// It follows the F signature and returns a Result.
|
||||
// Any errors that occur will be set at Result.Error.
|
||||
func DefaultHTTPTester(target string) *Result {
|
||||
result := &Result{}
|
||||
client := http.Client{
|
||||
|
||||
Reference in New Issue
Block a user