Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update vitess/vttestserver:mysql80 docker digest to 53a2d2f #4635

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
vitess/vttestserver digest 7c72efb -> 53a2d2f

Configuration

📅 Schedule: Branch creation - "before 7am on Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 10, 2024 00:20
@renovate renovate bot requested review from laplab and jkomyno and removed request for a team January 10, 2024 00:20
Copy link
Contributor

github-actions bot commented Jan 10, 2024

WASM Size

Engine This PR Base branch Diff
WASM 2.719MiB 2.719MiB 0.000B
WASM (gzip) 1.002MiB 1.002MiB 0.000B

Copy link

codspeed-hq bot commented Jan 10, 2024

CodSpeed Performance Report

Merging #4635 will not alter performance

Comparing renovate/weekly-vitess-docker-image-version-update (ccaeb38) with main (b35b06e)

Summary

✅ 11 untouched benchmarks

Copy link
Contributor

github-actions bot commented Jan 10, 2024

✅ WASM query-engine: no benchmarks have regressed

Full benchmark report
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/bench?schema=imdb_bench&sslmode=disable" \
node --experimental-wasm-modules query-engine/driver-adapters/executor/dist/bench.mjs
cpu: AMD EPYC 7763 64-Core Processor
runtime: node v18.19.0 (x64-linux)

benchmark                   time (avg)             (min … max)       p75       p99      p995
-------------------------------------------------------------- -----------------------------
• movies.findMany() (all - 25000)
-------------------------------------------------------------- -----------------------------
Web Assembly: Baseline  309.21 ms/iter (307.09 ms … 315.97 ms) 310.43 ms 315.97 ms 315.97 ms
Web Assembly: Latest     310.5 ms/iter (306.98 ms … 318.13 ms) 310.61 ms 318.13 ms 318.13 ms
Web Assembly: Current   309.99 ms/iter  (305.72 ms … 323.7 ms)  310.6 ms  323.7 ms  323.7 ms
Node API: Current       233.89 ms/iter (225.67 ms … 243.06 ms) 237.77 ms 243.06 ms 243.06 ms

summary for movies.findMany() (all - 25000)
  Web Assembly: Current
   1.33x slower than Node API: Current
   1x faster than Web Assembly: Baseline
   1x faster than Web Assembly: Latest

• movies.findMany({ take: 2000 })
-------------------------------------------------------------- -----------------------------
Web Assembly: Baseline   12.65 ms/iter   (11.86 ms … 18.19 ms)   12.7 ms  18.19 ms  18.19 ms
Web Assembly: Latest      12.5 ms/iter   (11.94 ms … 15.04 ms)  12.46 ms  15.04 ms  15.04 ms
Web Assembly: Current    12.45 ms/iter   (12.17 ms … 16.74 ms)   12.3 ms  16.74 ms  16.74 ms
Node API: Current         9.29 ms/iter    (8.77 ms … 12.09 ms)   9.42 ms  12.09 ms  12.09 ms

summary for movies.findMany({ take: 2000 })
  Web Assembly: Current
   1.34x slower than Node API: Current
   1x faster than Web Assembly: Latest
   1.02x faster than Web Assembly: Baseline

• movies.findMany({ where: {...}, take: 2000 })
-------------------------------------------------------------- -----------------------------
Web Assembly: Baseline       2 ms/iter     (1.82 ms … 3.59 ms)   1.96 ms    3.4 ms   3.43 ms
Web Assembly: Latest      2.05 ms/iter     (1.86 ms … 3.88 ms)   1.98 ms   3.52 ms   3.65 ms
Web Assembly: Current     1.98 ms/iter     (1.84 ms … 3.34 ms)   1.93 ms   3.31 ms   3.32 ms
Node API: Current         1.56 ms/iter     (1.46 ms … 2.11 ms)   1.55 ms   2.05 ms    2.1 ms

summary for movies.findMany({ where: {...}, take: 2000 })
  Web Assembly: Current
   1.27x slower than Node API: Current
   1.01x faster than Web Assembly: Baseline
   1.04x faster than Web Assembly: Latest

• movies.findMany({ include: { cast: true } take: 2000 }) (m2m)
-------------------------------------------------------------- -----------------------------
Web Assembly: Baseline   12.14 ms/iter   (11.84 ms … 12.69 ms)  12.21 ms  12.69 ms  12.69 ms
Web Assembly: Latest     12.48 ms/iter   (12.15 ms … 16.62 ms)  12.32 ms  16.62 ms  16.62 ms
Web Assembly: Current    12.21 ms/iter   (11.89 ms … 15.06 ms)  12.23 ms  15.06 ms  15.06 ms
Node API: Current         9.18 ms/iter     (8.99 ms … 9.37 ms)   9.21 ms   9.37 ms   9.37 ms

summary for movies.findMany({ include: { cast: true } take: 2000 }) (m2m)
  Web Assembly: Current
   1.33x slower than Node API: Current
   1.01x slower than Web Assembly: Baseline
   1.02x faster than Web Assembly: Latest

• movies.findMany({ where: {...}, include: { cast: true } take: 2000 }) (m2m)
-------------------------------------------------------------- -----------------------------
Web Assembly: Baseline    1.94 ms/iter     (1.83 ms … 3.19 ms)   1.91 ms   2.98 ms   3.16 ms
Web Assembly: Latest      1.89 ms/iter     (1.83 ms … 2.45 ms)    1.9 ms    2.2 ms   2.39 ms
Web Assembly: Current      1.9 ms/iter     (1.83 ms … 3.11 ms)   1.89 ms   2.43 ms   2.63 ms
Node API: Current         1.54 ms/iter     (1.42 ms … 2.34 ms)   1.55 ms   2.21 ms   2.23 ms

summary for movies.findMany({ where: {...}, include: { cast: true } take: 2000 }) (m2m)
  Web Assembly: Current
   1.24x slower than Node API: Current
   1x faster than Web Assembly: Latest
   1.02x faster than Web Assembly: Baseline

• movies.findMany({ take: 2000, include: { cast: { include: { person: true } } } })
-------------------------------------------------------------- -----------------------------
Web Assembly: Baseline   12.17 ms/iter   (11.86 ms … 12.72 ms)   12.3 ms  12.72 ms  12.72 ms
Web Assembly: Latest      12.4 ms/iter   (12.16 ms … 16.75 ms)   12.3 ms  16.75 ms  16.75 ms
Web Assembly: Current    12.16 ms/iter   (11.84 ms … 14.65 ms)   12.2 ms  14.65 ms  14.65 ms
Node API: Current         9.34 ms/iter    (8.74 ms … 19.63 ms)   9.25 ms  19.63 ms  19.63 ms

summary for movies.findMany({ take: 2000, include: { cast: { include: { person: true } } } })
  Web Assembly: Current
   1.3x slower than Node API: Current
   1x faster than Web Assembly: Baseline
   1.02x faster than Web Assembly: Latest

• movie.findMany({ where: { ... }, take: 2000, include: { cast: { include: { person: true } } } })
-------------------------------------------------------------- -----------------------------
Web Assembly: Baseline     1.9 ms/iter     (1.82 ms … 2.63 ms)   1.89 ms   2.51 ms   2.53 ms
Web Assembly: Latest      1.91 ms/iter     (1.82 ms … 2.88 ms)   1.91 ms   2.46 ms   2.76 ms
Web Assembly: Current     1.89 ms/iter     (1.82 ms … 2.51 ms)   1.89 ms   2.38 ms   2.45 ms
Node API: Current         1.58 ms/iter        (1.46 ms … 2 ms)   1.59 ms   1.82 ms   1.99 ms

summary for movie.findMany({ where: { ... }, take: 2000, include: { cast: { include: { person: true } } } })
  Web Assembly: Current
   1.2x slower than Node API: Current
   1.01x faster than Web Assembly: Baseline
   1.01x faster than Web Assembly: Latest

• movie.findMany({ where: { reviews: { author: { ... } }, take: 100 }) (to-many -> to-one)
-------------------------------------------------------------- -----------------------------
Web Assembly: Baseline  933.28 µs/iter    (873.45 µs … 1.5 ms)  929.9 µs   1.42 ms   1.45 ms
Web Assembly: Latest    938.24 µs/iter   (859.35 µs … 3.49 ms) 917.87 µs   1.53 ms   1.56 ms
Web Assembly: Current   917.08 µs/iter   (860.39 µs … 1.54 ms)  919.3 µs   1.39 ms   1.46 ms
Node API: Current       859.56 µs/iter   (811.85 µs … 1.11 ms)  866.7 µs   1.01 ms   1.07 ms

summary for movie.findMany({ where: { reviews: { author: { ... } }, take: 100 }) (to-many -> to-one)
  Web Assembly: Current
   1.07x slower than Node API: Current
   1.02x faster than Web Assembly: Baseline
   1.02x faster than Web Assembly: Latest

• movie.findMany({ where: { cast: { person: { ... } }, take: 100 }) (m2m -> to-one)
-------------------------------------------------------------- -----------------------------
Web Assembly: Baseline  898.89 µs/iter   (848.05 µs … 1.46 ms) 896.13 µs    1.3 ms   1.34 ms
Web Assembly: Latest    907.35 µs/iter   (866.84 µs … 1.41 ms)  909.4 µs   1.19 ms   1.28 ms
Web Assembly: Current   902.17 µs/iter   (871.36 µs … 1.44 ms)  906.2 µs   1.14 ms   1.17 ms
Node API: Current       832.13 µs/iter   (765.12 µs … 1.07 ms) 854.88 µs 914.62 µs 955.71 µs

summary for movie.findMany({ where: { cast: { person: { ... } }, take: 100 }) (m2m -> to-one)
  Web Assembly: Current
   1.08x slower than Node API: Current
   1x faster than Web Assembly: Baseline
   1.01x faster than Web Assembly: Latest

After changes in ccaeb38

@renovate renovate bot changed the title chore(deps): update vitess/vttestserver:mysql80 docker digest to ee5f958 chore(deps): update vitess/vttestserver:mysql80 docker digest to 53a2d2f Jan 17, 2024
@renovate renovate bot force-pushed the renovate/weekly-vitess-docker-image-version-update branch from 32d73ae to ccaeb38 Compare January 17, 2024 01:59
@Jolg42 Jolg42 added this to the 5.9.0 milestone Jan 17, 2024
@Jolg42 Jolg42 merged commit e48dcc7 into main Jan 17, 2024
139 checks passed
@Jolg42 Jolg42 deleted the renovate/weekly-vitess-docker-image-version-update branch January 17, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant