microservices-framework-benchmark icon indicating copy to clipboard operation
microservices-framework-benchmark copied to clipboard

Raw benchmarks on throughput, latency and transfer of Hello World on popular microservices frameworks

Results 16 microservices-framework-benchmark issues
Sort by recently updated
recently updated
newest added

The latest version of dotcore has optimized a lot. Please use the latest net6 to see the results

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies
java

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.2 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.11.2&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Please add the benchmark for javalin framework https://github.com/tipsy/javalin

Go FastHttp's average latency of 99.98ms in the readme seems wrong. I would think with its throughput and transfer and that it's on top of the list, its average latency...

I noticed that the `spring-boot2-webflux-*` [were added](https://github.com/networknt/microservices-framework-benchmark/issues/41), but there are no results published in the `README.md`. The move to a reactive+netty is a major change, and I am interested on...

This is migrated from light-example-4j and the original issue is linked below. We need to find a way to dockerize these benchmark implementations so that everyone can run them on...

If I'm not mistaken, `wrk` is subjected to the [coordinated omission problem](https://groups.google.com/forum/#!msg/mechanical-sympathy/icNZJejUHfE/BfDekfBEs_sJ). Because of that, `wrk` most likely skews the results about real application latency. Fortunately, there's a patched version...

Hi, I would like to point out, that some parts of the benchmark are not really accurate, since they use default app server configs. So Wildfly & Payara are using...

help wanted