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

Upgrade async #232

Merged
merged 1 commit into from
Apr 20, 2016
Merged

Upgrade async #232

merged 1 commit into from
Apr 20, 2016

Conversation

matteofigus
Copy link
Member

New versions of async should have good improvements in terms of performance according to the changelog. This may be beneficial especially for heavy load when using the POST route (but no evidence of that yet).

/cc @antwhite

PS
This PR has some fixes on some tests as the old version of async (used in a test) used to iterate through elements synchronously so that "sync" testing was kind of possible when mocking all the async stuff. This PR includes some reworking on those tests in order to fully work asynchronously.

@jankowiakmaria jankowiakmaria merged commit c5cfc68 into master Apr 20, 2016
@jankowiakmaria jankowiakmaria deleted the async-upgrade branch April 20, 2016 09:22
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.

2 participants