ruroru 6e33f8e566 Add MaxRAMPercentage and clojure.compiler.direct-linking flags to clojure runs (#10349) 1 месяц назад
..
src 6e33f8e566 Add MaxRAMPercentage and clojure.compiler.direct-linking flags to clojure runs (#10349) 1 месяц назад
README.md 1ec0fb2ebc Add graalvm tests for httpserver/httpserver-robaho/ring-http-exchange (#9968) 6 месяцев назад
benchmark_config.json 89be83df80 Fix bad benchmark_config.json (#10012) 5 месяцев назад
config.toml 1ec0fb2ebc Add graalvm tests for httpserver/httpserver-robaho/ring-http-exchange (#9968) 6 месяцев назад
httpserver-graalvm.dockerfile 6e33f8e566 Add MaxRAMPercentage and clojure.compiler.direct-linking flags to clojure runs (#10349) 1 месяц назад
httpserver-postgres.dockerfile 6e33f8e566 Add MaxRAMPercentage and clojure.compiler.direct-linking flags to clojure runs (#10349) 1 месяц назад
httpserver-robaho-graalvm.dockerfile 6e33f8e566 Add MaxRAMPercentage and clojure.compiler.direct-linking flags to clojure runs (#10349) 1 месяц назад
httpserver-robaho-postgres.dockerfile 6e33f8e566 Add MaxRAMPercentage and clojure.compiler.direct-linking flags to clojure runs (#10349) 1 месяц назад
httpserver-robaho.dockerfile 6e33f8e566 Add MaxRAMPercentage and clojure.compiler.direct-linking flags to clojure runs (#10349) 1 месяц назад
httpserver.dockerfile 6e33f8e566 Add MaxRAMPercentage and clojure.compiler.direct-linking flags to clojure runs (#10349) 1 месяц назад
pom.xml 6e33f8e566 Add MaxRAMPercentage and clojure.compiler.direct-linking flags to clojure runs (#10349) 1 месяц назад

README.md

Benchmarking Test

httpserver

This is the com.sun.net.httpserver portion of a benchmarking test suite comparing a variety of web development platforms.

Package com.sun.net.httpserver provides a simple high-level Http server API, which can be used to build embedded HTTP servers. It is built-in to the Oracle JDK and OpenJDK (but is not part of the Java standard and is not available in other JDKs).

Robaho httpserver

This is an alternative version of the com.sun.net.httpserver Package robaho.net.httpserver provides an implementation of com.sun.net.httpserver designed for virtual threads, thus requiring JDK21+.

Test Type Implementation Source Code

Important Libraries

The tests were run with:

Test URLs

JSON

http://localhost:8080/json

Plaintext

http://localhost:8080/plaintext

Fortunes

http://localhost:8080/fortunes