Skip to content

Commit

Permalink
chore(deps): update dependency @types/luxon to v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2023
1 parent 94661ec commit 76daad9
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 @@ -46,7 +46,7 @@
"@types/generic-pool": "3.1.11",
"@types/glob": "8.1.0",
"@types/jest": "29.5.7",
"@types/luxon": "3.3.3",
"@types/luxon": "3.3.4",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
Expand Down

1 comment on commit 76daad9

@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: 76daad9 Previous: c618983 Ratio
query#select_only 27687 ops/sec (±1.26%) 27437 ops/sec (±1.94%) 0.99
query#select_limit 27410 ops/sec (±1.25%) 26509 ops/sec (±2.39%) 0.97
query#select_projection_where 10663 ops/sec (±1.46%) 11408 ops/sec (±1.23%) 1.07
query#select_where_expr 6946 ops/sec (±3.90%) 8213 ops/sec (±1.43%) 1.18
query#select_for_update 26554 ops/sec (±1.31%) 27431 ops/sec (±1.63%) 1.03
query#select_for_update_wait 26593 ops/sec (±2.36%) 27637 ops/sec (±1.15%) 1.04
query#select_from_inner_table 14852 ops/sec (±1.81%) 15036 ops/sec (±1.62%) 1.01
query#upsert_into_entries 24903 ops/sec (±1.26%) 24554 ops/sec (±2.56%) 0.99
query#insert_into_entries 24335 ops/sec (±0.28%) 24339 ops/sec (±1.59%) 1.00
query#insert_into_as_select 21682 ops/sec (±0.68%) 22023 ops/sec (±1.52%) 1.02
query#update_where_set 14515 ops/sec (±2.57%) 14655 ops/sec (±1.98%) 1.01
query#update_with 22109 ops/sec (±0.59%) 22331 ops/sec (±1.35%) 1.01
query#delete_all 28587 ops/sec (±1.76%) 27922 ops/sec (±1.20%) 0.98
query#delete_simple_where 17065 ops/sec (±1.20%) 17899 ops/sec (±1.48%) 1.05
query#delete_complicated_where 13919 ops/sec (±1.30%) 14619 ops/sec (±1.49%) 1.05
typeorm#build_typeorm_entity_for_integration 12.77 ops/sec (±5.71%) 16.19 ops/sec (±5.89%) 1.27
typeorm#build_typeorm_entity_for_fiori 15.27 ops/sec (±1.33%) 19.44 ops/sec (±0.72%) 1.27

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

Please sign in to comment.