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

migrate the HPACK performance tests out of XCTest #169

Closed
weissi opened this issue Nov 12, 2019 · 1 comment
Closed

migrate the HPACK performance tests out of XCTest #169

weissi opened this issue Nov 12, 2019 · 1 comment

Comments

@weissi
Copy link
Member

weissi commented Nov 12, 2019

Currently, we have some HPACK performance tests expressed as XCTests. Unfortunately, those randomly fail if the build nodes are too busy.

We should use the normal NIO perf testing framework for those instead of XCTest and use XCTest purely as a unit/integration testing framework.

@Lukasa
Copy link
Contributor

Lukasa commented Nov 26, 2019

Fixed by #167

@Lukasa Lukasa closed this as completed Nov 26, 2019
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

No branches or pull requests

2 participants