Skip to content

Instantly share code, notes, and snippets.

@lackhoa
lackhoa / gist:cd00ab85b99c4d50f8dfcb9072616a6a
Created October 6, 2023 13:31
zio-http Benchmark Program
package example
import java.net.URI
import java.net.http.{HttpClient, HttpRequest, HttpResponse}
import java.util.concurrent.TimeUnit
import zio.Console._
import zio._
import zio.http._