Skip to content

Commit

Permalink
fix(deps): update dependency mysql2 to v3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 22, 2023
1 parent f79756e commit 13491a0
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 @@ -38,7 +38,7 @@
"generic-pool": "3.9.0",
"glob": "10.3.10",
"luxon": "3.4.4",
"mysql2": "3.6.4",
"mysql2": "3.6.5",
"ts-mysql-parser": "0.2.0",
"typeorm": "0.3.17"
},
Expand Down

1 comment on commit 13491a0

@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: 13491a0 Previous: c618983 Ratio
query#select_only 36665 ops/sec (±2.42%) 27437 ops/sec (±1.94%) 0.75
query#select_limit 36582 ops/sec (±1.65%) 26509 ops/sec (±2.39%) 0.72
query#select_projection_where 14617 ops/sec (±2.51%) 11408 ops/sec (±1.23%) 0.78
query#select_where_expr 8818 ops/sec (±1.24%) 8213 ops/sec (±1.43%) 0.93
query#select_for_update 36431 ops/sec (±1.91%) 27431 ops/sec (±1.63%) 0.75
query#select_for_update_wait 36594 ops/sec (±1.34%) 27637 ops/sec (±1.15%) 0.76
query#select_from_inner_table 18943 ops/sec (±2.60%) 15036 ops/sec (±1.62%) 0.79
query#upsert_into_entries 34634 ops/sec (±1.29%) 24554 ops/sec (±2.56%) 0.71
query#insert_into_entries 33615 ops/sec (±2.14%) 24339 ops/sec (±1.59%) 0.72
query#insert_into_as_select 28991 ops/sec (±1.72%) 22023 ops/sec (±1.52%) 0.76
query#update_where_set 18520 ops/sec (±2.08%) 14655 ops/sec (±1.98%) 0.79
query#update_with 29661 ops/sec (±2.21%) 22331 ops/sec (±1.35%) 0.75
query#delete_all 38544 ops/sec (±1.59%) 27922 ops/sec (±1.20%) 0.72
query#delete_simple_where 23159 ops/sec (±2.26%) 17899 ops/sec (±1.48%) 0.77
query#delete_complicated_where 18928 ops/sec (±2.02%) 14619 ops/sec (±1.49%) 0.77
typeorm#build_typeorm_entity_for_integration 16.71 ops/sec (±5.07%) 16.19 ops/sec (±5.89%) 0.97
typeorm#build_typeorm_entity_for_fiori 20.44 ops/sec (±1.28%) 19.44 ops/sec (±0.72%) 0.95

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

Please sign in to comment.