Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2023
1 parent e3f87a5 commit 9447d11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -52,7 +52,7 @@
"@typescript-eslint/parser": "6.6.0",
"axios": "1.5.0",
"benchmark": "^2.1.4",
"eslint": "8.48.0",
"eslint": "8.49.0",
"jest": "29.6.4",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
Expand Down

2 comments on commit 9447d11

@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: 9447d11 Previous: c618983 Ratio
query#select_only 26455 ops/sec (±2.80%) 27437 ops/sec (±1.94%) 1.04
query#select_limit 26617 ops/sec (±1.77%) 26509 ops/sec (±2.39%) 1.00
query#select_projection_where 11418 ops/sec (±1.49%) 11408 ops/sec (±1.23%) 1.00
query#select_where_expr 7007 ops/sec (±6.61%) 8213 ops/sec (±1.43%) 1.17
query#select_for_update 26402 ops/sec (±2.77%) 27431 ops/sec (±1.63%) 1.04
query#select_for_update_wait 26849 ops/sec (±1.37%) 27637 ops/sec (±1.15%) 1.03
query#select_from_inner_table 15025 ops/sec (±1.27%) 15036 ops/sec (±1.62%) 1.00
query#upsert_into_entries 23883 ops/sec (±2.55%) 24554 ops/sec (±2.56%) 1.03
query#insert_into_entries 23464 ops/sec (±1.68%) 24339 ops/sec (±1.59%) 1.04
query#insert_into_as_select 20965 ops/sec (±1.50%) 22023 ops/sec (±1.52%) 1.05
query#update_where_set 14669 ops/sec (±2.03%) 14655 ops/sec (±1.98%) 1.00
query#update_with 21939 ops/sec (±1.46%) 22331 ops/sec (±1.35%) 1.02
query#delete_all 28271 ops/sec (±2.07%) 27922 ops/sec (±1.20%) 0.99
query#delete_simple_where 17582 ops/sec (±1.34%) 17899 ops/sec (±1.48%) 1.02
query#delete_complicated_where 14191 ops/sec (±1.65%) 14619 ops/sec (±1.49%) 1.03
typeorm#build_typeorm_entity_for_integration 13.33 ops/sec (±5.97%) 16.19 ops/sec (±5.89%) 1.21
typeorm#build_typeorm_entity_for_fiori 15.81 ops/sec (±1.24%) 19.44 ops/sec (±0.72%) 1.23

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

@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: 9447d11 Previous: c618983 Ratio
query#select_only 23664 ops/sec (±2.00%) 27437 ops/sec (±1.94%) 1.16
query#select_limit 24134 ops/sec (±1.60%) 26509 ops/sec (±2.39%) 1.10
query#select_projection_where 10927 ops/sec (±1.37%) 11408 ops/sec (±1.23%) 1.04
query#select_where_expr 6973 ops/sec (±3.20%) 8213 ops/sec (±1.43%) 1.18
query#select_for_update 24652 ops/sec (±1.96%) 27431 ops/sec (±1.63%) 1.11
query#select_for_update_wait 24756 ops/sec (±2.63%) 27637 ops/sec (±1.15%) 1.12
query#select_from_inner_table 14344 ops/sec (±1.53%) 15036 ops/sec (±1.62%) 1.05
query#upsert_into_entries 23171 ops/sec (±2.05%) 24554 ops/sec (±2.56%) 1.06
query#insert_into_entries 22204 ops/sec (±2.22%) 24339 ops/sec (±1.59%) 1.10
query#insert_into_as_select 20588 ops/sec (±1.76%) 22023 ops/sec (±1.52%) 1.07
query#update_where_set 13997 ops/sec (±1.45%) 14655 ops/sec (±1.98%) 1.05
query#update_with 20687 ops/sec (±2.16%) 22331 ops/sec (±1.35%) 1.08
query#delete_all 26328 ops/sec (±1.90%) 27922 ops/sec (±1.20%) 1.06
query#delete_simple_where 17244 ops/sec (±1.41%) 17899 ops/sec (±1.48%) 1.04
query#delete_complicated_where 13982 ops/sec (±1.44%) 14619 ops/sec (±1.49%) 1.05
typeorm#build_typeorm_entity_for_integration 12.57 ops/sec (±5.90%) 16.19 ops/sec (±5.89%) 1.29
typeorm#build_typeorm_entity_for_fiori 14.63 ops/sec (±2.26%) 19.44 ops/sec (±0.72%) 1.33

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

Please sign in to comment.