Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Nov 26, 2024
1 parent dc6a57a commit 4baa211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private[http] object AtomizedCodecs {
query = Chunk.empty,
header = Chunk.empty,
content = Chunk.empty,
status = Chunk.empty
status = Chunk.empty,
)

def flatten[R, A](in: HttpCodec[R, A]): AtomizedCodecs = {
Expand Down

2 comments on commit 4baa211

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

🚀 : Performance Benchmarks (SimpleEffectBenchmarkServer)

concurrency: 256
requests/sec: 341132

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

🚀 : Performance Benchmarks (PlainTextBenchmarkServer)

concurrency: 256
requests/sec: 351697

Please sign in to comment.