Skip to content

Commit

Permalink
Merge branch 'main' into support_custom_status
Browse files Browse the repository at this point in the history
# Conflicts:
#	zio-http/src/main/scala/zhttp/http/HttpError.scala
#	zio-http/src/test/scala/zhttp/http/HttpErrorSpec.scala
  • Loading branch information
tusharmath committed Mar 10, 2022
2 parents 5386840 + 5069856 commit ab38f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zio-http/src/test/scala/zhttp/service/ServerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ object ServerSpec extends HttpRunnableSpec {
assertM(res.flatMap(_.bodyAsString))(equalTo(content))
}
}

}

def requestSpec = suite("RequestSpec") {
Expand Down

2 comments on commit ab38f81

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

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

Please sign in to comment.