Skip to content

Commit

Permalink
test: fix server spec test for decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed May 7, 2022
1 parent c1d14f3 commit 8a670e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-http/src/test/scala/zhttp/service/ServerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object ServerSpec extends HttpRunnableSpec {

private val app =
serve(DynamicServer.app, Some(Server.requestDecompression(true) ++ Server.enableObjectAggregator(4096)))
private val appWithReqStreaming = serve(DynamicServer.app, None)
private val appWithReqStreaming = serve(DynamicServer.app, Some(Server.requestDecompression(true)))

def dynamicAppSpec = suite("DynamicAppSpec") {
suite("success") {
Expand Down

1 comment on commit 8a670e6

@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 Benchmark:

Concurrency: 256
Requests/sec: 986556.96

Please sign in to comment.