forked from gatling/gatling
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial take at replacing AsyncHttpClient with own HTTP client
Motivation: AsyncHttpClient is a huge beast aiming at being a generic HTTP client with tons of features that Gatling doesn’t use. It would be more convenient that Gatling has its own tailor made HTTP client. Modifications: * Introduce `gatling-http-client` and `gatling-netty-utils` modules Results: Gatling no longer depends on AsyncHttpClient. Some features haven’t been implemented yet: * NTLM support * Expect-Continue * Proxy support for WebSockets
- Loading branch information
Showing
205 changed files
with
12,952 additions
and
1,293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# HttpRequestExpressionBuilderBenchmark | ||
|
||
``` | ||
[info] Benchmark Mode Cnt Score Error Units | ||
[info] HttpRequestExpressionBuilderBenchmark.testReference thrpt 10 6748944,966 ± 1470265,342 ops/s | ||
[info] HttpRequestExpressionBuilderBenchmark.testRequestWithStaticAbsoluteUrl thrpt 10 8232440,517 ± 941764,501 ops/s | ||
[info] HttpRequestExpressionBuilderBenchmark.testRequestWithStaticRelativeUrl thrpt 10 8233697,239 ± 1448120,428 ops/s | ||
[info] HttpRequestExpressionBuilderBenchmark.testRequestWithStaticHeaders thrpt 10 6052629,328 ± 770041,000 ops/s | ||
[info] HttpRequestExpressionBuilderBenchmark.testRequestWithStaticQueryParams thrpt 10 3729282,348 ± 1308478,718 ops/s | ||
[info] HttpRequestExpressionBuilderBenchmark.testRequestWithDynamicQuery thrpt 10 2063526,548 ± 960711,859 ops/s | ||
``` |
70 changes: 0 additions & 70 deletions
70
...g-benchmarks/src/main/scala/io/gatling/http/ahc/AhcChannelPoolPartitioningBenchmark.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.