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

Allow multiple measurement IDs for AtlasResultsRequest #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

romain-fontugne
Copy link

Fetching results from multiple measurements can get quite slow if there is a lot of measurements... so I modified the code to fetch data in parallel using grequests. It is much faster than the original code. Requesting results from 10 different measurements is 10 times faster :)
There shouldn't be any backward incompatibility.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 5ad0c9a on romain-fontugne:master into ffee255 on RIPE-NCC:master.

4 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 5ad0c9a on romain-fontugne:master into ffee255 on RIPE-NCC:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 5ad0c9a on romain-fontugne:master into ffee255 on RIPE-NCC:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 5ad0c9a on romain-fontugne:master into ffee255 on RIPE-NCC:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 5ad0c9a on romain-fontugne:master into ffee255 on RIPE-NCC:master.

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