README.md 1.4 KB

muserver Benchmarking Test

Test Type Implementation Source Code

Important Libraries

The tests were run with:

Test URLs

For running default test (TFBRest.java), please append "/rest" to the path.

JSON

http://localhost:8080/json

PLAINTEXT

http://localhost:8080/plaintext

DB

http://localhost:8080/db

QUERY

http://localhost:8080/query?queries=

CACHED QUERY

http://localhost:8080/cached_query?queries=

UPDATE

http://localhost:8080/update?queries=

FORTUNES

http://localhost:8080/fortunes

Reference

The Loom support and IO_URING support are modified from netty test.

The database connection part is modified from Javalin test.