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

Adds a timer around DataApiRequestMappers. #250

Merged
merged 3 commits into from
Apr 20, 2017
Merged

Conversation

archolewa
Copy link
Contributor

-- DataApiRequestMappers are allowed to perform arbitrary
transformations on the DataApiRequest. As a result, these mappers may
be very expensive. So, we should add a timer that allows customers to
easily see if they are spending all their time in their own mappers.

-- DataApiRequestMappers are allowed to perform arbitrary
transformations on the `DataApiRequest`. As a result, these mappers may
be very expensive. So, we should add a timer that allows customers to
easily see if they are spending all their time in their own mappers.
Copy link
Collaborator

@cdeszaq cdeszaq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a quick changelog and feel free to squash-merge this. It's small /safe enough that only 1 +1 is needed.

@cdeszaq cdeszaq merged commit dfd252e into master Apr 20, 2017
@cdeszaq cdeszaq deleted the adds-mapper-timer branch April 20, 2017 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants