JaeHyeok Kim d9be4ee3be Revert "Fix use the physical CPU count from Fastify (#7988)" (#8044) %!s(int64=2) %!d(string=hai) anos
..
db 98441d39e7 update fastify from v3 to v4 (#7965) %!s(int64=2) %!d(string=hai) anos
views 957f10f570 Fastify - NodeJs Framework (#3955) %!s(int64=7) %!d(string=hai) anos
.npmrc 957f10f570 Fastify - NodeJs Framework (#3955) %!s(int64=7) %!d(string=hai) anos
README.md 957f10f570 Fastify - NodeJs Framework (#3955) %!s(int64=7) %!d(string=hai) anos
app.js d9be4ee3be Revert "Fix use the physical CPU count from Fastify (#7988)" (#8044) %!s(int64=2) %!d(string=hai) anos
benchmark_config.json fc69d3ae2d Add platform nodejs (#5645) %!s(int64=5) %!d(string=hai) anos
config.toml 0096f84ee9 Config for the new toolset (#6259) %!s(int64=4) %!d(string=hai) anos
create-server.js 98441d39e7 update fastify from v3 to v4 (#7965) %!s(int64=2) %!d(string=hai) anos
fastify-mysql.dockerfile d9be4ee3be Revert "Fix use the physical CPU count from Fastify (#7988)" (#8044) %!s(int64=2) %!d(string=hai) anos
fastify-postgres.dockerfile d9be4ee3be Revert "Fix use the physical CPU count from Fastify (#7988)" (#8044) %!s(int64=2) %!d(string=hai) anos
fastify.dockerfile d9be4ee3be Revert "Fix use the physical CPU count from Fastify (#7988)" (#8044) %!s(int64=2) %!d(string=hai) anos
handlers.js 98441d39e7 update fastify from v3 to v4 (#7965) %!s(int64=2) %!d(string=hai) anos
helper.js c4da8f45d5 replace orm frameworks to native drivers (#4329) %!s(int64=6) %!d(string=hai) anos
package.json d9be4ee3be Revert "Fix use the physical CPU count from Fastify (#7988)" (#8044) %!s(int64=2) %!d(string=hai) anos

README.md

Fastify Benchmarking Test

This is the Fastify portion of a benchmarking test suite comparing a variety of web development platforms.

Information about Fastify can be found at https://github.com/fastify/fastify

JSON Encoding Test

Data-Store/Database Mapping Test

Resources

Test URLs

JSON Encoding Test

http://TFB-server:8080/json

Data-Store/Database Mapping Test

MongoDB: http://TFB-server:8080/mongoose/

MySQL: http://TFB-server:8080/mysql-orm/

Variable Query Test

MongoDB: http://TFB-server:8080/mongoose/2

MySQL: http://TFB-server:8080/mysql-orm/2

Fortune Test

MySQL: http://TFB-server:8080/fortune

Database Update Test

MongoDB: http://TFB-server:8080/mongoose-update/2

MySQL: http://TFB-server:8080/mysql-orm-update/2