Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent a308619 commit 4c3bf62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.6",
"@types/luxon": "3.3.3",
"@types/node": "20.8.8",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"axios": "1.5.1",
Expand Down

1 comment on commit 4c3bf62

@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: 4c3bf62 Previous: c618983 Ratio
query#select_only 22717 ops/sec (±2.45%) 27437 ops/sec (±1.94%) 1.21
query#select_limit 22686 ops/sec (±1.84%) 26509 ops/sec (±2.39%) 1.17
query#select_projection_where 9420 ops/sec (±0.87%) 11408 ops/sec (±1.23%) 1.21
query#select_where_expr 5698 ops/sec (±8.32%) 8213 ops/sec (±1.43%) 1.44
query#select_for_update 22685 ops/sec (±2.90%) 27431 ops/sec (±1.63%) 1.21
query#select_for_update_wait 22522 ops/sec (±1.30%) 27637 ops/sec (±1.15%) 1.23
query#select_from_inner_table 12496 ops/sec (±1.73%) 15036 ops/sec (±1.62%) 1.20
query#upsert_into_entries 20766 ops/sec (±1.36%) 24554 ops/sec (±2.56%) 1.18
query#insert_into_entries 20292 ops/sec (±1.67%) 24339 ops/sec (±1.59%) 1.20
query#insert_into_as_select 18590 ops/sec (±1.52%) 22023 ops/sec (±1.52%) 1.18
query#update_where_set 12488 ops/sec (±3.15%) 14655 ops/sec (±1.98%) 1.17
query#update_with 19193 ops/sec (±1.58%) 22331 ops/sec (±1.35%) 1.16
query#delete_all 24420 ops/sec (±1.30%) 27922 ops/sec (±1.20%) 1.14
query#delete_simple_where 14720 ops/sec (±2.31%) 17899 ops/sec (±1.48%) 1.22
query#delete_complicated_where 12341 ops/sec (±1.61%) 14619 ops/sec (±1.49%) 1.18
typeorm#build_typeorm_entity_for_integration 11.09 ops/sec (±6.21%) 16.19 ops/sec (±5.89%) 1.46
typeorm#build_typeorm_entity_for_fiori 12.9 ops/sec (±1.26%) 19.44 ops/sec (±0.72%) 1.51

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

Please sign in to comment.