demo/digitalocean: remove unneeded index

This commit is contained in:
Ryan Uber
2015-09-26 12:38:31 -07:00
parent 1a25c23eaa
commit 99cd0dfc0f

View File

@@ -56,7 +56,7 @@ func main() {
last := 0
fmt.Printf("benchmarking %d allocations\n", total)
for i := 0; ; i++ {
for {
time.Sleep(100 * time.Millisecond)
allocs, _, err := allocClient.List(nil)