Skip to content

Commit

Permalink
Github CI build: __run_2 v6.64.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 26, 2021
1 parent db8d245 commit fb696ea
Show file tree
Hide file tree
Showing 42 changed files with 3,603 additions and 3,008 deletions.
6,281 changes: 3,438 additions & 2,843 deletions benchmarks.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Details:

| | Req/sec | Trans/sec | Req/sec DIFF | Trans/sec DIFF |
| -------------- | ------- | --------- | ------------ | -------------- |
| Ts.ED Express | 2354 | 659.63KB | - | - |
| Ts.ED Koa | 2626 | 523.05KB | - | - |
| Nest-Express | 3745 | 0.85MB | - | - |
| Nest-Fastify | 10522 | 1.77MB | - | - |
| Express | 4062 | 0.93MB | - | - |
| Express Router | 3953 | 0.90MB | - | - |
| Koa | 9295 | 1.56MB | - | - |
| Fastify | 11268 | 1.89MB | - | - |
| Ts.ED Express | 2599 | 728.30KB | - | - |
| Ts.ED Koa | 2902 | 578.23KB | - | - |
| Nest-Express | 4182 | 0.95MB | - | - |
| Nest-Fastify | 10312 | 1.73MB | - | - |
| Express | 4603 | 1.05MB | - | - |
| Express Router | 4490 | 1.02MB | - | - |
| Koa | 11726 | 1.97MB | - | - |
| Fastify | 12590 | 2.11MB | - | - |

> Note:
> `req/sec DIFF` and `Trans/sec DIFF` is in comparison to the baseline on target branch (master).
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/*",
"docs"
],
"version": "6.63.2",
"version": "6.64.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/root",
"version": "6.63.2",
"version": "6.64.0",
"description": "A TypeScript Framework on top of Express",
"private": true,
"author": "Romain Lenzotti",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/adapters-redis",
"version": "6.63.2",
"version": "6.64.0",
"description": "Redis adapter for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand All @@ -10,11 +10,11 @@
"build": "tsc --build tsconfig.compile.json"
},
"dependencies": {
"@tsed/adapters": "6.63.2",
"@tsed/adapters": "6.64.0",
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/core": "6.63.2",
"@tsed/core": "6.64.0",
"@types/ioredis": "4.17.11",
"ioredis": "4.19.4",
"ioredis-mock": "5.2.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/adapters",
"version": "6.63.2",
"version": "6.64.0",
"description": "Database adapters for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand All @@ -18,12 +18,12 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@tsed/ajv": "6.63.2",
"@tsed/common": "6.63.2",
"@tsed/core": "6.63.2",
"@tsed/di": "6.63.2",
"@tsed/json-mapper": "6.63.2",
"@tsed/schema": "6.63.2",
"@tsed/ajv": "6.64.0",
"@tsed/common": "6.64.0",
"@tsed/core": "6.64.0",
"@tsed/di": "6.64.0",
"@tsed/json-mapper": "6.64.0",
"@tsed/schema": "6.64.0",
"@types/fs-extra": "9.0.6"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/agenda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/agenda",
"version": "6.63.2",
"version": "6.64.0",
"description": "Agenda package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -17,9 +17,9 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.63.2",
"@tsed/core": "6.63.2",
"@tsed/di": "6.63.2",
"@tsed/common": "6.64.0",
"@tsed/core": "6.64.0",
"@tsed/di": "6.64.0",
"agenda": "^4.1.3"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/ajv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/ajv",
"version": "6.63.2",
"version": "6.64.0",
"description": "AJV package for Ts.ED framework",
"source": "./src/index.ts",
"main": "./lib/index.js",
Expand All @@ -15,10 +15,10 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/core": "6.63.2",
"@tsed/di": "6.63.2",
"@tsed/exceptions": "6.63.2",
"@tsed/schema": "6.63.2",
"@tsed/core": "6.64.0",
"@tsed/di": "6.64.0",
"@tsed/exceptions": "6.64.0",
"@tsed/schema": "6.64.0",
"ajv": "8.6.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/apollo",
"version": "6.63.2",
"version": "6.64.0",
"description": "Apollo package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -13,8 +13,8 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.63.2",
"@tsed/core": "6.63.2",
"@tsed/common": "6.64.0",
"@tsed/core": "6.64.0",
"@types/graphql": "14.5.0",
"apollo-server-core": "^2.17.0",
"apollo-server-testing": "2.18.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/async-hook-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/async-hook-context",
"version": "6.63.2",
"version": "6.64.0",
"description": "Add Async Hook context support in Ts.ED",
"source": "./src/index.ts",
"main": "./lib/index.js",
Expand Down Expand Up @@ -30,9 +30,9 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/common": "6.63.2",
"@tsed/core": "6.63.2",
"@tsed/di": "6.63.2"
"@tsed/common": "6.64.0",
"@tsed/core": "6.64.0",
"@tsed/di": "6.64.0"
},
"peerDependencies": {
"@tsed/common": "^6.55.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/common",
"version": "6.63.2",
"version": "6.64.0",
"description": "A TypeScript Framework on top of Express",
"source": "./src/index.ts",
"main": "./lib/index.js",
Expand Down Expand Up @@ -46,13 +46,13 @@
"build": "tsc --build tsconfig.compile.json"
},
"dependencies": {
"@tsed/core": "6.63.2",
"@tsed/perf": "6.63.2",
"@tsed/di": "6.63.2",
"@tsed/exceptions": "6.63.2",
"@tsed/json-mapper": "6.63.2",
"@tsed/core": "6.64.0",
"@tsed/di": "6.64.0",
"@tsed/exceptions": "6.64.0",
"@tsed/json-mapper": "6.64.0",
"@tsed/logger": "^5.16.0",
"@tsed/schema": "6.63.2",
"@tsed/perf": "6.64.0",
"@tsed/schema": "6.64.0",
"@types/cache-manager": "^3.4.0",
"@types/json-schema": "7.0.7",
"cache-manager": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/core",
"version": "6.63.2",
"version": "6.64.0",
"description": "Core module for Ts.ED Framework",
"private": false,
"source": "./src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@tsed/di",
"version": "6.63.2",
"version": "6.64.0",
"description": "DI module for Ts.ED Framework",
"source": "./src/index.ts",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"private": false,
"dependencies": {
"@tsed/core": "6.63.2",
"@tsed/core": "6.64.0",
"chalk": "4.1.0",
"globby": "11.0.3",
"tslib": "2.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/event-emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/event-emitter",
"version": "6.63.2",
"version": "6.64.0",
"description": "EventEmitter package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -17,9 +17,9 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.63.2",
"@tsed/core": "6.63.2",
"@tsed/di": "6.63.2",
"@tsed/common": "6.64.0",
"@tsed/core": "6.64.0",
"@tsed/di": "6.64.0",
"eventemitter2": "^6.4.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/exceptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/exceptions",
"version": "6.63.2",
"version": "6.64.0",
"description": "HTTP exceptions module for Ts.ED Framework and other pure Express application",
"source": "./src/index.ts",
"main": "./lib/index.js",
Expand All @@ -10,7 +10,7 @@
"build": "tsc --build tsconfig.compile.json"
},
"dependencies": {
"@tsed/schema": "6.63.2",
"@tsed/schema": "6.64.0",
"tslib": "2.2.0"
},
"devDependencies": {},
Expand Down
10 changes: 5 additions & 5 deletions packages/formio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/formio",
"version": "6.63.2",
"version": "6.64.0",
"description": "Formio package for Ts.ED framework",
"source": "./src/index.ts",
"main": "./lib/index.js",
Expand All @@ -22,10 +22,10 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/common": "6.63.2",
"@tsed/core": "6.63.2",
"@tsed/di": "6.63.2",
"@tsed/mongoose": "6.63.2",
"@tsed/common": "6.64.0",
"@tsed/core": "6.64.0",
"@tsed/di": "6.64.0",
"@tsed/mongoose": "6.64.0",
"express": "^4.17.1",
"formio": "^2.0.0",
"mongodb": "*",
Expand Down
12 changes: 6 additions & 6 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/graphql",
"version": "6.63.2",
"version": "6.64.0",
"description": "GraphQL package for Ts.ED framework, based on Apollo-server-express and Type-graphql",
"source": "./src/index.ts",
"main": "./lib/index.js",
Expand All @@ -20,14 +20,14 @@
"start": "ts-node -r tsconfig-paths/register test/app/index.ts"
},
"dependencies": {
"@tsed/apollo": "6.63.2",
"@tsed/typegraphql": "6.63.2",
"@tsed/apollo": "6.64.0",
"@tsed/typegraphql": "6.64.0",
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/common": "6.63.2",
"@tsed/core": "6.63.2",
"@tsed/di": "6.63.2",
"@tsed/common": "6.64.0",
"@tsed/core": "6.64.0",
"@tsed/di": "6.64.0",
"@types/graphql": "14.5.0",
"apollo-datasource": "^0.7.2",
"apollo-datasource-rest": "^0.9.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/json-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/json-mapper",
"version": "6.63.2",
"version": "6.64.0",
"description": "Json mapper module for Ts.ED Framework",
"source": "./src/index.ts",
"main": "./lib/index.js",
Expand All @@ -22,13 +22,13 @@
"build": "tsc --build tsconfig.compile.json"
},
"dependencies": {
"@tsed/core": "6.63.2",
"@tsed/core": "6.64.0",
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/core": "6.55.2",
"@tsed/exceptions": "6.63.2",
"@tsed/schema": "6.63.2"
"@tsed/exceptions": "6.64.0",
"@tsed/schema": "6.64.0"
},
"peerDependencies": {
"@tsed/core": "^6.55.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jwks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/jwks",
"version": "6.63.2",
"version": "6.64.0",
"description": "Utils to generate jwks pair keys",
"source": "./src/index.ts",
"main": "./lib/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/mongoose",
"version": "6.63.2",
"version": "6.64.0",
"description": "Mongoose package for Ts.ED framework",
"source": "./src/index.ts",
"main": "./lib/index.js",
Expand All @@ -25,10 +25,10 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/ajv": "6.63.2",
"@tsed/common": "6.63.2",
"@tsed/core": "6.63.2",
"@tsed/schema": "6.63.2",
"@tsed/ajv": "6.64.0",
"@tsed/common": "6.64.0",
"@tsed/core": "6.64.0",
"@tsed/schema": "6.64.0",
"mongoose": "^5.12.2"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/objection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/objection",
"version": "6.63.2",
"version": "6.64.0",
"description": "Objection.js package for Ts.ED framework",
"private": false,
"source": "./src/index.ts",
Expand All @@ -17,10 +17,10 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/ajv": "6.63.2",
"@tsed/common": "6.63.2",
"@tsed/core": "6.63.2",
"@tsed/di": "6.63.2",
"@tsed/ajv": "6.64.0",
"@tsed/common": "6.64.0",
"@tsed/core": "6.64.0",
"@tsed/di": "6.64.0",
"knex": "^0.21.5",
"mssql": "^6.2.2",
"mysql": "^2.18.1",
Expand Down

0 comments on commit fb696ea

Please sign in to comment.