Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.17.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent a78c3c4 commit 9cbf285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/glob": "8.1.0",
"@types/jest": "29.5.5",
"@types/luxon": "3.3.2",
"@types/node": "18.17.18",
"@types/node": "18.17.19",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"axios": "1.5.0",
Expand Down

1 comment on commit 9cbf285

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cds-mysql benchmark

Benchmark suite Current: 9cbf285 Previous: c618983 Ratio
query#select_only 16178 ops/sec (±2.70%) 27437 ops/sec (±1.94%) 1.70
query#select_limit 16773 ops/sec (±2.22%) 26509 ops/sec (±2.39%) 1.58
query#select_projection_where 6840 ops/sec (±3.57%) 11408 ops/sec (±1.23%) 1.67
query#select_where_expr 4044 ops/sec (±7.37%) 8213 ops/sec (±1.43%) 2.03
query#select_for_update 16473 ops/sec (±1.86%) 27431 ops/sec (±1.63%) 1.67
query#select_for_update_wait 15875 ops/sec (±2.79%) 27637 ops/sec (±1.15%) 1.74
query#select_from_inner_table 9521 ops/sec (±2.45%) 15036 ops/sec (±1.62%) 1.58
query#upsert_into_entries 14543 ops/sec (±2.95%) 24554 ops/sec (±2.56%) 1.69
query#insert_into_entries 14440 ops/sec (±2.98%) 24339 ops/sec (±1.59%) 1.69
query#insert_into_as_select 13192 ops/sec (±2.61%) 22023 ops/sec (±1.52%) 1.67
query#update_where_set 8967 ops/sec (±3.02%) 14655 ops/sec (±1.98%) 1.63
query#update_with 13002 ops/sec (±1.23%) 22331 ops/sec (±1.35%) 1.72
query#delete_all 18008 ops/sec (±2.92%) 27922 ops/sec (±1.20%) 1.55
query#delete_simple_where 10674 ops/sec (±1.99%) 17899 ops/sec (±1.48%) 1.68
query#delete_complicated_where 8786 ops/sec (±1.83%) 14619 ops/sec (±1.49%) 1.66
typeorm#build_typeorm_entity_for_integration 8.26 ops/sec (±6.57%) 16.19 ops/sec (±5.89%) 1.96
typeorm#build_typeorm_entity_for_fiori 10.26 ops/sec (±3.40%) 19.44 ops/sec (±0.72%) 1.89

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.