Skip to content

Commit

Permalink
Datagen writes commited records count (every 10% of request, like ab)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitnin committed Oct 24, 2010
1 parent d49638f commit a9e7a1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datagen/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def get_content(item):
"tags": tags,
"data": resp_data,
})
if x == count/10:
print x
end = datetime.datetime.now()
return (start, end, log)

Expand Down

0 comments on commit a9e7a1b

Please sign in to comment.