Michael Hixson 6f9cfaac30 Fix koa-postgres not committing changes to db in updates test (#3276) %!s(int64=7) %!d(string=hai) anos
..
handlers 6f9cfaac30 Fix koa-postgres not committing changes to db in updates test (#3276) %!s(int64=7) %!d(string=hai) anos
views 31a123687a upgrade to koa v2, copy everything from hapi (#2769) %!s(int64=8) %!d(string=hai) anos
.npmrc f16626a51f node/mongo updates (#3141) %!s(int64=7) %!d(string=hai) anos
README.md 31a123687a upgrade to koa v2, copy everything from hapi (#2769) %!s(int64=8) %!d(string=hai) anos
app.js 31a123687a upgrade to koa v2, copy everything from hapi (#2769) %!s(int64=8) %!d(string=hai) anos
benchmark_config.json 31a123687a upgrade to koa v2, copy everything from hapi (#2769) %!s(int64=8) %!d(string=hai) anos
create-server.js 31a123687a upgrade to koa v2, copy everything from hapi (#2769) %!s(int64=8) %!d(string=hai) anos
helper.js 31a123687a upgrade to koa v2, copy everything from hapi (#2769) %!s(int64=8) %!d(string=hai) anos
package.json f16626a51f node/mongo updates (#3141) %!s(int64=7) %!d(string=hai) anos
setup.sh 52ecdf9eb8 JS/Express fix update test and vagrant dev (#3255) %!s(int64=7) %!d(string=hai) anos
source_code 172b64b2e5 Update all the JavaScripts (#2575) %!s(int64=8) %!d(string=hai) anos

README.md

Koa Benchmarking Test

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

Information about Koa can be found at https://github.com/koajs/koa

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