-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify #time to support a "count" option. #48
Comments
time
to support a "count" option.
Hello @pnomolos, thanks for the suggestion! The main/only downside of this approach is that we lose granularity, since Would the What do you think? |
@degemer Unfortunately that isn't viable in my use-case. In the example above, In my case I'm running about 600 of these jobs per day (with varying numbers of accounts per job) and I'm trying to get a baseline for the time it takes to do the jobs, normalized by the number of accounts that are being processed. If I was able to add a call per-account I definitely would, but that's not the case here :( |
* Remove Howie config * Remove Howie artifacts * Update issue commands --------- Co-authored-by: howie-work-legacy[bot] <85196128+howie-work-legacy[bot]@users.noreply.github.com>
I have to time some bulk operations and it's not viable to push to statsd every iteration of the loop. However, what would be nice is something like the following:
Internally this would change
time
to something similar to the following:I can open a PR if this sounds like a good idea :)
The text was updated successfully, but these errors were encountered: