Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v8.22.0 (#782)
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 Jan 27, 2025
1 parent b05d8a7 commit 6f04c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@types/jest": "29.5.14",
"@types/luxon": "3.4.2",
"@types/node": "22.10.10",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"axios": "1.7.9",
"benchmark": "2.1.4",
"eslint": "9.19.0",
Expand Down

1 comment on commit 6f04c26

@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: 6f04c26 Previous: c618983 Ratio
query#select_only 40855 ops/sec (±0.95%) 27437 ops/sec (±1.94%) 0.67
query#select_limit 39939 ops/sec (±1.32%) 26509 ops/sec (±2.39%) 0.66
query#select_projection_where 16014 ops/sec (±1.74%) 11408 ops/sec (±1.23%) 0.71
query#select_where_expr 9315 ops/sec (±2.23%) 8213 ops/sec (±1.43%) 0.88
query#select_for_update 39371 ops/sec (±1.70%) 27431 ops/sec (±1.63%) 0.70
query#select_for_update_wait 39652 ops/sec (±1.86%) 27637 ops/sec (±1.15%) 0.70
query#select_from_inner_table 21911 ops/sec (±1.88%) 15036 ops/sec (±1.62%) 0.69
query#upsert_into_entries 38799 ops/sec (±2.17%) 24554 ops/sec (±2.56%) 0.63
query#insert_into_entries 38886 ops/sec (±1.96%) 24339 ops/sec (±1.59%) 0.63
query#insert_into_as_select 31145 ops/sec (±1.69%) 22023 ops/sec (±1.52%) 0.71
query#update_where_set 20285 ops/sec (±2.14%) 14655 ops/sec (±1.98%) 0.72
query#update_with 31347 ops/sec (±1.85%) 22331 ops/sec (±1.35%) 0.71
query#delete_all 39934 ops/sec (±1.55%) 27922 ops/sec (±1.20%) 0.70
query#delete_simple_where 25106 ops/sec (±2.32%) 17899 ops/sec (±1.48%) 0.71
query#delete_complicated_where 20476 ops/sec (±1.73%) 14619 ops/sec (±1.49%) 0.71
typeorm#build_typeorm_entity_for_integration 22.17 ops/sec (±6.11%) 16.19 ops/sec (±5.89%) 0.73
typeorm#build_typeorm_entity_for_fiori 26.68 ops/sec (±1.39%) 19.44 ops/sec (±0.72%) 0.73

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

Please sign in to comment.