Skip to content

Commit

Permalink
investigate test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser committed Oct 12, 2023
1 parent f962297 commit debd14d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ object RoundtripSpec extends ZIOHttpSpec {
}
}

Random.nextBytes(1024 * 1024).flatMap { bytes =>
Random.nextBytes(1024 * 1024).timed.flatMap { case (duration, bytes) =>
ZIO.debug("generating bytes took " + duration.render) *>
testEndpoint(
api,
Routes(route),
Expand Down

0 comments on commit debd14d

Please sign in to comment.