Skip to content

Commit

Permalink
fix(deps): update dependency mysql2 to v3.12.0 (#764)
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 Dec 23, 2024
1 parent c44ab2c commit 134a6c7
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 @@ -38,7 +38,7 @@
"generic-pool": "3.9.0",
"glob": "11.0.0",
"luxon": "3.5.0",
"mysql2": "3.11.5",
"mysql2": "3.12.0",
"ts-mysql-parser": "0.2.0",
"typeorm": "0.3.20"
},
Expand Down

1 comment on commit 134a6c7

@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: 134a6c7 Previous: c618983 Ratio
query#select_only 40638 ops/sec (±0.91%) 27437 ops/sec (±1.94%) 0.68
query#select_limit 39752 ops/sec (±1.35%) 26509 ops/sec (±2.39%) 0.67
query#select_projection_where 16096 ops/sec (±1.78%) 11408 ops/sec (±1.23%) 0.71
query#select_where_expr 8885 ops/sec (±6.04%) 8213 ops/sec (±1.43%) 0.92
query#select_for_update 39143 ops/sec (±2.29%) 27431 ops/sec (±1.63%) 0.70
query#select_for_update_wait 39180 ops/sec (±1.54%) 27637 ops/sec (±1.15%) 0.71
query#select_from_inner_table 21725 ops/sec (±1.46%) 15036 ops/sec (±1.62%) 0.69
query#upsert_into_entries 38159 ops/sec (±2.83%) 24554 ops/sec (±2.56%) 0.64
query#insert_into_entries 39093 ops/sec (±1.64%) 24339 ops/sec (±1.59%) 0.62
query#insert_into_as_select 30439 ops/sec (±1.60%) 22023 ops/sec (±1.52%) 0.72
query#update_where_set 20588 ops/sec (±1.80%) 14655 ops/sec (±1.98%) 0.71
query#update_with 31470 ops/sec (±1.66%) 22331 ops/sec (±1.35%) 0.71
query#delete_all 40241 ops/sec (±1.79%) 27922 ops/sec (±1.20%) 0.69
query#delete_simple_where 25721 ops/sec (±1.91%) 17899 ops/sec (±1.48%) 0.70
query#delete_complicated_where 20745 ops/sec (±1.74%) 14619 ops/sec (±1.49%) 0.70
typeorm#build_typeorm_entity_for_integration 22.72 ops/sec (±5.72%) 16.19 ops/sec (±5.89%) 0.71
typeorm#build_typeorm_entity_for_fiori 27.69 ops/sec (±1.45%) 19.44 ops/sec (±0.72%) 0.70

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

Please sign in to comment.