Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.01 KB
 (                      (
 )\ )                   )\ )            (
(()/( (          (  (  (()/(   (   (    )\ )
 /(_)))\   (     )\))(  /(_)) ))\  )(  (()/(
(_)) ((_)  )\ ) ((_))\ (_))  /((_)(()\  /(_))
| _ \ (_) _(_/(  (()(_)| _ \(_))   ((_)(_) _|
|  _/ | || ' \))/ _` | |  _// -_) | '_| |  _|
|_|   |_||_||_| \__, | |_|  \___| |_|   |_|
                |___/

Performance tests of java MicroProfiles

Motivation

Docker based comparision of SpringBoot with JavaEE MicroProfiles. JavaEE Microprofile application is available in project pingperf.

Quick start

  • run build-spring-boot.sh to build docker image.
  • send REST requests as fast as possible (in single thread) : ./perf-utils/echo_test.py
  • monitor performance : watch "docker stats --no-stream --no-trunc && echo && ./perf-utils/ping_statistics.py"

Results

Results are available at http://github.com/HotswapProjects/pingperf/blob/master/README.md