Skip to content

Commit

Permalink
tracker_load: 1s iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jun 9, 2012
1 parent 726938a commit 0fb9534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker_load.erl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ run(Tracker, InfoHash, N) ->
end),
io:format("Running ~B clients~n", [N]),
receive
after 200 ->
after 1000 ->
{ok, Reqs, Time} = recv_all(),
io:format("~B req/s, avg. ~B us~n", [Reqs, trunc(Time)]),
run(Tracker, InfoHash, N + 4)
Expand Down

0 comments on commit 0fb9534

Please sign in to comment.