Skip to content
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

Add Airbrake::Benchmark #467

Merged
merged 1 commit into from
Apr 9, 2019
Merged

Add Airbrake::Benchmark #467

merged 1 commit into from
Apr 9, 2019

Conversation

kyrylo
Copy link
Contributor

@kyrylo kyrylo commented Apr 9, 2019

This module provides methods for measuring performance of Ruby code. Its
.measure returns monotonic time of elapsed operation.

This will be useful in the airbrake gem where we need to calculate time spent on
executing HTTP requests. In the future it may come in handy for other tasks as
well.

This module provides methods for measuring performance of Ruby code. Its
`.measure` returns monotonic time of elapsed operation.

This will be useful in the airbrake gem where we need to calculate time spent on
executing HTTP requests. In the future it may come in handy for other tasks as
well.
@kyrylo kyrylo merged commit 0df4227 into master Apr 9, 2019
@kyrylo kyrylo deleted the benchmark branch April 9, 2019 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant