crankydillo / httpclientbenchmark

Mock application built on wiremock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue

This is an attempt to compare performance between rxnetty and reactor netty http clients.

Building the common code

This is the first thing you need to do.

mvn clean install

Running a server the HTTP clients will hit

The mockapplication module is a wiremock based application for stubbing http client benchmark use cases. The HTTP clients under test will submit requests to this.

To start the server:

mvn -pl mockapplication compile exec:java

Running the client load tests

reactor-netty

mvn -Pperformance -pl reactornettybenchmark verify

rxnettybenchmark

mvn -Pperformance -pl rxnettybenchmark verify

apacheasyncbenchmark

mvn -Pperformance -pl apacheasyncbenchmark verify

Configuration

Number of test runs

By default, it is configured to 10,000.

Issues Observed

See github issues?

About

Mock application built on wiremock

License:Apache License 2.0


Languages

Language:Java 85.9%Language:Scala 12.9%Language:Dockerfile 1.2%