Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2023
1 parent b32647d commit 4d1d79b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@types/jest": "29.5.8",
"@types/luxon": "3.3.4",
"@types/node": "20.9.2",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"axios": "1.6.2",
"benchmark": "^2.1.4",
"eslint": "8.54.0",
Expand Down

1 comment on commit 4d1d79b

@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: 4d1d79b Previous: c618983 Ratio
query#select_only 38356 ops/sec (±1.56%) 27437 ops/sec (±1.94%) 0.72
query#select_limit 37764 ops/sec (±1.77%) 26509 ops/sec (±2.39%) 0.70
query#select_projection_where 15089 ops/sec (±2.06%) 11408 ops/sec (±1.23%) 0.76
query#select_where_expr 8727 ops/sec (±3.56%) 8213 ops/sec (±1.43%) 0.94
query#select_for_update 37357 ops/sec (±1.70%) 27431 ops/sec (±1.63%) 0.73
query#select_for_update_wait 37136 ops/sec (±1.46%) 27637 ops/sec (±1.15%) 0.74
query#select_from_inner_table 19529 ops/sec (±2.19%) 15036 ops/sec (±1.62%) 0.77
query#upsert_into_entries 35881 ops/sec (±2.01%) 24554 ops/sec (±2.56%) 0.68
query#insert_into_entries 34281 ops/sec (±1.89%) 24339 ops/sec (±1.59%) 0.71
query#insert_into_as_select 29653 ops/sec (±1.94%) 22023 ops/sec (±1.52%) 0.74
query#update_where_set 18586 ops/sec (±2.01%) 14655 ops/sec (±1.98%) 0.79
query#update_with 30585 ops/sec (±1.92%) 22331 ops/sec (±1.35%) 0.73
query#delete_all 39809 ops/sec (±1.64%) 27922 ops/sec (±1.20%) 0.70
query#delete_simple_where 23653 ops/sec (±2.20%) 17899 ops/sec (±1.48%) 0.76
query#delete_complicated_where 19416 ops/sec (±2.01%) 14619 ops/sec (±1.49%) 0.75
typeorm#build_typeorm_entity_for_integration 17.02 ops/sec (±4.65%) 16.19 ops/sec (±5.89%) 0.95
typeorm#build_typeorm_entity_for_fiori 20.68 ops/sec (±1.48%) 19.44 ops/sec (±0.72%) 0.94

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

Please sign in to comment.