We've actually been having real trouble with the TFB. There's something very weird going with the http4k results - for both preview rounds so far the apps have basically refused to start and provide any results - something which I can't reproduce locally. Initially I thought it was just round 1 but then it happened again with R2. For the moment I've stripped out the database routes to see if that makes a difference for R3. It also doesn't really help that the rounds are so far apart.. π
o
orangy
10/13/2017, 4:30 PM
Yeah, I totally agree. Iterations are non-deterministic and almost no diagnostics. We have hard time with them alsoβ¦
orangy
10/13/2017, 4:30 PM
Anyway,
http4k-jetty
is faster than #spring :))
π§ 2
n
napperley
10/14/2017, 2:09 AM
Good to see Vert.x in the top tier (always excels at JSON parsing/serialisation, it is one of its specialities), now it would be good to see the Kotlin ver in the benchmarks π. I see that Play is in the bottom tier. Lets pretend that Scala is being used with Play instead of Java π§. Most people when they use Play go for the Scala ver anyway.
napperley
10/14/2017, 2:14 AM
Grizzly (basic web server that was originally part of Glassfish) like Vert.x in the benchmarks is a consistent top performer, except when Grizzly is used with Jersey which seems to bring performance down a lot due to all that Jersey magic β¨.
j
julienviet
10/14/2017, 9:03 AM
Techempower benchmark are really difficult to apprehend
julienviet
10/14/2017, 9:03 AM
we see results that don't make sense, i.e we provide vertx-web and vertx and in some case vertx-web has the same perf than just vertx
julienviet
10/14/2017, 9:03 AM
and we know that vertx perf should be much better than vertx-web
julienviet
10/14/2017, 9:04 AM
also most benchmark don't benefit to non-blocking servers