|
hace 3 años | |
---|---|---|
.. | ||
views | hace 7 años | |
.npmrc | hace 7 años | |
README.md | hace 3 años | |
app.js | hace 3 años | |
benchmark_config.json | hace 4 años | |
config.toml | hace 4 años | |
express-chakra.dockerfile | hace 4 años | |
express-mongodb.dockerfile | hace 3 años | |
express-mysql.dockerfile | hace 3 años | |
express-postgres.dockerfile | hace 3 años | |
express.dockerfile | hace 3 años | |
graphql-mongodb-app.js | hace 4 años | |
graphql-mysql-app.js | hace 4 años | |
graphql-postgres-app.js | hace 4 años | |
helper.js | hace 6 años | |
mongodb-app.js | hace 6 años | |
mysql-app.js | hace 6 años | |
package.json | hace 3 años | |
postgresql-app.js | hace 4 años | |
resolver-mongo.js | hace 6 años | |
resolver-postgres.js | hace 6 años | |
resolver.js | hace 6 años | |
routes.js | hace 6 años | |
schema.js | hace 6 años |
This is the Express portion of a benchmarking test suite comparing a variety of web development platforms.
The tests were run with:
MongoDB: http://localhost:8080/mongoose
MySQL: http://localhost:8080/sequelize
PostgreSQL: http://localhost:8080/db
MongoDB: http://localhost:8080/mongoose?queries=2
MySQL: http://localhost:8080/sequelize?queries=2
PostgreSQL: http://localhost:8080/queries?queries=2