Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.10.1 (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 8f23f84 commit 044ebcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/generic-pool": "3.8.3",
"@types/jest": "29.5.14",
"@types/luxon": "3.4.2",
"@types/node": "22.10.0",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"axios": "1.7.8",
Expand Down

1 comment on commit 044ebcd

@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: 044ebcd Previous: c618983 Ratio
query#select_only 43704 ops/sec (±1.47%) 27437 ops/sec (±1.94%) 0.63
query#select_limit 43604 ops/sec (±1.49%) 26509 ops/sec (±2.39%) 0.61
query#select_projection_where 17239 ops/sec (±2.64%) 11408 ops/sec (±1.23%) 0.66
query#select_where_expr 9782 ops/sec (±3.41%) 8213 ops/sec (±1.43%) 0.84
query#select_for_update 43072 ops/sec (±1.53%) 27431 ops/sec (±1.63%) 0.64
query#select_for_update_wait 42985 ops/sec (±1.48%) 27637 ops/sec (±1.15%) 0.64
query#select_from_inner_table 23921 ops/sec (±1.41%) 15036 ops/sec (±1.62%) 0.63
query#upsert_into_entries 41003 ops/sec (±0.25%) 24554 ops/sec (±2.56%) 0.60
query#insert_into_entries 39878 ops/sec (±1.36%) 24339 ops/sec (±1.59%) 0.61
query#insert_into_as_select 34405 ops/sec (±2.11%) 22023 ops/sec (±1.52%) 0.64
query#update_where_set 22294 ops/sec (±2.60%) 14655 ops/sec (±1.98%) 0.66
query#update_with 35808 ops/sec (±1.72%) 22331 ops/sec (±1.35%) 0.62
query#delete_all 45452 ops/sec (±1.62%) 27922 ops/sec (±1.20%) 0.61
query#delete_simple_where 28356 ops/sec (±1.79%) 17899 ops/sec (±1.48%) 0.63
query#delete_complicated_where 22817 ops/sec (±1.78%) 14619 ops/sec (±1.49%) 0.64
typeorm#build_typeorm_entity_for_integration 19.83 ops/sec (±6.37%) 16.19 ops/sec (±5.89%) 0.82
typeorm#build_typeorm_entity_for_fiori 25.1 ops/sec (±1.46%) 19.44 ops/sec (±0.72%) 0.77

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

Please sign in to comment.