Skip to content

Commit

Permalink
Fix: remove unused graph var
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 7, 2019
1 parent f4c1343 commit 253618f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/riot.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ func summaryPerDuration(message string, numRequestsf, elapsed float64, c *Config
}

func stats(c *Config, t Task, message string) {
graph := &axis{}
ticker := time.NewTicker(1 * time.Second)
numRequestsf := float64(c.numRequests)
start := time.Now()
Expand Down

0 comments on commit 253618f

Please sign in to comment.