Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent e9149af commit 890c01e
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.10",
"@types/luxon": "3.3.5",
"@types/node": "20.9.5",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"axios": "1.6.2",
Expand Down

1 comment on commit 890c01e

@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: 890c01e Previous: c618983 Ratio
query#select_only 38447 ops/sec (±1.82%) 27437 ops/sec (±1.94%) 0.71
query#select_limit 37824 ops/sec (±1.55%) 26509 ops/sec (±2.39%) 0.70
query#select_projection_where 14651 ops/sec (±3.12%) 11408 ops/sec (±1.23%) 0.78
query#select_where_expr 9024 ops/sec (±2.53%) 8213 ops/sec (±1.43%) 0.91
query#select_for_update 37513 ops/sec (±1.80%) 27431 ops/sec (±1.63%) 0.73
query#select_for_update_wait 37015 ops/sec (±1.76%) 27637 ops/sec (±1.15%) 0.75
query#select_from_inner_table 19446 ops/sec (±1.80%) 15036 ops/sec (±1.62%) 0.77
query#upsert_into_entries 36503 ops/sec (±0.17%) 24554 ops/sec (±2.56%) 0.67
query#insert_into_entries 34745 ops/sec (±2.17%) 24339 ops/sec (±1.59%) 0.70
query#insert_into_as_select 29790 ops/sec (±2.18%) 22023 ops/sec (±1.52%) 0.74
query#update_where_set 19396 ops/sec (±2.03%) 14655 ops/sec (±1.98%) 0.76
query#update_with 30285 ops/sec (±1.80%) 22331 ops/sec (±1.35%) 0.74
query#delete_all 38987 ops/sec (±2.04%) 27922 ops/sec (±1.20%) 0.72
query#delete_simple_where 23778 ops/sec (±1.90%) 17899 ops/sec (±1.48%) 0.75
query#delete_complicated_where 19759 ops/sec (±1.63%) 14619 ops/sec (±1.49%) 0.74
typeorm#build_typeorm_entity_for_integration 17.18 ops/sec (±6.19%) 16.19 ops/sec (±5.89%) 0.94
typeorm#build_typeorm_entity_for_fiori 21.48 ops/sec (±1.28%) 19.44 ops/sec (±0.72%) 0.91

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

Please sign in to comment.