Skip to content

Update the load test scripts to generate gzipped json payloads #89

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

Merged

Conversation

julienw
Copy link
Contributor

@julienw julienw commented Jun 18, 2020

This is what I've been using to test the new server lately.

The files are copy-pasta-ed, sorry for the duplicated changes. Eventually I'll make a package but I don't want to spend time on this now...

@scenario(1)
async def publish_and_delete(session):
jwt_token = await publish(session=session, data_size=10)
await delete(session=session, jwt_token=jwt_token)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a new scenario, it was missing from the "short requests" test file, but already present in the other one.

Copy link
Member

@gregtatum gregtatum left a comment

Choose a reason for hiding this comment

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

Thanks, looks good to me.

@julienw julienw merged commit 522c9f1 into firefox-devtools:master Jun 23, 2020
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