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

Fix perf benchmarks #948

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Fix perf benchmarks #948

merged 1 commit into from
Aug 24, 2020

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Aug 21, 2020

Motivation:

In #922 we adopted some changes from NIO HTTP/2: our handlers now speak
in terms of HTTP2Frame.FramePayload rather than HTTP2Frame. We
forgot to update our benchmarks at that time.

Modifications:

  • Speak in HTTP2Frame.FramePayloads in embedded client benchmarks
  • Fix up a couple of typos in benchmark names

Result:

Benchmarks work.

Motivation:

In grpc#922 we adopted some changes from NIO HTTP/2: our handlers now speak
in terms of `HTTP2Frame.FramePayload` rather than `HTTP2Frame`. We
forgot to update our benchmarks at that time.

Modifications:

- Speak in `HTTP2Frame.FramePayload`s in embedded client benchmarks
- Fix up a couple of typos in benchmark names

Result:

Benchmarks work.
@glbrntt glbrntt added the semver/none No version bump required. label Aug 21, 2020
@glbrntt glbrntt requested a review from Lukasa August 21, 2020 10:39
@Lukasa Lukasa merged commit 4ee6305 into grpc:main Aug 24, 2020
@glbrntt glbrntt deleted the gb-fix-bench branch August 24, 2020 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants