Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Update Finagle benchmark#1941

Merged
ssmith-techempower merged 1 commit intoTechEmpower:masterfrom
vkostyukov:upgrate-finagle
Mar 8, 2016
Merged

Update Finagle benchmark#1941
ssmith-techempower merged 1 commit intoTechEmpower:masterfrom
vkostyukov:upgrate-finagle

Conversation

@vkostyukov
Copy link
Copy Markdown
Contributor

Cleanup and updated Finagle benchmark so it now includes JSON serialization (/json) and plain text endpoints (/plaintext).

@vkostyukov vkostyukov changed the title Update Finagle benchamrk Update Finagle benchmark Feb 25, 2016
@vkostyukov vkostyukov mentioned this pull request Feb 25, 2016
@vkostyukov vkostyukov force-pushed the upgrate-finagle branch 2 times, most recently from 564c9eb to 78da111 Compare February 27, 2016 00:05
@Rydgel
Copy link
Copy Markdown
Contributor

Rydgel commented Mar 7, 2016

@vkostyukov Aren't you supposed to serialize the json at each hit? You are serializing once and outputing it like static binary data. Your json test looks like the plaintext one.

  1. For each request, an object mapping the key message to Hello, World! must be instantiated.
  2. […]
  3. A JSON serializer must be used to convert the object to JSON.

@vkostyukov
Copy link
Copy Markdown
Contributor Author

Oh you're right, @Rydgel! I guess I just misunderstood that while porting the implementation from a different benchmark. Fixed it now. Thanks!

@Rydgel
Copy link
Copy Markdown
Contributor

Rydgel commented Mar 7, 2016

Lookin' good now!

@ssmith-techempower
Copy link
Copy Markdown
Contributor

Looks good to me, merging in.

ssmith-techempower added a commit that referenced this pull request Mar 8, 2016
@ssmith-techempower ssmith-techempower merged commit 5f21a17 into TechEmpower:master Mar 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants