-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add benchmark tests results in Readme
- Loading branch information
Showing
15 changed files
with
31,538 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"name": "seqproto-benchmarks-e2e", | ||
"version": "0.0.1", | ||
"type": "module", | ||
"description": "", | ||
"scripts": { | ||
"start": "node --import tsx src/index.ts", | ||
"autocannon:json": "npx autocannon 'http://localhost:3000/todos'", | ||
"autocannon:seqproto": "npx autocannon -H 'accept=application/seqproto' 'http://localhost:3000/todos'", | ||
"autocannon:avro": "autocannon -H 'accept=application/avro' 'http://localhost:3000/todos'" | ||
}, | ||
"author": { | ||
"name": "Tommaso Allevi", | ||
"email": "[email protected]", | ||
"url": "https://github.com/allevo", | ||
"author": true | ||
}, | ||
"engines": { | ||
"node": ">= 20.0.0" | ||
}, | ||
"devDependencies": { | ||
"@msgpack/msgpack": "3.0.0-beta2", | ||
"@types/node": "=20.8.0", | ||
"autocannon": "^7.12.0", | ||
"avro-js": "^1.11.3", | ||
"avsc": "^5.7.7", | ||
"benny": "^3.7.1", | ||
"browserify": "^17.0.0", | ||
"cbor": "^9.0.1", | ||
"cbor-x": "^1.5.4", | ||
"fast-json-stringify": "^5.9.1", | ||
"lodash": "^4.17.21", | ||
"msgpackr": "^1.9.9", | ||
"protobufjs": "^7.2.5", | ||
"ts-standard": "^12.0.2", | ||
"tsx": "^3.14.0", | ||
"typescript": "^5.2.2", | ||
"undici-types": "^5.27.2" | ||
}, | ||
"dependencies": { | ||
"@fastify/static": "^6.12.0", | ||
"fastify": "^4.24.3", | ||
"seqproto": "link:../.." | ||
} | ||
} |
Oops, something went wrong.