Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 749 Bytes

README.asciidoc

File metadata and controls

33 lines (22 loc) · 749 Bytes

Microservices libraries comparison

Purpose

This project is the companion of this Blog article: https://cdelmas.github.io/xxxxxxx.

Build

To build the servers, just run gradlew make in the command line. By the way, you need a JDK 8, but I guess you’re up-to-date :)

Run the perf tests

  1. Move inside the perf-runner directory

  2. Run one of these scripts:

    • dropwizard

    • restlet

    • spark

    • springboot

    • vertx

    • apollo

  3. The results are in perf-runner/build/gatling-results

  4. Once done, you have to kill the process (use jps to get the PID)

Notes

There are no unit tests, and it is fully assumed.

The missing guys (again)

Feel free to add competing frameworks, such as Restx, Payara and Swarm to the comparison.