/api-bench

api benchmarking console app designed for microservice architecture

Primary LanguageJava

api-bench

this repo has the following objectives:

  1. create a spring boot cli project for api benchmarking, as an alternative to jmeter, with some more usefull results
  2. determine the use of some new technologies which came with java 19, and are still in preview mode
motivation for the project:
  • jmeter only allows to simply send requests, but I need a more microservices oriented information, like docker container resource management.
  • I want to study and test the new project loom virtual threads, as well as the structured concurrency, and it's a good chance to do that.
technologies