Skip to content

Commit

Permalink
OKHTTP4_ENGINE
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Sep 13, 2024
1 parent 84a6013 commit 76e85eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private val largeData = ByteArray(MB_PER_THROUGHPUT_OP * 1024 * 1024)
@State(Scope.Benchmark)
@OutputTimeUnit(TimeUnit.SECONDS)
open class HttpEngineBenchmarks {
@Param(OKHTTP_ENGINE, CRT_ENGINE)
@Param(OKHTTP_ENGINE, CRT_ENGINE, OKHTTP4_ENGINE)
var httpClientName: String = ""

lateinit var engine: CloseableHttpClientEngine
Expand Down

0 comments on commit 76e85eb

Please sign in to comment.