# Microhttp Benchmarking Test ### Test Type Implementation Source Code * [JSON](src/main/java/hello/HelloWebServer.java) * [PLAINTEXT](src/main/java/hello/HelloWebServer.java) * [DB](src/main/java/db/DbWebServer.java) ## Important Libraries The tests were run with: * [OpenJDK 17.0.2](http://openjdk.java.net/) * [Microhttp 0.8](https://github.com/ebarlas/microhttp) * [Jackson 2.13.3](https://github.com/FasterXML/jackson) * [MySQL Connector 8.0.29](https://github.com/mysql/mysql-connector-j) ## Test URLs ### JSON http://localhost:8080/json ### PLAINTEXT http://localhost:8080/plaintext